/* 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;
}
#content div{
float:left;
display:inline
}
.left{
width:300px;
height: 250px;
margin:0 90px 0 58px
}
.right{
width: 300px;
margin-top: 30px;
}
.title{
margin:0 100px 27px 0;
}

.left p{
width: 300px;
display:block;
float:left;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
}
.right p{
display:block;
float:left;
padding:0 0 15px 10px;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-style:italic;
font-weight:bold;
color:#1D4490;
text-align:center;
}
.left p img, .right p img{
float:left;
margin:0 15px 0 5px;
padding-left: 15px;
}
.left p strong, .right p strong{
display:block;
}
.left span, .right span{
float:left;
}

#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;
}
.copy2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color:#1D4490;
text-align:left;
padding-left: 35px;
padding-right: 35px;
line-height: 20px;
}
.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;

}