/* CSS Document */

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background-1pixel.jpg);
	background-repeat: repeat;
}

#wrapper {
	width:770px;
	margin: 10px auto;
	text-align: left;
	background-color: #999999;
	border: 2px solid #3333cc;
}
/* Banner */

#banner {
	width: 770px;
	height: 45px;
	background-color: #000000;
	
}

#banner p {
	color: #CCCCCC;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#imagebanner {
	width: 770px;
	height: 200px;
	background-color: #000000;	
	
}



/* Navigation Bar */

#nav {
	width: 770px;
	height: 30px;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #C5E3E3;
}

#nav a {
	color: #3333cc;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-weight: bold;	
}

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



/* Sidebar */


#sidebar {
	width: 185px;
	float: left;
	text-align: left;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C5E3E3;	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 90%;
	margin-left: 10px;		
}

#sidebar a {
	color: #3333cc;
	text-decoration: none;
	
}
#sidebar a:hover {
color: #ffffff;
text-decoration: none;
}

/* Main Content */
#content {
	width: 510px;
	padding: 10px;
	margin-left: 215px;	
	
}

#content p {
color: #000000;
	line-height: 140%;
	list-style: circle;	
	padding-bottom: 10px;
	
}
#content ul {
padding-left: 30px;
	padding-right: 15px;
	list-style: circle;	
	line-height: 130%;
}

#content ol {
	padding-left: 30px;
	padding-right: 15px;
	line-height: 140%;
	list-style-type: decimal;
}
#content h1 {
	color: #000000;
	text-align: left;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;			
}
#content h2 {
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;		
}
#content a {
	color:#3333cc;
	text-decoration:none;
	font-weight: bold;	
}

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


/* Images within Main Content */

.leftimage {
float: left;
margin: 0 10px 20px 0;
}

.rightimage {
	width:265px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.smallrightimage {
	width:182px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

.smallestrightimage {
	width:150px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

/* Footer */

#footer {
	width: 770px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #999999;		
}

#footer p {
	margin: 0;
	line-height: 140%;
	font-size: 12px;
	color: #C5E3E3;
}

#footer a {
	color: #3333cc;
	text-decoration: none;
}

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