* {
	-moz-box-sizing: border-box;
}

body  { background-color: #731a2a; background-image: url("/img/main_bg.jpg"); background-repeat: no-repeat; text-align: center; margin: 0; padding: 0; height: 100%; overflow: auto }

img {
	border: none;
	display: block;
}

div#wrap {
	position: absolute;
	width: 783px;
}

img#logo {
	position: absolute;
	right: 0;
}

div#content {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5px;
}

div#title {
	text-align: right;
	color: white;
	position: absolute;
	top: 85px;
	width: 783px;
	height: 54px;
	background-image: url(/img/title_bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-right: 20px;
	padding-top: 8px;
}

div#navigation {
	background-image: url(../img/navbg.gif);
	background-repeat: no-repeat;
	width: 129px;
	height: 444px;
	position: absolute;
	top: 144px;
}

div#navigation ul {
	list-style-type: none;
	text-align: right;
	margin: 10px 15px 0 10px;
}

div#navigation ul li {
	padding-bottom: 13px;
}

div#navigation ul li a {
	color: #f4ff94;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

div#navigation ul li a:hover {
	color: white;
}

div#bodywrap {
	position: absolute;
	top: 144px;
	left: 134px;
	background-color: White;
	background-image: url(/img/content_bg.gif);
	background-repeat: no-repeat;
	width: 647px;
	height: 444px;
}

div#body {
	overflow: auto;
	width: 630px;
	height: 438px;
	margin: 3px 0 0 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272e66;
}

div#body table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272e66;	
}

p {
	margin: 0 0 20px 0;
}

div#footer {
	color: white;
	position: absolute;
	top: 590px;
	left: 134px;
	font-family: Tahoma;
	color: white;
	font-size: 11px;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

form fieldset {
	border: none;
	padding-left: 20px;
}

form label {
	display: block;
}

form textarea {
	width: 296px;
}

table.wordTable {
	border: 1px solid;
	width: 100%;
	clear: both;
}

table.wordTable p {
	margin:0;
}

table.wordTable th {
	background-color: #272e66;
	color: white;
	padding: 5px;	
}