@charset "utf-8";
/* CSS Document */
a:link
{
    color: #FF0000;
    text-decoration: none;
}
a:visited
{
    color: #FF0000;
	text-decoration:none;
}
a:hover
{
    color: #ffffff;
    text-decoration: none;
}
a:active
{
    color: #ffffff;
}
.style1 {
	font-size: 24px;
	font-style: italic;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {font-size: 18px}
.style5 {
	color: #FFFFFF;
	font-size: 14px;
}
.style6 {
	color: #FF0000;
	font-style: italic;
}
.style7 {
	color: #FF0000;
	font-size: 20px;
	font-style: italic;
}
.style8 {
	color: #FF0000;
	font-size: 18px;
}


body{
background:#000000;
}
.container{
margin:auto;
width:900px;
background-color:#990000;
border:1px solid #FFFFFF;
}
.header{
float:left;
width:900px;
background-color:#FFFFFF;
height:300px;
margin-top:25px;
}
.nav{
width:850px;
float:left;
height:50px;
margin-left:27px;
background-color:#333333;
border-bottom:1px solid #FFFFFF;
background-image:url(navbar.jpg);
background-repeat:no-repeat;
}
.navtext{
width:850px;
float:left;
margin-top:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
font-weight:bold;
text-align:center;

}
.page{
width:900px;
float:left;
}
.content{
width:850px;
float:left;
margin-left:27px;
margin-top:25px;
background-color:#333333;
border:1px solid #FFFFFF;
background-image:url(grad.jpg);
background-repeat:repeat-x;
}
.heading{
width:800px;
float:left;
margin-left:25px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
.text{
width:800px;
float:left;
margin-left:25px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
}
.footer{
width:850px;
float:left;
height:50px;
margin-top:25px;
margin-left:27px;
background-color:#333333;
border:1px solid #FFFFFF;
background-image:url(navbar.jpg);
background-repeat:no-repeat;
}
.footertext{
width:75%;
margin-left:12.5%;
margin-top:15px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.leftcolcontact{
width:50%;
float:left;
}
.rightcolcontact{
width:50%;
float:left;
}