/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html, body{
margin:0px
}
body{
width:900px;
height:100%;
margin:auto;
background-color: #000000;
}
#top {
	height: 228px;
	width: 900px;
	background-image: url(images/big.jpg);
	margin-left: auto;
	margin-right: auto;
}
#top p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #000099;
text-align: left;
padding-top: 5px;
padding-left: 5px;
}
#menu{
background-image:url(images/menubg.jpg);
background-position:top left;
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
width:900px;
height:66px;
padding: 0px;
}
#menu ul{
margin: 0px auto;
width: 500px;
}
#menu li{
	float:left;
	font-family:Tahoma, monospace;
	font-weight:bold;
	font-size:13px;
	color:#E9B8FF;
	line-height:60px;
	list-style-type:none;
	text-align:left;
}
#menu a.none, #footer .none{
border:0px;
}
#menu li a{
padding:0 20px 0 20px;
border-left:2px solid white;
color:#FFFFFF;
text-decoration:none
}
#menu li a:hover{
	color:#90A7BC;
	text-decoration: none;
}
#menu li a:active{
	color:#90A7BC;
	text-decoration: none;
}
.active{
background:url(images/active.png);
background:expression("none");
background-position:center top;
background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/active.png");
font-weight: bolder;
}
#content{
float:left;
padding:27px 0 0 0px;
font-family:Tahoma, monospace;
font-size:13px;
color:#050505;
width: 900px;
background-color:#FFFFFF;
text-align: center;
}
#content div{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color:#000000;
line-height: 20px;
width: 600px;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
}


.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight:bold;
color:#1D4490;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
font-style: italic;
}

.title2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight:bold;
color:#1D4490;
padding-bottom: 15px;
padding-top: 15px;
}

#footer{
width:900px;
height: 35px;
float:left;
background-color:#333333;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
text-align:center;
font-weight:bold;
}
.copy{
margin-top: 8px;
}

.copy3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color:#1D4490;
text-align:center;
line-height: 20px;
}
.heading {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color:#333333;
font-weight:bold;
text-align:center;
}
.copy a{
color:#BBBBBB;
text-decoration:none;
line-height:20px;
margin:0 3px 0 3px
}
.footer2{
	width: 900px;

}