@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	background: url(images/background5.jpg) repeat-x #A8A8A8;
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #252525
}
p.body {
	margin: 7px 0;
}
p {
	margin: 0;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
#logo {
	margin: 0 0 10px 5px;
	float: left;
}
.top_left_pic {
	margin: 5px 20px 10px 5px;
	float: left;
	border-color:#333333;
	border-width: 1px;
}
#nav {
	float: right;
	margin: 30px 10px 0px 0;
}
#content_left {
	width: 460px;
	float:left;
	margin: 0;
	padding: 0;
}
#content_right {
	width: 310px;
	margin: 0;
	padding: 0;
	float: right;
}
.box_right_top {
	background: url(images/box_right_top.jpg) no-repeat;
	background-position:center top;
	width: 310px;
	height: 16px;
	margin: 0;
}
.box_right_middle {
	background: url(images/box_right_middle.jpg) no-repeat;
	background-position:center top;
	width: 270px;
	padding: 0 20px 0 20px;
}
.box_right_bottom {
	background: url(images/box_right_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 310px;
	height: 25px;
}
.box_left_top {
	background: url(images/box_left_top.jpg) no-repeat;
	background-position:center top;
	width: 460px;
	height: 16px;
	margin: 0;
}
.box_left_middle {
	background: url(images/box_left_middle.jpg) no-repeat;
	background-position:center top;
	width: 420px;
	padding: 0 20px 0 20px;
}
.box_left_bottom {
	background: url(images/box_left_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 460px;
	height: 25px;
}
#animation {
	width: 780px;
	height: 215px;/*background: url(images/grey.jpg) no-repeat ;*/
}
#top_page {
	width: 780px;
	background: url(images/box_white_top.jpg) no-repeat;
	background-position:center top;
}
.box_white_top {
	background: url(images/box_white_top.jpg) no-repeat;
	background-position:center top;
	width: 780px;
	height: 20px;
	margin: 0;
}
.box_white_middle {
	background: url(images/box_white_middle.jpg) no-repeat;
	background-position:center top;
	width: 735px;
	min-height: 343px;
	padding: 0 20px 0 25px;
	background-color: white;
}
.box_white_bottom {
	background: url(images/box_white_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 780px;
	height: 30px;
}
.grey_box_top {
	background: url(images/grey_box_top.jpg) no-repeat;
	background-position:center top;
	width: 725px;
	height: 15px;
}
.grey_box_middle {
	background-color:#f2f2f2;
	width: 695px;
	padding: 0 15px 0 15px;
}
.grey_box_bottom {
	background: url(images/grey_box_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 725px;
	height: 15px;
}
#box_nav_container {
	float: left;
}
#box_content_container {
	float: right;
}
#box_nav_top {
	background: url(images/nav_box_top.jpg) no-repeat;
	background-position:center top;
	width: 182px;
	height: 17px;
	margin: 5px 0 0 0;
}
#box_nav_middle {
	background: url(images/nav_box_middle.jpg) no-repeat;
	background-position:center top;
	width: 142px;
	padding: 0 20px 0 20px;
}
#box_nav_bottom {
	background: url(images/nav_box_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 182px;
	height: 25px;
}
.nav_header {
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
}
#box_nav {
	width: 182px;
	height: 263px;
	background: url(images/box_nav_background.jpg) no-repeat;
	background-position:center top;
	float: left;
}
#box_content_top {
	background: url(images/box_content_top.jpg) no-repeat;
	background-position:center top;
	width: 585px;
	height: 17px;
	margin: 0 0 0 0;
}
#box_content_middle {
	background: url(images/box_content_middle.jpg) no-repeat;
	background-position:center top;
	width: 545px;
	padding: 0 20px;
}
#box_content_bottom {
	background: url(images/box_content_bottom.jpg) no-repeat;
	background-position:center bottom;
	width: 585px;
	height: 25px;
}
.padding {
	padding: 15px 29px 5px 25px;
}
.slightindent {
	margin: 7px 0 10px 10px;
	font-weight: bold;
}
.clear {
	clear:both;
	overflow:hidden;
	height: 0;
	margin: 0;
	padding:0;
}
.footer {
	text-align: center;
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:  #990000;
	margin: 0 0 8px 0
}
h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #990000;
	margin: 20px 0 8px 0;
	font-weight:bold;
}
h2.boxhome {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	margin: 0 0 8px 0
}
h1.boxhome {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #990000;
	margin: 0 0 8px 0
}
h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	margin: 0;
	padding: 0;
}
.hr {
	margin: 15px 0 15px 0;
}
ul.home {
	margin: 0;
	padding: 0 0 0 40px;
}
ul.content {
	margin: 15px 0 15px 0;
	padding: 0 0 0 40px;
}
ul.blackarrow {
	margin: 5px 20px 5px 0;
	padding: 0 0 0 20px;
	list-style-image:url(images/arrow_grey.gif);
}
li.margins {
	margin: 10px 0;
}
/* Forms */

.bodyform {
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	margin-bottom: 0;
}
.bodyform_box {
	height: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
}

/*pictures*/

.rightpic	{
	float: right;
	margin: 0 20px 0 20px;
	border: none;
	}



/*links*/
A.body:link {
	text-decoration : underline;
	color : #0033FF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal
}
A.body:Visited {
	text-decoration : underline; /*color:#0033CC*/
	color: #0033FF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal
}
A.body:Active {
	text-decoration : none;
	color :  #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size :9pt;
	font-weight: normal
}
A.body:Hover {
	text-decoration : none; /*old color: #0061F2;*/
	color: #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal
}
A.footer:link {
	text-decoration : underline;
	color : #0033FF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold
}
A.footer:Visited {
	text-decoration : underline; /*color:#0033CC*/
	color: #0033FF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold
}
A.footer:Active {
	text-decoration : none;
	color :  #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size :7.5pt;
	font-weight: bold
}
A.footer:Hover {
	text-decoration : none; /*old color: #0061F2;*/
	color: #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold
}
A.sidenav:link {
	text-decoration : none;
	color : #252525;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold
}
A.sidenav:Visited {
	text-decoration : none; /*color:#0033CC*/
	color: #252525;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold
}
A.sidenav:Active {
	text-decoration : underline;
	color :  #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size :10pt;
	font-weight: bold
}
A.sidenav:Hover {
	text-decoration : underline; /*old color: #0061F2;*/
	color: #990000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold
}
A.verdana8:link {
	text-decoration : none;
	color : #000000;
	font-family :  verdana, Arial, sans-serif;
	font-size : 8pt;
	margin-top: 15px;
}
A.verdana8:Visited {
	text-decoration : none;
	color : #000000;
	font-family : verdana, Arial, sans-serif;
	font-size : 8pt;
	margin-top: 15px;
}
A.verdana8:Active {
	text-decoration : none;
	color : #999999;
	font-family : verdana, Arial, sans-serif;
	font-size : 8pt;
	margin-top: 15px;
}
A.verdana8:Hover {
	text-decoration : none;
	color: #999999;
	font-family : verdana, Arial, sans-serif;
	font-size : 8pt;
	margin-top: 15px;
}
