/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image:url(images/backgroundtext2.jpg);
	background-repeat:repeat;
	SCROLLBAR-FACE-COLOR: #666666; 
	SCROLLBAR-HIGHLIGHT-COLOR: #002F74; 
	SCROLLBAR-SHADOW-COLOR: #002F74; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #FF6600; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

a:link, a:visited {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #FF6600;
}

h2{
 font-size: 114%;
 color: #00FF33;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main {
	background-image:url(images/bgframe.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	width:790px; 
	height:990px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:20px;
}

#navBar{
	position:relative;
	top: 150px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
	text-align:center;
	height:20px;
}

#content{
	position:relative;
	top: 160px;
	background-image:url(images/newTile.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin-left: auto; 
	margin-right: auto; 
	padding: 5px;
	width:480px;
	height: 660px;
	color:#DDDDDD;
	overflow:auto;
	position:relative;
}
#content img {
	padding: 5px;
	margin: 6px;
}
#content a:link{
	color: #FF9900;
	text-decoration: none;
}

#content a:visited {
	color: #FF9900;
	text-decoration: none;
}

#content a:hover {
	color:#FF0000;
	text-decoration: none;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #FFFF99;
	padding: 2px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#siteInfo a:hover {
	color:#00FF00;
	text-decoration:none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	float:left;
	width: 25%;
	background-image:url(images/topnavbutton.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.relatedLinks a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold
}
.relatedLinks a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold
}
.relatedLinks a:hover {
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}

