#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:solid black;
	border-width:1px 1px 1px 1px;
	width: 800px;
	background: url("img/background_colsw.gif") repeat;
}

#header {
	margin: 0 0 0 0;
	background: white;
}
#banner{
	border:solid black;
	border-width:0px 0px 1px 0px;
	height:100px;
}
#navbar{
	height:25px;
}
#bluecountdown{
	padding:5px 0px 0px 0px;
	text-align:center;
	height:20px;
	color: #FFFFFF;
	background-color: #003399;
}
#side-a {
	float: left;
	width: 150px;
}
#side-a1{
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	text-decoration: none
}
#side-a1b{
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

#side-a2{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

#side-a3{
	text-align:center;
}

#side-a4{
	margin-left:5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

#side-b {
	float: right;
	width: 150px;
}

#content {
	float: left;
	width: 500px;

	background-color: #d7edff;
}
#contenta{
	margin-top:10px;
	width: 480px;
	height: auto !important;
	height:880px;
	min-height: 880px;
	padding:0 10px 0 10px;
	background-color: #d7edff;
}


#footer {
	clear: both;
	background: #003399;
	height:12px;
}
#nav {
		margin:0;
		padding:0;
		background:#d7edff;
		width:800px;
		float:left;
		border:solid #000000;
		border-width:0px 1px 1px 0px;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
	padding:5px 9px 3px 9px;
	
	height:17px;
	float:left;
	
	border-right:1px solid #000000;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-align: center;

	}

	#nav li:last-child a {
		border-right:0px solid #42432d;
	}

	#nav-home a{
		background:#d7edff;
		color:#003399;
	}
	#nav a:hover,a.current {
		background:#003399;
		color:#fff;
	}
