@charset "utf-8";
/* CSS Document */

/* Global Styles */
body 
	{
	/*color: #6b6c5a;*/
	color: #26354A;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	/*#99CCFF;*/
	background-color: #CCCCCC; 
	text-align: left;
	margin: 0
	padding: 0;
	}
	
a 
	{
	/*color: white;*/
	color: #FF6600;
	font-weight:bold;
	text-decoration: none
	}

a:hover 
	{
	/*color: #fc0;
	color: #FFBA00;*/
	color: #0000A0;
	text-decoration: none
	}

/* ID Styles */
#header 
	{
	
	text-align: center;
	background-color: #26354a;gn: center;
	visibility: visible;
	position: relative;
	height: 38px
	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #46C7C7;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px
	}
	
/*
#navbarmiddle 
	{
	/*color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #F87217;
	/*text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 10px
	}
	
#navbartop 
	{
	/*color: white;
	font-size: 6px;
	line-height: 16px;*/
	/*background-color: #FFFF00;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 8px
	}	
	
*/

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left
	}
	
/*
#logo 
	{
	
	margin: 0 10px 10px 18%;
	height: 95px
	
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
*/

/* Class Styles */
.logo 
	{
	/*
	margin: 0 10px 10px 18%;
	height: 95px
	*/
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}


.leftcol 
	{
	text-align: right;
	width: 20%;
	color: #FFBA00;
	float: left
	}


.menuitem 
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

.menuitem a:link 
	{
	color: #758642;
	text-decoration: none
	}

.menuitem a:hover 
	{
/*	color: #c63;*/
	color: #FFBA00;
	text-decoration: none
	}

.leftcol 
	{
	text-align: left;
	width: 20%;
	background-color: #26354a;
	float: left
	}

.midcol 
	{
	padding-left: 36px;
	padding-right: 36px;
	width: 50%;
	background-color: #FFFFFF;
	float: left
	}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left
	}

.box1
	{
	color: #990000;
	font-size: 16px;
	font-family: "Arial", Times, serif;
	line-height: 22px;
	
	background-color: #66FFFF
	
	}



	table.sample {
	border-width: 10px 10px 10px 10px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
</style>

