#main {
	border-top: 0;
	clear: both;
}

#contents {
	border: 1px solid #4D5668;
	border-top: 0;
	padding: 1.5em;
	padding-top: 1em;
	background: #FFFFFF;
	height: 100%;
	overflow: auto;
	min-height: 600px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 			

}
 
#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin-top: 10px;
}


/* sub navbar start */
#navcontainer {
	font-family: tahoma, courier, helvetica, sans-serif;
}
#navcontainer ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 4px solid #556175;
	width: 100%;
	overflow: hidden;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 0px;
	text-decoration: none;
	float: left;
	color: black;
	margin-right: 2px;
	background-image: url(images/tabbg2.gif);
	background-repeat: repeat-x; 

}

#navcontainer ul li a:hover {
	color: #FF3366;
	border-color: #666;
}

#navcontainer ul li#current a {
	padding: 0.2em 1em;
	background-color: #556175;
	text-decoration: none;
	float: left;
	color: white;
	background-image: none;
	background-repeat: no-repeat; 
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;	
}
/* sub navbar end */