html,body {margin:0;padding:0;}
body{background:url(../images/bodybg.gif); text-align:center; vertical-align:middle;}
body, div, table tr td, input, textarea, p{font:normal 12px Tahoma;}

div.container {
	margin-top:50px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-height:300px;
	height: 500px;
	vertical-align: middle;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
}

div.header{
	width:698px; 
	height:79px; 
	background:url(../images/head.jpg); 
	text-align:center; 
	background-repeat:no-repeat; 
	background-position:center;
	border-left:1px solid #413773; 
	border-right:1px solid #413773;
}
div.content{
	position:absolute;
	width:698px;
	height:500px;
	border-left:1px solid #413773; 
	border-right:1px solid #413773;
	background:#fff;
}
div.leftcolumn{
	padding:5px 5px 0 5px;
	float:left;
	width:138px; 
	min-height:100%;
	height:100%;
	background:url(../images/leftbg.gif); 
	border-right:1px dashed #413773;
	vertical-align:top;
	text-align:right;
	left:0px;
}
 div.leftcolumn a {
	font:bold 14px Tahoma; 
	color:#413773;
	padding:5px 5px 5px 5px;
	margin-right:10px;
}
div.leftcolumn a:hover{ border:1px dashed #cccccc; background:#D5C621;}

div.rightcontent{
	position:absolute;
	margin-left:149px;
	width:549px; 
	text-align:right;
	vertical-align:top;
	height:100%;
	margin-top:0px;
	}
div.subhead{
	width:549px;
	height:32px;
	background:url(../images/subhead.jpg);
}
div.subhtext{
text-align:left; 
float:left; 
vertical-align:middle;
font:bold 14px Arial;
color:#fff;
padding-top:8px;
padding-left:5px;
}

div.contentText{
	padding:8px;
	text-align:left;
	vertical-align:top;
	height:450px;
	overflow:auto;
}
div.titles{font:bold 14px Tahoma; color:#006666}
div.contentText p{
	line-height:20px;
	font-size:12px;
}
img.boz{ float:left;}
.line{height:2px; background:#009966; margin:5px 0 5px 0;}

div.footer{
	position:relative;
	top:500px; !important;
	width:698px;
	height:25px;
	background:url(../images/footer.jpg);
	border-left:1px solid #413773; 
	border-right:1px solid #413773;
	font:normal 12px Tahoma; color:#fff;
	text-align:center;
	vertical-align:bottom;
}
div.footer div{padding-top:5px;}
div.footer a{color:#fff;}
