/* CSS Document */

* {
	margin: 0;
	padding: 10;
}

body {
	margin: 20px 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333333;
	background-color: #E9E2D3;
	
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	background-color:#E9E2D3;
		
}

/* Text */

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
	padding-bottom: 10px;	
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 15px;
	color: #333333;
	padding-left: 10px;
}

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

a:visited {
	text-decoration: none;
}

/* Navigation Bar */

#nav {
	width: 765px;
	height: 35px;
	text-align: center;
	padding-right: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	
	}

#nav p {
line-height: 150%;

}

#nav a {
	color: #336633;
	text-align: center;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #000000;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #990000;
}

/* Banner */

#banner {
	width: 770px;
	height: 80px;
	padding-top: 0px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	background-color:#E9E2D3;	
	
	
}


#banner h1 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	
	
}

/* Static Banner */

#staticbanner {
	width: 770px;
	height: 110px;
	background-color: #FFFFFF;
	
}


/* Small Banner */

#smallbanner {
	width: 770px;
	height: 82px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	background-color:#E9E2D3;
}		

#smallbanner h1 {
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 10px;
	color: #000000;
	
	}
	
#smallbanner p {

	color:#333333;
	font-size: 13px;

}


#smallbanner a {
	
	font-weight: bold;
	color: #000000;
	
}

#smallbanner a:hover {
	text-decoration: none;
	color: #996600;
	background-color: #ffffff;
}


/* Vertical Menu */

#menu {
	width: 567px;
	height: 225px;
	float:right;
	
	
	
	}

#containerright {
	width: 202px;
	height: 260px;
	float:right;
	
	
}

	}

#containerright2 {
	width: 230px;
	height: 200px;
	float:right;
	
	
}

#containermid {
	width: 490px;
	height: 370px;
	
	 
 }

#containerleft {
	width: 250px;
	height: 134px;
	float: left;
	
}

#menu p {

	color:#333333;
	font-size: 11px;

}

#menu h1 {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	
		
	}


#menu a {
	
	font-weight: bold;
	color: #000000;
	
}

#menu a:hover {
	text-decoration: none;
	color: #996600;
	background-color: #ffffff;
}


/* Content */


#content {
	float: left;
	width: 505px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #E9E2D3;
}

#content p {
	font-size: 14px;
	color: #333333;
}

#content h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


#content h2 {
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: bold;

}

#content a {
	font-weight: bold;
	color: #990066;
}

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

#content ol, #content ul {
	margin-left: 11px;
}

/* Images */

.smallrightimage {
	width: 100px;
	float: right;
	clear: left;
	margin: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding-left: 10px;
	padding-top: 25px;
	border-right: 1px solid #CC6600;
	
}

#sidebar p {
	font-size: 13px;
	
}

#sidebar a {
	font-weight: bold;
	color: #990066;
	padding-right: 3px;
	font-size: 13px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display:block;
}

#sidebar a:hover {
	color: #990000;
	
}

/* Footer */

#footer {
	clear: both;
	width: 770px;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 13px
}

#footer a {
	font-weight: bold;
	color: #990066;
}

#footer a:hover {
	text-decoration: none;
	color: #CC6600;
}

