html {
	color:#ffffff;
	font-family:Georgia, Times New Roman, Serif;
	font-size:13px;
	line-height:22px;
	}
	
	
	
	
body {
	background-color:#222222;
	margin:10px;
	}
	
a {
	color:#62658B;
	text-decoration:none;
	}
	
a:hover {
	color:#7177C5;
	}
	
	



#layout_exterior {
	width:782px;
	background-color:#000000;
	border-right:2px solid black;
	border-bottom:2px solid black;
	overflow:hidden;
	}
	
#layout_interior {
	border:10px solid #444444;
	overflow:hidden;
	}

#layout_content {
	border:1px solid white;
	text-align:left;
	overflow:hidden;
	}

.bottom {
	clear:both;
	}
	
	

.left {
	float:left;
	width:180px;
	}
	
.right {
	float:right;
	width:580px;
	}

.right_home {
	float:right;
	width:610px;
	}
	
	
.small_photo {
	border:1px solid #ffffff;
	margin:0px 0px 10px 10px;
	width:128px;
	}

.indent {
	padding-left:40px;
	}
	
	
	
	
	

.footer {
	border-top:1px solid #62658B;
	padding-top:10px;
	margin: 0px 5px 15px 0px;
	font-size:12px;
	}
	
.text {
	padding:10px 20px 10px 0px;
	overflow:hidden;
	}

.logo_home {
	padding:0px 150px 0px 0px;	
	height:180px;
	}
	
.logo {
	padding:0px 150px 0px 0px;
	height:80px;
	}

.photo {
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:150px;
	}

.title {
	color:#272945;
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	


.left_nav {
	width:180px;
	}

.left_nav_contents {
	margin:15px 30px 10px 15px;
	font-size:11px;
	font-weight:bold;
	}

.left_nav_item {
	color:#aaaaaa;
	line-height:12px;
	text-decoration:none;
	}

.left_nav_item:hover {
	color:#ffffff;
	}
	
	
	
	
.nav {
	background-color:#62658B;
	height:20px;
	width:610px;
	}
	
.nav_bottom {
	background-color:#62658B;
	height:20px;
	}
	
.nav_item {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	}

.nav_item:hover {
	color:#ffffff;
	}
