* {
	margin:0;
	padding:0;
}
body {
	font-family:verdana, arial, sans;
	font-size:0.9em !important;
	background-color:#385893;
}
#contentsite {
	width:800px;
}
#top, #maintext, #footer {
	background:white;
	margin-top:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-box-shadow:    0px 0px 3px 3px #2C4776;
    -webkit-box-shadow: 0px 0px 3px 3px #2C4776;
    box-shadow:         0px 0px 3px 3px #2C4776;
}
#main {
    background-image:url(images/watermark.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;        
    
}
#top {margin-top:0;}
#banner {
	background-image:url('images/banner.png');
	height:183px;
	position:relative;
 
}
#stephen {
	position:absolute;
	width:140px;
	background-repeat:no-repeat;
	right:0px;
	padding-top:350px;
}
#menu {
	height:28px;
	font-size:0.8em;
    position:absolute;
    bottom: 0px;
    left:20px;
}
#news {
	border: 1px solid #eeeeff;
	padding:10px;
	font-size:0.8em;
}
#news h1 {
	color:#444444;
}
#news a {
	color:#000050;
}
#menu ul {
	list-style-type:none;
	padding-top:6px;
}
#menu li {
	float:left;
	margin-left:15px;
}
#menu li a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#menu li a:hover, #menu li.hilight a {
	color:#888888;
}
#maintext {
	padding:20px 40px 40px 40px;
}
#maintext p, h1, h2 {
	margin: 10px 0;
}
#maintext ul {
	margin:10px;
	margin-left:20px;
	padding-left:20px;
}
#maintext h1 {
	font-size:1.2em;
}
#maintext h2 {
	font-size:1.2em;
	color:red;
}
#maintext a {
	color:#777777;
}
#image {
	float:left;
    display:none;
}
#main {
	margin-left:0px; /*margin-left:150px; */
}
a img {
	border:0;
}
.article {
	clear:both;
	border-top:1px solid black;
	padding: 10px 0;
}
#footer {
	padding:20px;
}
input, select {
    margin: 2px 0;
}