﻿/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#topbar_bl{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar_bl.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}

#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{
	float: right;
	width: 610px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #CCCCCC;
	min-height: 360px;
}
#contenttext_lg{
	float:left; width:800px;
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}

#alert{
	padding: 5px;
	border: medium solid #008000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	background-color: #FFCCFF;
}
#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position: relative;
	
	width: 608px;
	height: 110px;
	background-color: #F7F7F7;
	border-right: solid 1px #999999;
}
#pagetitle_content{
	position:relative; float:left; width:800px; height:75px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:10px; width:600px;
}
#title_content{
	position:absolute; right:10px; bottom:10px; width:800px;
}
#menu{
	float:left; width:190px; margin:0px;
}
#footer{
	width:578px; padding-right:10px; padding-left:20px; border-top:solid 1px #CCCCCC;
}

/*GRAY PANEL*/

.panel{
	padding: 12px;
	border: 1px none #E4E4E4;
/*	margin:10px; */ /*	padding:10px; */;	width: 550px;
	height: auto;
}
.panel_content{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:750px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma;
	font-size: small;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.notsosmalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 16px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC9966;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:48px;
	font-weight:bold;
	color: #AAAAAA;
}
.titletext_content {
	font: 0.7em Tahoma, sans-serif;
	font-size:32px;
	font-weight:bold;
	color: #AAAAAA;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #999999;
}
.sublogotext {
	fone: 0.7em Tahoma, sans-serif;
	font-size:12px;
	color: #000099;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FF9900;
}
.bluetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#0000CC;
}
.bluetitle_sm {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}

.menuheadertext {
	font: 0.7em Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#666699;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
#linksmenu2 a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#C5AD78; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu2 a:hover{
	background-color:#514F1C;
}
#linksmenu_bl a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#7588C8; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
#Caution {
	border-style: none none solid none;
	border-width: thin;
	border-color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: normal;
	color: #000080;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	margin: 10px;
	width: auto;
	position: inherit;
	font-weight: bold;
}
.thumbnail {
	table-layout: fixed;
	border-spacing: 5px;
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	position: fixed;
	left: 20px;
}
