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

.line {
	width:100%;
	border-top:dotted thin #333333;
	}
	
clear {clear:both;}

body {background-color:#02044f}

a {color:#02044f;}

p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; line-height:1.4em; letter-spacing:.04em;}

.container {
	width:637px;
	height:600px;
	margin-top:31px;
	float:left;
	}

.showbox {
	margin-bottom:60px;
	width:648px;
	height:130px;
	}

.desc {
	float:left;
	margin-left:15px;
	margin-top:5px;
	width:262px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:1.4em;
	}

.logos {
	float:left; 
	width:360px; 
	height:auto; 
	text-align:center; 
	letter-spacing:.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.sidebar {
	float:left;
	width:59px;
	height:700px;
	margin-top:16px;
	margin-left:15px;
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	margin-right:5px;
	}

.background {
	width:750px;
	height:1700px;
	margin-top:5px;
	margin-left:60px;
	padding-right:44px;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	}

.mainbox {
	width:900px;
	height:508px;
}

/*.sidebar {
	float:left;
	margin-right:2px;
	width:43px;
	height:502px;
	background-image:url(../images/sidebar.gif);
}*/

.topbar {
	float:right;
	width:683px;
	height:100px;
	margin-left:1px;
	background-color:#86ade2;
}

/*.showbox {
	margin-left:5px;
	padding:4px;
	width:300px;
	height:80px;
	text-align:center;
	color:#ffffff;
	font-family:Arial,sans-serif;
	font-weight:bold;
	float:left;
	margin-right: 3px;
	}
*/	
.divider {
	margin-left:10px; 
	width:2px; 
	background-color:#ffffff; 
	height:90px; 
	margin-top:5px;
	float:left;
	}
	
.clear {
	clear:both;
	}
	
