body { 
	background: #0082BD url('../images/bg.jpg') repeat-x top;
	margin-top: 0px;
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	text-align: center;
}

#maincontent { 
	width: 820px;
	margin-left: auto;
	margin-right: auto;	
}

#top1 { 
	float: left;
	background: url('../images/top1.jpg') no-repeat 0 0px;
	width: 800px;
	height: 224px;
	margin-left: 10px;	
}

#top2 { 
	float: left;
	background: url('../images/top2.jpg') no-repeat 0 0px;
	width: 800px;
	height: 224px;
	margin-left: 10px;	
}

#menu { 
	text-align: center;
	float: left;
	width: 820px;
}

#info { 
padding-top: 8px;
	
}

#content { 
	float: left;
	width: 820px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url('../images/line_poz.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

p.text { 
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	
}

#foot { 
	padding-top: 4px;
}

#footer { 
	float: left;
	
	width: 770px;
	border-top: 1px solid #4C9CCA;
	margin-left: 25px;
}

#prim_content { 
	float: left;
	width: 800px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#left { 
	width: 340px;
	text-align: center;
	float: left;
	
}

#right { 
	padding-left: 10px;
	float: right;
	border-left: 1px solid #4C9CCA;
	width: 440px;
	
}

a.cws_link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.cws_link:hover { 
	color: #FFFF00;
	text-decoration: underline;	
}

a.foot_link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.foot_link:hover { 
	text-decoration: underline;
	color: #99FF33;
}

a { 
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
	color: #FFFFFF;	
}

span.orange {
	color: #FFCC00;
	font-weight: bold;
}

table { 
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-weight: bold;
}

tr { 
	padding-top: 2px;
	padding-bottom: 2px;
}

td { 
	width: 150px;
	text-align: left;
}

tr.light { 
	background-color: #4C9CCA;
}

tr.dark {
	color: #FFFFFF;
}

td.center { 
	text-align: center;
}

ul { 
	text-align: left;
	list-style-type: circle;	
}

