* { margin: 0; padding: 0; }
li { list-style: none; }
img { border: 0; }

body {
	background: #ccc;
	margin: 15px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: auto;
	background: url('images/wrapper.gif') repeat-y;
}

	#header {
		height: 69px;
		background: #3b489b;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 0 0 0 20px;
	}
	
		#header img {
			border: 0;
		}
		
			#logo {
				position: absolute;
				right: 0;
				top: 0;
			}	
		
		#subnav {
			position: relative;
			top: -10px;
			left: 0;
			width: 900px;
		}
		
			#subnav ul {
				margin: auto;
				width: 664px;
			}
			
				#subnav li {
					display: block;
					float: left;
					padding: 0 2px 0 0;
				}
			
					#subnav span {
						display: block;
						float: left;
						padding: 1px 0 1px 0;
						background: #fff;
						border-right: 1px solid #a8a8a8;
						border-bottom: 1px solid #a8a8a8;
					}
					
						#subnav a {
							display: block;
							float: left;
							height: 16px;
							line-height: 16px;
							border: 1px solid #3b489b;
							border-left: none;
							border-right: none;
							background: #fff;
							color: #3b489b;
							font-size: 10px;
							text-decoration: none;
							width: 80px;
							text-align: center;
							font-family: Arial, Helvetica, sans-serif;
						}
						
						#subnav a:hover {
							background: #a8d4ff;
						}
		
	#leftbox {
		width: 150px;
		float: left;
	}
	
		#leftbox ul {
			width: 150px;
			padding: 10px 0 0 0;
		}
		
			#leftbox li {
			
			}
			
				#leftbox a {
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					line-height: 16px;
					display: block;
					padding: 0 10px 0 10px;
				}
				
				#leftbox a.selected {
					background: #3b489b;
				}
				
				#leftbox a:hover {
					background: #3b489b;
				}
				
				#leftbox li ul {
					padding: 0 0 0 0;
				}
				
					#leftbox li li ul {
						
					}
				
					#leftbox li li a {
						font-weight: normal;
						font-size: 11px;
						padding: 0 10px 0 20px;
					}
					
					#leftbox li li a.selected {
						background: #4c58a1;
					}
					
						#leftbox li li li a {
							padding: 0 10px 0 30px;
							background: url('images/square.gif') 20px 5px no-repeat;
						}
						
						#leftbox li li li a:hover {
							background: #3b489b url('images/square.gif') 20px 5px no-repeat;
						}
						
						#leftbox li li li a.selected {
							background: #545ea3 url('images/square.gif') 20px 5px no-repeat;
						}
	
	#content {
		width: 570px;
		float: left;
		min-height: 500px;
		padding: 10px 15px 15px 15px;
	}
	
		#content h1 {
			color: #3B489B;
			font-size: 14px;
			padding: 0 0 15px 0;
		}
		
		#content p {
			line-height: 15px;
		}
	
		#content a {
			color: #3B489B;
		}
	
	#rightbox {
		width: 140px;
		padding: 90px 0 0 10px;
		float: left;
	}
		
	#footer {
		clear: both;
		height: 20px;
		background: #ccc url('images/footer.gif') 0 0 no-repeat;
	}
