@charset "utf-8";
/* CSS Document */

#all {
position: relative;
margin: auto;
width: 800px;
}

 #content {
 position: relative;
 margin: auto;
 width: 550px;
 border: 1px solid #0C6E97;
 margin-bottom: 50px;
 }

 #left {
	position: relative;
	min-height: 598px;
	width: 400px;
	background-color: #FFFFFF;
 }

 #contleft {
 padding: 5px;
 }
 
 #right {
	position: absolute;
	top: 0px;
	left: 400px;
	min-height: 598px;
	width: 150px;
	background-color: #F1F7FE;
 }

 #osilogo {
 position: relative;
 margin-left: 35px;
 }

 #hostlogo {
 position: absolute;
 margin-left: 410px;
 margin-top: -52px;
 }

 #google {
 position: absolute;
 top: -1px;
 margin-left: 560px;
 }

 body {
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: small;
 color: #000000;
 background-color:  #EFEFEF;
 }

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

 a:visited {
 color: #0C6E97;
 text-decoration: none;
 }
 
 a:active {
 color: #003366;
 text-decoration: none;
 }

 a:hover {
 text-decoration: underline;
 } 

 .small {
 font-size: xx-small;
 }
