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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	width: 800px;
	background-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 1.166;
	color: #CC0000;
	list-style-position: outside;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
}
		
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#025abd;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}

		#container{
	width: auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color: #000000;
	color: #025abd;
	border: 0px solid gray;
	line-height: 130%;
}


#masthead{
	height:150px;
	border-bottom: 0px solid gray;
	background-image: url(images/header.jpg);
}



#navbar{
	float: left;
	width: 130px;
	margin: 0px;
	border-right: 0px solid gray;
	background-color:#000000;
	font-size:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;

}

#navbar p {
	margin: 0 0 1em 0;
	text-align:center;
	font-size: 14px;
}
#navbar ul {
	list-style-type: none;
	display: block;
	list-style-image: none;
	margin-left: -1px;
}
#navbar ul li {
	list-style-type:none;
	text-align:left;
	padding-left: 1px;
}
#navbar ul li a:visited,a:link{
	color:#ff0000;
	text-align:left;
	text-decoration: none;
}

#navbar  ul li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

a:link {
	color: #cc0000;
	text-decoration: none;
     }

a:visited {
	color: #660000;
    text-decoration: none;
	 }
	 
a:hover {
	color: #FFFF00;
    text-decoration: none;
	 }

#content{
	margin-left: 140px;
	margin-right: 15px;
	margin-top: 5px;
	padding: 5px;
	background-color:#999999;
	color:#000000;
	text-align: left;
}

#content h1 {
	color:#cc0000;
}


#siteinfo{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333333;
	background-color: #000000;
	border-top: 0px solid gray;
	text-align:center;
}


#siteinfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navbar ul a:link, #navBar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {
	border-bottom:#000000 solid 1px;
	}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}
ul {
	list-style-image: url(images/bullet.png);
}
.red-emphasis {color: #CC0000}
.size18 {
	font-size: 18px;
	margin-top: 0px;
}
.nobottommargin {
	margin-bottom: 0px;
}
