/* CSS Document */

body {
	font-family:  Verdana, Arial, sans-serif;
	color: #000;
	line-height: 1.166;	
	font-size : 75%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background-color:#ffffff;
}

.skipLinks {display: none;}

h1{
 font: 250% Arial,Verdana,  sans-serif;
 color: #fff;
 margin: 5px;
 padding: 5px;
}

h2{
 font: 150% Arial,Verdana,  sans-serif;
 color: #000;
 margin: 5px;
 padding: 5px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0033CC;
	text-decoration: underline;
	
}

a:hover{
    color:#990033;
	text-decoration: none;
}

/************** Layout Divs ***************/
#wrapper{
		background:#fff;
		border:1px solid #666666;
		text-align:left;
		min-width:600px;
		width: 800px;
		height:auto;
		margin-left:auto;
		margin-right:auto;

}

#header{
	background-color: #000;
	height: 60px;
	}
	
#content{
	float:left;
	vertical-align:top;
	margin:0 0 0 0;
	padding:0;
	width: 595px;
}

#contentSection{
	margin: 15px 15px 15px 15px;
	width:350px;
	
}

#sideNav{
	float: left;
	width:200px;
	margin:0px 0px 0px 0px;
	border-left:#000000 4px solid;
	height:600px;
	padding: 0px;
	background-color: #E6ECE8; 
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	vertical-align:top;
	
}

#footer{
	clear:both;
	background-color:#666666;
}


/************* Header Divs *****************/

#header img{
	margin: 0px;
	padding: 0px;
}

img{
margin: 0px;
padding: 0px;
}


/************ sectionLinks styles **************/

#sectionLinks img{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height:36px;
width:228px;
border:0;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
}



#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
	color: #000;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #949EB0;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF; 
}

/*************** Address style *****************/

#address{
	background-color:#E9E9E9;
	padding: 10px 5px 10px 10px;
	height: auto;
	font-size:100%;
	color :#000 ;
	vertical-align:bottom;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 101;
	left: 250px;
	width: 535px;
	height: 2em;
	vertical-align:top
}

#search input{
  font-size: 100%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 100%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{

	font: small Verdana,sans-serif;
	color: #000000;
}

#breadCrumb a{
	color: #000000;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

td.narrow  {
vertical-align:top;
width: 36%;
}

td.wide {
vertical-align:top;
width: 54%;
}

.box
{
border-color:Blue;
border:1;
}

/************** footer styles ****************/

#footer{
	text-align:center;
	font-size: 90%;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#CCCCCC;
	height:10px;
	background-image:url(../footer.jpg)
}

#footer a{
	color : #333;
}


/***********************************************/
#navcontainer
{
z-index:-1;
}

.filler
{
	border-left:#000000 4px solid;
	height: 80px;
}


