@charset "utf-8";
/* CSS Document */

body {
	background:url(../Images/Background.jpg);
	width:1200px;
	margin: auto;
	
}

.bgdwhite {
	background:#FFF;
	border-left:thin solid #000;
	border-right:thin solid #000;
}

#header {
	width: 1200px;
	text-align: left;
	border-bottom:thin solid #000;
	margin-top: 8px;
}

#corp {
	margin-left:265px;
	margin-bottom:50px;
	background:#FFF;
	width:915px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	vertical-align: top;
}

#corp a {
	color: #000;
	text-decoration:underline;
}

#corp a:hover {
	color: #0C0;
	text-decoration:underline;
}

#corp a:visited {
	color: #000;
	text-decoration:underline;
}

#corp h1{
	font-size: 16px;
	color: #000;
	text-align: justify;
	font-weight:bold;
}

#corp h3{
	font-size: 14px;
	color: #000;
	text-align: justify;
	font-weight:bold;
}

#leftbar {
	float:left;
	background:#FFF;
	width: 260px;
}

#leftbar div {
	width: 230px;
	margin-left: 15px;
	margin-right: 15px;
	border: thin solid #666;
}

#leftbar .bordered {
	border: solid #000;
}

#leftbar .bordered:hover {
	border: solid #0C0;
}

#footer {
	clear: both;
	background-color:#000;
	height: 50px;
	width: 1198px;
	background-position: left top;
	border-top:solid thin #000;
	border-right:thin solid #000;
}

#image {
	float:right;
}

.comment {
	text-align: center;
}

.ban {
	background-repeat: no-repeat;
	background-color:#FFF;
	height: 200px;
	width: 1198px;
	text-align: right;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
	background-color: #000;
	height: 25px;
	width: 1198px;
	vertical-align: bottom;
	background-position: top;
	margin-bottom: 8px;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
	background-color:#000;
	text-align:center;
}

.menu li {
    list-style-type: none;
    display: inline;
}

.menu li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}

.menu li a:link {
    color: #FFF:
}

.menu li a:visited {
    color: #FFF;
}

.menu li a:hover {
    color: #FFF;
    background-color: #0C0;
}

h2 {
	font-size: 14px;
	text-align:center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2:hover {
	font-size: 14px;
	text-align:center;
	color: #0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.corp2, .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 0px;
	vertical-align: top;
}

.news h1{
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight:bold;
}

.news h3{
	font-size: 14px;
	color: #0C0;
	text-align: center;
	font-weight:bold;
}


.news a {
	color: #000;
	text-decoration:underline;
	border:thin;
	font-weight:bold;
}

.news a:hover {
	color: #0C0;
	text-decoration:underline;
	border:thin #0C0;
	font-weight:bold;
}

.news a:visited {
	color: #000;
	text-decoration:underline;
	border:thin #000;
	font-weight:bold;
}

h5, .lite {
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #666;
	margin-top: 0px;
}

h5, .lite a {
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #666;
	margin-top: 0px;
}

h5, .lite a:hover {
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	text-align: center;
	color: #000;
	margin-top: 0px;
}

h5, .lite a:visited{
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #666;
	margin-top: 0px;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight:bold;
}