body{
	color:#ffffff;
	background-color:#102b49;
	background-image:url(layout/background.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
a:link, a:visited{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#66ff66;
	font-weight:bold;
	text-decoration:none;
	
}

/* Header
.header_bg{
	background-image:url(layout/header_background.jpg);
	background-repeat:repeat-x;
	height:236px;
	width:100%;
}
*/
.header_bg{
	height:236px;
	width:100%;
}
.header_top{
	background-image:url(layout/header_top.gif);
	background-repeat:no-repeat;
	height:14px;
	width:784px;
}
.header{
	background-image:url(layout/header.jpg);
	background-repeat:no-repeat;
	height:154px;
	width:784px;
}

/* Tabs */
.tab_area{
	background-image:url(layout/tab_background.jpg);
	background-repeat:no-repeat;
	height:50px;
	text-align:left;
	width:784px;
}
.tab_text{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:340px;
	line-height:400%;
}

/* Content */
.content_area{
	background-color:#5b85a9;
	border:solid 2px #2c4d69;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	width:780px;
}
.title{
	background-image:url(layout/title_background.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	height:41px;
	line-height:300%;
	padding-left:10px;
	text-align:left;
	width:738px;
}
.content{
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	text-align:left;
	width:95%;
}
.content a:link, .content a:visited{
	color:#66ff66;
	font-weight:bold;
	text-decoration:none;
}
.content a:hover{
	color:#66ff66;
	font-weight:bold;
	text-decoration:underline;
	
}
.table_content{
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
}

/* Footer */
#footer_container{
	background-color:#5b85a9;
	border:solid 2px #2c4d69;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	width:780px;
}
.footer{
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding:10px;
	text-align:center;
	width:95%;
}

/* Thumbnail images and their border */
.thumbnail{
	border:1px solid #000000;
}
