.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:85%;
	background-color: #666666;
	text-align: center;
	background-image: none;
	background-repeat: repeat;
	color:#666666;
}

/* TEXT  #######################################################
###########################################################************/
h1, h2, h3, h4, h5, h6 {color: #666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {	margin-top:0em;	font-size: 1.5em;	font-weight: bold;} 
h2 {	margin-top:0em;	font-size: 1.2em;	font-weight: bold;}
h3 {	margin: 0.1em 0;	font-size: 1.1em;	font-weight: normal;}
h4 {	margin: 0.1em 0;	font-size: 0.9em;	font-weight: bold;}
h5 {	margin: 0.1em 0;	font-size: 0.8em;	font-weight: bold;}
h6 {	margin: 0.1em 0;	font-size: 0.6em;	font-weight: bold;}
p{ text-align:left;}
.tiny {	color: #666666;	font-size: 10px; font-style: italic;font-weight: bold;}
	
.Header_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	
	color: #999999;
}

/* HOLDS ALL DIVS AND SETS BROWSER WIDTH   #######################################################
###########################################################************/	
#wrapper{
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-top: 15px;
	
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width:auto;/* 992px;*/
	wid\th: auto;/*990px;*/
}
/*DIVIDER (Top of Header)  #######################################################
###########################################################************/
#divider{
	width: auto;
	height:125px;
	clear: both;
	margin-right: 1px;
	border-bottom:1px solid #ffffff;
	margin-right: 0px;
	text-align:left;
	
}
/*MAIN HEADER  #######################################################
###########################################################************/
	
#header{
	width:auto;
	height:150px;
	padding:0px;
	top:0;
	clear: both;
	background-color:#336699;
	border-bottom:1px solid #ffffff;
	text-align: left;
	z-index:2;
	background-image: url(Images/Gradient.jpg);
	background-repeat:repeat-x	;
}

#HeaderText{
	position:relative;
	width:220px;
	text-align:left;
	color:#CCF2FF;
	font-size:12px;	
	padding:10px;
	z-index:200;
	
}

/* Banner LOGO HOLDER (IN HEADER)  #######################################################
###########################################################************/
	
#Banner{

	position:relative;
	width:370px;
	text-align:left;
	margin-left :10px;	
	top:50px;
	
}
#bannerText{
	position:relative;
	text-align:right;
	right:10px;
	bottom:20px;
}


/*LEFT COLUMN + CONTENT CLASSES  #######################################################
###########################################################************/

#leftCol
{
	float: left;
	width: 170px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0;*/
	margin-top: 1em;
	margin-left: 0.5em;
	z-index: 4;
	text-align:;
		
		/*background: #dcdcdc;*/
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftCol {width:170px;}

.sidebarcontainer{
	margin-bottom:0.5em;
	padding:5px;
	text-align:center;
	border:1px solid #333333;
background-color:#E8E8E8;


}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#FF284E;}

.sidebarcontainer li
{
	
	list-style-type: none;
}
.sidebarcontainer h2{color:#ffffff;}


/*RIGHT COLUMN (IF USED) ######################################################
##########################################################################*/

#rightCol 
{
	float: right; 
	width: 15em; /* since this element is floated, a width must be given */
	/* background:  #dcdcdc; the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 5px 0; top and bottom padding create visual space within this div */
	margin-top:1em;
	margin-right:0.5em;
	/*border: 1px solid #A9A9A9; */
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:15em;
	}
/* Again, "be nice to Opera 5". */
body>#rightCol {width:15em;}


/* MIDDLE / MAIN COLUMN + CONTENT CLASSES #####################################
###########################################################************/
#mainContent
{
	margin-top:0em;
 	margin-left: 180px; 
	
  
 }

#mainContent a {color:#FF284E;}

#mainContent .container {
	margin:0.5em;
	padding: 0.5em;	
	text-align:left;
	}

	/* \*/
* html #copy .container {height:1%;}
	/* */


#mainContent .teaser{
	margin-top:0;
	color:#999999;
	font-size:1em;
	font-weight:bold;
	font-style: italic;
	}

#mainContent td, #copy th {padding: 0.2em 0.5em;}

#mainContent .container table tr {font-size:0.9em;}

#mainContent fieldset {	
		margin:1em 0;
		padding:1em;
		border:1px solid #CCCCCC;
	}

#mainContent legend {
		color:#666666;
		background-color:#FFFFFF;
	}

* html #mainContent legend {padding:0.5em;}





	
 /* IMAGES  #######################################################
###########################################################************/

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	border:#333333 1px solid;
	margin: 0.25em 1em 0.25em 0;
}

/* FOOTER #######################################################
###########################################################************/


#footer{
	/*border-top: 1px solid #000000;*/
	background-color: #FFFFFF;
	border-top:1px solid #ffffff;
	padding-right:0px;
	width: auto;
	text-align: left;
	vertical-align:bottom;
	height: 40px;
	clear: both;
	background-image: url(Images/GradientSml.jpg);
	background-repeat: repeat-x;
}

/* LINKS #######################################################
###########################################################************/
a 
{
	text-decoration: none;

	
	font-weight: bold; 
	}

a:link 
{
	 
	color: #999999; 
}
a:visited
{
	color: #999999;
}
a:hover 
{

	color: #FF0000;	
}
a:active 
{
	
	color: #999999;
	
	}
/*ALTERNATIVE LINK*/
a.menu
{
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
}	

a.menu:link
{
	color: #FFFFFF;
	
}
a.menu:visited 
{
	color: #FFFF01;	
	
	}
a.menu:hover 
{
	color: gray;
	}
a.menu:active 
{
	color: #FFFFFF;	
	
	}
	
	
#navlist
{
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	width: auto;
	background-color: #003366;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	background-color: #FFFFFF;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #003366;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	color: #FFF;
	background-color: #003366;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
}

#navlist li a:active
{
	color: #FFF;
	background-color: #003366;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
}





	
/*UL Menu Class for submenus*/
	ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
		
	}
		
ul#mainnav li {
	display: block;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #D9DADF;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 10%;
	
	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/

	text-decoration: none;
	width:100%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	font-family: arial, sans-serif;
	text-align:left;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: bold;
	color: #999999;
	}
	

ul#mainnav li a:hover {
	color:#003366;
	text-decoration:underline;
	width:80%;		
	
	
	}
	
	

	
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid #FFFFFF;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
 








	

