body{
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #204c8d;
}
img {
	border: 0;
}
h2 {
	line-height: 1.0;
	font-size: 15px;
	color: #333;
}
small {
	color: #333;
}
#maincontainer{
	width: 980px;
	margin: 0 auto; /*centerize container*/
}
#topsection{
	background: #204c8d url('images/headback.jpg');
	height: 60px;
	width: 100%;
	margin-top: 15px;
	border-bottom: 3px solid #628eca;
}
#topsection img {
	border: 0;
	padding: 15px 0px 0px 10px;
}
#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-left: 120px;
}
#contentcolumn p {
	text-align: justify;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
}
#leftcolumn{
	float: left;
	width: 120px;
	margin-left: -980px; /*Set Left margin-(MainContainerWidth)*/
	background: #fff;
}
#footer{
	clear: left;
	width: 100%;
	background: #fff;
	color: rgb(79,167,255);
	text-align: center;
	padding: 4px 0;
	border-top: 1px solid #b0c6e4;
}
#footer a{
	color: rgb(1,51,125);
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:none;
	padding-bottom:10px;
}
.innertube{
	margin: 10px;
}
.navitabs{
	margin: 29px 4px 0px 0px;
}
.navitabs li{
	float: left;
	height: 22px;
	list-style : none;
	margin: 0;
}
.navitabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 3px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	border-width : 1px; 
	border-style : solid; 
	border-color : #628eca;
	background-image : url('images/navitab.png'); 
	background-position : left top; 
	background-repeat : repeat-x; 
}
#navertico {
	/* text-transform: lowercase; */
}
#navertico ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#navertico ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#navertico ul li a {
	display: block;
	width: 102px;
	padding: 5px 0px 5px 15px;
	margin: 5px 0px;
	color: rgb(1,51,125);
	font-weight: bold;
	text-decoration: none;
	background: #fff url('images/bullet.png') left center no-repeat;
	border: #b0c6e4 1px solid;
}
#navertico ul li a:hover {
	background: #fff url('images/bullet_orange.png') left center no-repeat;
	color: #333;
	border: #eee8aa 1px solid;
}
.right {float:right;}
.left {float:left;}
