/*************** Container **************/
#container{
	width: 100%;
	background-color: #0052A4;
	background-image: url(../images/home_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
/*************** Masthead **************/
#masthead{
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: 120px;
	background-color: #DEEBF5;
	background-image: url(../images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*************** NavBox All **************/
#navboxAll {
	clear: both;
	width: 100%;
	height: 27px;
	padding: 3px 0px 0px 0px;
	background-color: #0052A4;
	background-image: url(../images/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*************** NavBox **************/
#navbox {
	font-family: "Times New Roman", Times, serif;
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#navbox ul{
	display: inline;
	list-style-type: none;
}
#navbox li{
	display: inline;
}
#navbox li a:link, #navbox li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbox li a:hover{
	text-decoration: underline;
}
/*************** All Content **************/
#allcontent{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
/*************** Right column **************/
#rightColumn{
	float:left;
	width: 430px;
	padding: 0px 0px 0px 0px;
}
/*************** Content column **************/
#content{
	float: left;
	width: 340px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px
}
/*************** Section-links **************/
#section-links {
	background-color: #666666;
	padding:0px;
	margin:0px;
}
#section-links a:link, #section-links a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #F0F3F7;
	text-decoration: none;
	font-size: 14px;
}
#section-links a:hover{
	border-top: 1px solid #cccccc;
	background-color: #8496BB;
	text-decoration: none;
}
/*************** Footer **************/
#footer {
	background-color: #666;
	width: 100%;
	padding:0px;
	margin:0px;
	clear: both;
}
#footerlist ul{
	margin: 0 0 0 20px;
	display: inline;
	list-style-type: none;
	border-right: solid 1px #fff;
}
#footerlist li{
	display: inline;
	padding: 0 20px;
	border-right: solid 1px #fff;
}
#footerlist li a:link, #footerlist li a:visited {
	color: #D4DEEA;
	text-decoration: none;
}
#footerlist li a:hover{
	text-decoration: underline;
	background-color: #9DAFC5;
}
/*************** Disclaimer All **************/
#disclaimerAll {
	clear: both;
	width: 100%;
	height: 35px;
	padding: 6px 0px 0px 0px;
	background-color: #0052A4;
	margin:0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
/*************** Disclaimer **************/
#disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	line-height: 120%;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#disclaimer p{
	font-size: 80%;
}
/*************** Base **************/
#base {
	clear: both;
	width: 100%;
	height: 60px;
	background-color: #003871;
	margin:0px;
	background-image: url(../images/home_fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*************** Video Table **************/
.videobotr {
	background-image: url(../images/video_botr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.videobot {
	background-image: url(../images/video_bot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.videobotl {
	background-image: url(../images/video_botl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.videotopr {
	background-image: url(../images/video_topr.gif);
	background-repeat: no-repeat;
	background-position: right topo;
}
.videotop {
	background-image: url(../images/video_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.videotopl {
	background-image: url(../images/video_topl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
