body {
background-repeat:			repeat-y;
background-color:				#0d5ea2;
font-family: 								Verdana, "Geneva CE", sans-serif;
font-size: 										11px;
color: 												#000016;
line-height: 								15px;
}

img { border: 0}
b, strong {font-size: 11px; color: black}
table { font-size: 100% ;border-collapse: collapse; color: black}
table.form {font-size: 11px; font-weight: normal; color: black}
li {font-size: 11px; font-weight: normal; color: black}
input,textarea {font-size: 11px; font-weight: normal; color: black}
form {font-size: 11px; font-weight: bold; color: black}

h1 {
font-size:									17px;
font-family:								Arial, "Geneva CE", sans-serif;
color:												#A44600;
margin-top:								0px;
margin-bottom:					5px;
}

h2 {
font-size:									12px;
font-family:								Verdana, "Geneva CE", sans-serif;
color:												#D35E00;
margin:							 			5px 0px 3px 10px;
}

hr.blue {
	background-color:		#0d5ea2;
	color:											#0d5ea2;
	border:									1px none #0d5ea2;
	height:										1px;
	margin:									0px 50px 0px 0px;
}

a:link    {background-color: transparent; color: #FFF3C6; font-size: 12px; text-decoration: none}
a:visited {background-color: transparent; color: #FFF3C6; font-size: 12px;  text-decoration: none}
a:active  {background-color: transparent; color: #FFF3C6; font-size: 12px; text-decoration: none}
a:hover   {background-color: transparent; color:  white; font-size: 12px; text-decoration: none}

.form a:link, .form a:visited, .form a:active  { font-size: 11px;background-color: transparent; color: #0d5ea2; text-decoration: none}
.form a:hover   { font-size: 11px;background-color: transparent; color:  red; text-decoration: none; font-weight: bold}

.menu a:link, .menu a:visited, .menu a:active  { font-size: 11px;background-color: transparent; color: #0d5ea2; text-decoration: none;font-weight: bold}
.menu a:hover   { font-size: 11px;background-color: transparent; color:  black; text-decoration: none; font-weight: bold}


#container {
position:										absolute;
top: 												0px;
left:													50%;
margin-left:							-420px;
width: 											837px;
height:											761px;
}

#left {
position:										absolute;
top:													0px;
left:													0px;
width:											355px;
height:											761px;
background-image:			url('../img/left.jpg');
background-repeat:		no-repeat;
}

#head {
position:										absolute;
top:													0px;
left:													355px;
width:											411px;
height:											154px;
background-image:			url('../img/head.jpg');
background-repeat:		no-repeat;
}

#body {
position:										absolute;
top:													154px;
left:													355px;
width:											411px;
height:											547px;
background-image:			url('../img/body.jpg');
background-repeat:		repeat-y;
}

#foot {
position:										absolute;
top:													701px;
left:													355px;
width:											411px;
height:											60px;
text-align:								right;
font-size:									9px;
color:												#CDBA76;
background-image:			url('../img/foot.jpg');
background-repeat: 		no-repeat;
}

#right {
position:										absolute;
top:													0px;
left:													766px;
width:											69px;
height:											761px;
background-image:			url('../img/right.jpg');
background-repeat:		no-repeat;
}

div.box {
width: 											100%;
background-color: 			#feeaa1;
}

div.spacer {
margin: 										10px;
}

div.panel {
width:											309px;
text-align:								right;
line-height:								1;
}

div.line {
position:										relative;
left:													-5px;
width:											100%;
background-color: 			#feeaa1;
color:												black;
font-weight:							bold;
margin-bottom:					5px;
border-bottom:					1px solid #F0DD98;
}

td.menu_spacer {
width:											10px;
background-image:			url('../img/menu_spacer.gif');
background-position:	center;
background-repeat:		no-repeat;
}

*{padding: 0; margin: 0;}

