body 
{
    background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #6ce6ef;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.topBar
{
    background-color:#000;
    width:100%;
    height:100px;
}

.logo
{
    background-image:url(../images/logo.jpg);
    background-repeat:no-repeat;
    width:260px;
    height:100px;
    float:left;
    margin-left:20px;
}

.menu
{
    background-image:url(../images/menuBg.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:23px;
    margin-top:10px;
    float:left;
	color:#fff;
    font-family:Arial;
    font-size:12px;
    text-align:left;
    line-height:15px;
    padding-left:20px;
}



.menuItem
{
    margin-left:20px;
    text-align:left;
	color:#fff
}

.centre
{
    width:100%;
    text-align:center;

}

.holder
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    min-height:300px;
}

.shell
{
    background-color:#fff;
    width:800px;
    min-height:300px;
    margin-top:20px;
    float:left;
}

.copyrightBar
{
    background-image:url(../images/menuBg.jpg);
    background-repeat:repeat-x;
    width:780px;
    height:23px;
    margin-top:20px;
    float:left;   
    color:#fff;
    font-family:Arial;
    font-size:10px;
    text-align:left;
    line-height:20px;
    padding-left:20px;
}

.content{
	width:570px;
	margin-top:20px;
	margin-left:40px;
	padding-bottom:20px;
	float:left;
}

.generalTitle{
    font-family:Arial;
    font-size:35px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#850000;
    text-align:left;
	margin-bottom:10px;
}

.generalText{
    font-family:Arial;
    font-size:14px;
	font-weight:bold;
	color:#404040;
    text-align:left;
    line-height:25px;
	letter-spacing:-1px;
}

.generalSubTitle{
    font-family:Arial;
    font-size:20px;
	font-weight:bold;
	color:#404040;
    text-align:left;
    line-height:25px;
	letter-spacing:-1px;
}

.generalRight{
width:210px;
margin-left:20px;
margin-top:20px;
float:left;
text-align:left;
font-size:12px;
color:#850000;
}