/* CSS Document */

/* =html */
* {
	margin: 0;
	padding: 0;
}

html { 
	padding : 0; 
}

a:link {
	color:#990000;
	text-decoration: none;
	
}

a:visited {
	color:#990000;
	text-decoration: none;

}

a:hover {
	color: #000000;
	border-bottom: 1px solid #333333;
}





/* =body */
body {
	margin-top: 10px;
	margin-bottom: 25px;
	font: 76%/160% Verdana, Tahoma, Arial, sans-serif;
	text-align:left;
	background-color: #E3D8BA;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
}

body h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 220%;
	font-weight: normal;
	line-height: 1.1em;
}

#wrapper {
	width: 741px;
	position: relative;
	left: 50%;

	margin-left: -370px;
	border-bottom: 1px solid #E3D8BA;
	/*margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;	*/
	background-color:#FFFFFF;
}

.picAlignRight	{
	float: right;
	margin-left: 5px;
}

.picAlignLeft	{
	float: left;
	margin-right: 5px;
}

.box2  {
	border: 1px solid #990000;
	padding: 2px;
	margin-right: 2px;
	font-size: .8em;
}






#banner {
	width: 721px;
	height: 250px;
	/*border: 1px solid #00FF00;*/
}

#navigation {
	width: 721px;
	height: 28px;
	position: relative;
	/*left: 50%;*/
	margin-left: 11px;
	margin-bottom: 10px;
}


/* This wraps around the two floated content areas, and provides a solid colour 150 pixels wide from left hand side*/ 
#containerBackground {
	width: 721px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-color: #FFFFFF;
	background-image: url(Images/resources_background.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#container {
	width: 721px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position-y: 200px;
}

#ContentMain {
	width: 559px;
	float: right;
	background: #ffffff;	
	/*margin-bottom: 10px;*/
	border: solid gray 1px;'

}



#ContentMain img a {
	text-decoration:none;
	border:none;
}





#ContentMain h1, h2, h3 {
	padding-left: 10px;
	padding-top: 10px;
	line-height: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000; 	
}


#ContentMain p {
	padding: 10px;
}


#ContentMain a:visited {
	text-decoration:none;
	background: ;
}



#ContentMain ul {
	width: 85%;
	margin-left: 25px;
	padding: 17px;
	/*list-style-type: none;*/
}

#ContentMain li {
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#ContentMain td {
	padding: 2px;
}
	


#ContentSub {
	width: 150px;
	float: left;
}

#ContentSub p {
}	

/* Subnav that appears on every interior page*/

#subNav {
	width: 150px;
	/*height: 300px;*/
	/*float: left;*/
	background-color : #EBE5D5;
	margin-bottom: 10px;
	/*border-bottom: #98895A 5px solid;*/
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#subNav li {
	display: block;
	font-family: "Arial", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
	width: 150px;
	height: 23px
	line-height: 50px;	
}



#subNav ul a {
	text-decoration: none;
	text-indent: 10px;
	color: 	#8A7639;
	font-weight: bold;
}


/* To force IE to not make a round-trip to the server to request a new image
#subNav p {
	background: url(Images/resources_btn.gif) no-repeat right top;
}

*/


#subNav a:link, a:visited {
	/*display: block;*/
	/*width: 150px;
	height: 23px;*/
	text-decoration:none;
	/*background:url(Images/resources_btn.gif) no-repeat left top;*/
	/*text-indent: 10px;*/
}




#subNav a:hover, .selected a {
  background:url(Images/resources_btn_over.gif);
  background-color: #D6CAAB;
  background-position: right top;
  color: #fff;
}


#search {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: -10px;

}

.searchField	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 	#8A7639;
	font-family: "Arial", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	

}
	
 

#footer {
	width: 719px;
	height: 95px;
	background:url(Images/sponsors.gif) no-repeat top left;
	clear: both;
	border: solid gray 1px;
	margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#footer p{
	/*margin-bottom: 8px;*/
}


#indexNav ul {
	list-style-type: none; 
}

#indexNav ul a {
	display: block;
	width: 164px;
	height: 28px;
	color: #ffffff;
	line-height: 28px;
	text-decoration: none;
	text-indent: 20px;
 	background: url(Images/index_leftnav.gif);
	border-bottom:#C6B075;
}

/* Following appears on index page only*/

#indexNav a:hover, .selected a {
	background-position: right bottom;
}

#indexNav li {
display: inline; /* :KLUDGE: Removes large gaps in IE/Win */

}

