body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	/*background-image:url(images/bg-gradient.jpg);
	background-repeat:repeat-x;*/
	background-color: #000;
}

/* layout elements */

.container {
	position: relative;
	width: 800px;
	height: 647px;
	margin: 0;
	text-align: left;
	border: 1px solid #999;
	background-color: #fff;
}

.topbox {
	height: 35px;
	background-color: #fff;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 9px;
	border-bottom: 4px solid #305F7A;
}

.topbox-left {
	width: 60%;
	float: left;
	/*border: 1px solid #999;*/
}

.topbox-right {
	width: 40%;
	float: right;
	text-align: right;
	padding-top: 10px;
	
	/*border: 1px solid #999;*/

}

#topmenu {
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


.leftbox1 {
	position: absolute;
	top: 73px;
	left: 0px;
   width: 194px;
   height: 404px;
	padding: 10px 18px 10px 18px;
	background-color:#fff;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
	
.leftbox2 {
	position: absolute;
	top: 498px;
	left: 0px;
    width: 210px;
    height: 105px;
	padding: 10px;
	overflow:auto;
	background-color:#fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
    }
	
.main_rightpanel {
	padding-left: 245px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 530px;
	overflow:hidden;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.main {
	height: 550px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}	 
.bottombox {
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.picture-box {
	text-align: center;
}

.textbox {
	padding: 10px;
}

.imageborder {
	border: 1px solid #999;
}

.thumbnail {
	text-align: center;
	margin: 5px;
}

h2 {
	font-size: 16px;
	font-style: bold;
}

.right {
	text-align:right;
	position: relative;
	height: 19px;
}

.menutext {
	word-spacing: 10px;	
	font-size: 14px;
	letter-spacing: 1.5px;
}

#topmenu a:visited, #topmenu a:link, #topmenu a:active {
	text-decoration: none;
	color: #000;
}

#topmenu a:hover {
	color: #990000;
}

a:link, a:active, a:hover, a:visited {
	color: #305F7A;
}

.menu-inactive {
	color: #990000;
	font-weight: bold;
}

.top-email {
	font-size: 14px;
	font-weight: bold;
}

.footer {
	font-size: 12px;
	color: #999999;
}

