@charset "utf-8";



body  {
	background:url(images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:#CCCCCC;
	margin:0;
	padding:10px 0px 0px 0px;
}

p	{
	text-indent:10px;
}

.h3-title {
	color:#282964;
	font-size:24px;
	line-height:130%;
	border-bottom:3px solid #282964;
	padding-bottom:5px;
	width:350px;
}

#top {
	width:980px;
	height:60px;
	position:relative;
	top:0px;
	background:url('images/bg-top.gif') repeat-x;
	z-index:1;
}

#top-left {

	width:65px;
	height:60px;
	float:left;
	background:url('images/bg-top-left.gif') no-repeat;
}

#top-right {

	width:65px;
	height:60px;
	float:right;
	background:url('images/bg-top-right.gif') no-repeat;
}



div#general span{

	font-size:13px;
	position: absolute;
	right:150px;
	top:-25px;

}



#general {
	padding:0;
	width:980px;
	position:relative;
	background:url('images/mid-bg.gif');
	background-repeat:repeat-y;
	z-index:1;
}



#bottom {
	width:980px;
	height:40px;
	position:relative;
	background:url('images/bg-bottom.gif') repeat-x;
	z-index:1;
	padding-top:40px;
	font-size:11px;
}

#bottom-left {

	width:65px;
	height:60px;
	position:absolute;
	left:0;
	top:0;
	background:url('images/bg-bottom-left.gif') no-repeat;
}

#bottom-right {

	width:65px;
	height:60px;
	position:absolute;
	right:0;
	top:0;
	background:url('images/bg-bottom-right.gif') no-repeat;
}

#bottom a{
	color:#000;
}


#logo {
	position:absolute;
	left:80px;
	top:-27px;
}

#menu-bar {
	position:absolute;
	right:90px;
	top:20px;
	height:100px;
	width:600px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:200%;
	z-index:1000;
}

div#menu-bar span{
	position:relative;
	right:0;
	top:0;
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
}

#menu-bar span a:visited, #menu-bar span a:link {
	color:#555555;
	text-decoration:none;
}
#menu-bar span a:hover {
	text-decoration:none;
	color:#282964;
	border-bottom:3px solid #CCCCCC;
}

#menu-bar a:visited, #menu-bar a:link {
	color:#555555;
	text-decoration:none;
}
#menu-bar a:hover {
	text-decoration:none;
	color:#204848;
}



#big-s{
	
	position:absolute;
	right:36px;
	bottom:40px;
}



#ver-col{
	position:absolute;
	right:85px;
	top:-60px;
}



#r-col-box{
	position:absolute;
	right:10px;
	top:250px;
}

#l-col-box{
	position:absolute;
	left:10px;
	top:250px;
}



#gen-content{
	padding-top:125px;
	position:relative;
	width:850px;
	overflow:auto;
}

#content-left{
	float:left;
	width:170px;
	text-align:left;
	font-size:14px;
	font-family:Arial;
	line-height:150%;
	padding:20px 0px 20px 0px;
	margin-left:15px;
	margin-top:90px;
}

#content-left a:visited, #content-left a:link{
	color:#000;
	text-decoration:none;
}

#content-left a:hover{
	color:#666666;
	text-decoration:none;
}

#content-mid{
	border:0px red solid;
	float:left;
	text-align:left;
	font-size:14px;
	font-family:Arial;
	line-height:150%;
	padding:20px 0px 50px 30px;
	margin-left:10px;
	width:600px;
	min-height:350px;
}

#content-mid a{
	color:#000;
	text-decoration:none;
}

#content-mid a:hover{
	text-decoration:underline;
}

#content-right{
	border-left:1px grey solid;
	float:right;
	width:160px;
	text-align:left;
	font-size:14px;
	font-family:Arial;
	line-height:150%;
	padding:10px 0px 20px 10px;
	margin-left:10px;
	margin-top:80px;
}

#footer {

	width:800px;
	height:50px;
	position:relative;
	color:#FFFFFF;
	background:none;
	font-size:11px;
	padding-top:15px;

}



#header{

	width:100%;

	height:132px;

	position:relative;

	background:#FFFFFF;

}



