/* CSS Document */

Body {
	padding: 0;
	margin: 0 auto;
	padding-top: 0;
	margin-top:0;
	background-color:#182335;
	width:900px;
	font-size: 14px; line-height: 1.3em;
	font-family: Helvetica, Arial, Times, serif;
	background-image: url(../graphics/bg-main.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	size: 14px;
	color: #444444;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#content_page 	{
	width:900px;
	background-color:#ffffff;
	color:#444444;
	border: solid #000000 1px;
	position: relative;
}

#header 		{padding-top:0px; margin-left: 0px; margin-top:0px; width: 900px; height: 105px; 
					background-image:url(../graphics/bg-header.jpg); background-repeat: no-repeat;}

#logo			{float: left;}

#header-text	{
	float: left;
	margin-top: 45px;
	margin-right: 20px;
	text-align: right;
	width: 640px;
}

#top_nav		{
	padding-top:0px;
	margin: 0px 0px 0px 0px;
	height: 24px;
	font-size: 14px;
	font-weight:bold;
	padding-left: 10px;
	color: #eeeeee;
	width: 890px;
	background-image:url(../graphics/bg-nav.jpg);
	background-repeat: no-repeat;
}
#top_nav a {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	color: #eeeeee;
	text-decoration: none;
}
#top_nav a:hover {
	color: #eeeeee;
	background-image:url(../graphics/bg-nav-flip.jpg);
	background-repeat:repeat-x;
	/* text-decoration:underline; */
}


#main {
	/*	background-image: url(../graphics/bg-body-top.jpg); 
	background-repeat: no-repeat; */
	background-image: url(../graphics/bg-main-900.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	float: left;
	position: relative;
	}

#top_swoosh		{
	margin-top:0px;
	width: 580px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#top_left_hp		{
	margin-top:0px;
	width: 580px;
	padding: 15px 20px 10px 20px;
	float: left;
}
#top_left		{
	margin-top:0px;
	width: 580px;
	padding: 15px 20px 10px 20px;
	float: left;
	background-image: url(../graphics/bg-body-top-swoosh.jpg);
	background-repeat: no-repeat;
}

#top_right		{
	margin-top:0px;
	width: 280px;
	float: right;
}
#top_right_box_check		{
	width: 220px;
	border-top: solid #ffffff 2px;
	border-bottom: solid #92A4C0 1px;
	padding: 10px 30px 4px 30px;
	font-size: 12px;
	line-height: 1em;
	background-image: url(../graphics/bg-box-top.jpg);
	background-repeat: no-repeat;
}
#top_right_box_paper		{
	width: 220px;
	border-top: solid #ffffff 2px;
	border-bottom: solid #92A4C0 1px;
	padding: 10px 30px 4px 30px;
	font-size: 12px;
	line-height: 1em;
	background-image: url(../graphics/bg-box-top-paper.jpg);
	background-repeat: no-repeat;
}
#top_right_box_mag		{
	width: 220px;
	border-top: solid #ffffff 2px;
	border-bottom: solid #92A4C0 1px;
	padding: 10px 30px 4px 30px;
	font-size: 12px;
	line-height: 1em;
	background-image: url(../graphics/bg-box-top-mag.jpg);
	background-repeat: no-repeat;
}
.text_highlight_blue {
	color:#426198;
	font-weight:bold;
}
.text_highlight_orange {
	color:#DB6B09;
	font-weight:bold;
}
.box_text { line-height: 1.1em; font-size: 12px; }
.box_text_list a { text-decoration: none; color: #444444; }
.box_text_list a:hover { text-decoration: none; color: #444444; }

.box_header {
	font-size: 14px;
	color:#000000;
	line-height: 1em;
}
.RotatingPix {
	float:right;
	width: 215px;
	height: 209px;
	padding-left: 20px;
   }

#bottom_text	{
	clear:both;
	width:900px;
	border-top: solid #4040a0 2px;
	background-color: #dddddd;
	padding: 0px -px 0px 5px;
	color:#333333;
	font-size: 12px;
}

#bottom_text a {
	text-decoration:none;
	color:#333333;
}
#bottom_text a:hover {
	text-decoration: underline;
}
.required {
	color:#CC0000;
	}