﻿/* CSS layout */
body {
		font-family: Arial, Helvetica, sans-serif;
}

#masthead { background:#ffffff url('img/Banner.swf') no-repeat top right;
			width: 800px;
			height: 150px;
}

#top_nav {	width: 800px;
			background-color: #FFFFFF /*#DCE9FC*/;
			vertical-align:middle;
			font-size:12px;
			padding-top: 3px;
			padding-bottom: 3px;
}

#container {
	position: relative;
	width: 800px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}

#page_content {
	margin-left: 200px;
	padding-top: 15px;
	text-align: left;
}

#footer { width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #e0e0e0;
}

.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #887799;
	text-align: justify;
}

img.center {
	padding: 10px 10px 10px 10px;
	border: 1px #887799 dotted;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	font-size: 12px;
	width: 80%;
	margin: auto;
}

td {
	border: 1px solid #000;
	padding: 5px;
}

tr.tableheader td {
	border: 1px solid #000;
	padding: 0 0.5em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #808080;
}

tr.center td {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	color: #666666;
}

tr.heading td {
	border: 1px solid #000;
	padding: 0 0.5em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bb66bb;
	font-weight: bold;
	text-align: center;
}

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bb66bb;
	font-weight: bold;
	text-align: center;
}

.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	background-color: #F1F7FE;
	border: dotted 3px #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
/*	opacity: 0.7;*/
}

.imgcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

a:link  
{
 font-weight:none;
 text-decoration:underline;
 color:#375DAC;
}


a:visited  
{
 font-weight:none;
 text-decoration:underline;
 color:#375DAC;
}

a:active  
{
 font-weight:bold;
 text-decoration:none;
 color:#000000;
}

a:hover  
{
 font-weight:none;
 text-decoration:underline;
 color:#000000;
} 

/** SIDEBAR MENU STYLES START **/
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 190px; /* Main Menu Item widths */
border: 1px solid #DCE9FC;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #494949;
text-decoration: none;
padding: 3px;
}

.sidebarmenu ul li a:active{
background-color: #e0e0e0; /*background of tabs (default state)*/
border: 1px solid #FFFFFF;}

.sidebarmenu ul li a:visited{
background-color: #e0e0e0; /*background of tabs (default state)*/
border: 1px solid #FFFFFF;}

.sidebarmenu ul li a:link{
background-color: #e0e0e0; /*background of tabs (default state)*/
border: 1px solid #FFFFFF;}

.sidebarmenu ul li a:visited{
color: #494949;
}

.sidebarmenu ul li a:hover{
background-color: #DCE9FC;
border: 1px solid #494949;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(img/MenuBlinkies/arrow_r.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/** SIDEBAR MENU STYLES END **/


/** HORIZONTAL MENU STYLES START **/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(img/MenuBlinkies/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: #375DAC;
text-transform: none;
}/** HORIZONTAL MENU STYLES END **/