@charset "utf-8";
body {
	background: #95b9eb url(../graphics/body_background.gif) repeat-x top fixed;
	margin: 0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #47566D;
	line-height: 14px;
}
#top_banner h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 15px 0;
	color: #666666;
}
#top_banner a {
	color: #333333;
	text-decoration: none;
}
#top_banner a:hover {
	color: #333333;
	text-decoration: none;
}
#top_banner a:visited {
	color: #333333;
	text-decoration: none;
}

#top_banner h2 {
	margin: 4px 15px 0;
	font-size: 14px;
	color: #999999;
}



#top_banner {
	border: 5px solid #FFFFFF;
	height: 61px;
	background-position: right;
	background: #ffffff url(../graphics/title_background.jpg) no-repeat right;
	width: 800px;
	margin: 0 auto;
}
hr {
	color: #999999;
	background-color: #CCCCCC;
	height: 0px;
}
#main {
	margin: 20px auto 0 auto;
	border: 5px solid #FFFFFF;
	color: #333333;
	font-size: 12px;
	width: 800px;
	padding: 0 0 0 0;
}


#main #left {
	width: 150px;
	background-color: #ACC8EF;
	margin: 0;
	padding: 20px;
	vertical-align: top;
}
#main #left #nav{
}
#main #left #nav a {
	color: #47566D;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.4;
}
#main #left #nav a:hover, a:visited {
	color: #7A98BC;
	text-decoration: underline;
}

#main #content {
	background-color: #BAD1F2;
	margin: 0 0 0 0;
	padding: 5px 20px 0 20px;
	vertical-align: top;
	width: 570px;
	color: #47566D;
}
#main #content #sql_print_table tr {
	background-color:#c8ddff;
}
#main #content em {

}

#main #content p {
	margin: 5px 0;
	text-align: justify;
}

#main #content hr {
	margin: 5px 0;
}
#main #content #flashcontent {
	height: 550px;
}

#main  #content  #form1  td {
	vertical-align: top;
}

#main #content .thumbs {
	border: 4px solid #FFFFFF;
	text-align: center;
	margin: 5px 2px;

}


#main #content .comment {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
#main #content a, a:visited {
	color: #47566D;
	text-decoration: underline;
	font-weight: bold;
}
#main  #content  a:hover {
	color: #999999;
	text-decoration: none;
}
#main #content h3 {
	margin: 15px 0 5px;
	font-size: 16px;
	color: #47566D;
}
#main #content h4 {
	margin: 0 0 0 0;
	font-size: 12px;
	color: #47566D;
}
#main #content h4 a {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	
}
#main #content a {
	text-decoration: none;
}
#main #content .date {
	text-decoration: underline;
}
#main #content .legal {
	color: #809DB3;
}
#main #content .legal a {
	color: #809DB3;
}





#footer {
	width: 800px;
	margin: 0 auto 20px auto;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	text-align: right;
	color: #666666;
	font-size: 12px;
}


#footer a, a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer #share {
	float: left;
	border: none;
}
