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

html
{
background: #519107;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* RGB colours as follows red 238 34 37   green 114 183 67   blue  44 53 132   grey 157 157 157 */ 
/* Hex colours as follows red ee2225  green 72b743  blue 2c3584  grey  9d9d9d */



#wrapper{
	width:800px;
	margin: 0 auto; 
	border-left: 2px solid #519107;
	border-right: 2px solid #519107;
	border-top: 50px solid #519107;
	text-align:left;
	background:url(images/white_spacer.gif) repeat;
}
  
#header{
	padding: 20px 20px 30px 20px;
	width: 710px;
	background:url(images/white_spacer.gif) repeat;
	align: center;
	}

/* padding top right bottom left which is clockwise */

#content{
	float: right;
	width: 545px;
	height:auto;
	margin: 0px;
	padding: 0px 40px 20px 0px;
	text-align:left;
	background:url(images/white_spacer.gif) repeat;
}

#left_nav{
    float:left;
	width: 145px;
	text-align:left;
	height:auto;
	border-right: 1px solid #519107;
	margin: 0px;
	padding: 0px 0px 30px 50px;
	font-size: 80%;
	background:url(images/white_spacer.gif) repeat;
}


#left_nav p{
	padding: 5px 0px 5px 0px;
}


#footer{
	clear: both;
	height:100;
	width:780px;
	background: #519107;
	font-size: 65%;
	color: #FFFFFF;
	padding: 10px 10px 35px 10px;
	background:url(images/footer.gif) repeat;
	text-align:center;
	
}

#content img{
	padding: 10px 10px 10px 10px;
	}



/*********** #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: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}





body{
	text-align:left;
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

	
a:hover{
	color: #ee2225;
}

.foot a{
	color: #FFFFFF;
	text-decoration: none;
}

.foot a:link{
	color: #FFFFFF;
}

.foot a:visited{
	color: #FFFFFF;
}

	
.foot a:hover{
	color: #ee2225;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 text-align:left;
 font-size: 160%;
 line-height: 2;	
 color: #519107;
 margin: 0px;
 padding: 0px;
 text-decoration: none;
 font-weight: normal;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #519107;
 line-height: 2;
 font-style:italic;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #519107;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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


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



/***********************************************/
/* Components                                  */
/***********************************************/


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #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: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cc0083;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cc0083;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
}

#sectionLinks a:self{
	background-color: #ffffff;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/




