body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 25px;
}
p {
	margin: 3px;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	color:#0066FF;
}

#login {
	height: 15px;
	text-align: right;
	font-size: 10px;
	width: 500px;
	float: right;
}

#head {
	height: 50px;
	width: 100%;
	padding: 20px;

}
.nav {
	height: 20px;
	width: 100%;
	font-size: 11px;
	padding: 5px;
	clear: both;
}

/* menu */
#menu {
	height: 15px;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #E0DFE3;
	border-bottom: 1px dotted #E0DFE3;
}
#menu a {
	color: #000000;
	font-weight: normal;
	margin: 5px;
	padding: 15px;
	padding-bottom: 20px;
}

#menu a:hover {
	color: #3399FF;
	font-weight: normal;
	margin: 5px;
	padding: 15px;
	padding-bottom: 20px;
}
/* menu end */

.small {
	font-size: 10px
}

/* news */
.title{
	font-size: 15px;
	font-weight: bold;
}
.title a{
	color: #05517E;
}
.title a:hover{
	color: #0099FF;
}

.news {
	width: 100%;
}
.news a{
	color: #096695;
}
.news a:hover{
	color: #0099FF;
}
.nomargin{
	margin: 0px 0px 2px 0px;
}
.itemheader {
	background: #F9F9F9;
	font-size: 12px;
	padding: 3px;
	border-top: 1px dotted #E0DFE3;
	border-bottom: 1px dotted #E0DFE3;
}
.newsitem{
	padding: 5px 0px 5px 7px;
	border-bottom: 1px dotted #E0DFE3;
	font-size: 11px;
}
.newsitem a{
	color: #666666;
}
.newsitem a:hover{
	color:#0066FF;
}

.videoitem{
	width: 50px;
	height: 50px;
	display: inline;
	margin: 2px;
	padding: 5px;
}
/* news end */

#indexright {
	float: right;
	width: 410px;
	padding-left: 13px;
	border-left: 1px dotted #E0DFE3;
}

#indexleft {
	float: left;
	width: 410px;
}
#content {
	float: right;
	width: 620px;
	padding-left: 13px;
	border-left: 1px dotted #E0DFE3;
}
#sidebar {
	float: left;
	width: 190px;
}

.floatimage {
	float: left;
	padding: 2px 5px 2px 5px;
}

#body{
	margin: 0px auto 0px auto;
	width: 850px;
	padding:0px;
}

/* footer */
#footer {
	border-top: 1px dotted #E0DFE3;
	border-bottom: 1px dotted #E0DFE3;
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #666666;
	padding: 10px 0 10px 0;
	clear: both;
}
#footer a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}


input{
	font-family:Arial;
	font-size:12px;
	height:17px;
	background:#FFFFFF;
	border: 1px solid #E0DFE3; 
}

input[type=submit]{
	font-family:Arial;
	color: #336699;
	font-size:8pt;
	height:17px;
}

textarea, select {
	font-family:Arial;
	font-size:12px;
	background:#FFFFFF;
	border: 1px solid #E0DFE3;
}

.float {
	padding: 10px;
	float: left;
}

.floatright {
	float: right;
}

.adHeadline {font: bold 10px Arial; text-decoration: underline}
.adText {font: normal 10px Arial;}
