﻿body 
{
    background-color:#252931;
    background-image:url(../images/layout/background.jpg);
    background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    color:#dddddd;
    margin-top:.31cm;
}

img
{
    border:0cm;
}

tr
{
    vertical-align:top;
}

hr
{
    color:#092D4F;
	background-color:#092D4F;
}

/*Layout*/
#wrapper
{
    width:960px;
    margin:0cm auto;
}

#header
{
    width:960px;
    color:Gray;
    font-size:13px;
    text-align:right;
    margin-bottom:5px;
}

#menu
{
    height:37px;
    width:960px;
    background-color:White;
    background-image:url(../images/layout/menu-background.jpg);
    background-repeat:repeat-x;
    border-left:2px solid black;
}

#rotator
{
    width:960px;
    height:200px;
}

#content
{
    background-color:#000000;
    width:960px;
}

#content a:link,
#content a:visited
{
    color:#dddddd;
    text-decoration:underline;
    font-weight:bold;
}

#content a:hover
{
    color:#dddddd;
    text-decoration:none;
    font-weight:bold;
}

#footer
{
    width:958px;
    text-align:center;
    color:#dddddd;
    border:1px solid white;
}

#footer a:link,
#footer a:visited
{
    color:#dddddd;
    text-decoration:none;
}

#footer a:hover
{
    color:White;
    text-decoration:underline;
}

/*Classes*/
.blue
{
    background-color:#233040;
    color:White;
    padding:10px;
    width:320px;
    border-left:2px solid black;
}

.PageTitle {
	font-size:18px;
	font-weight:bold;
}

.pageTitleBlue {
	font-size:18px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.pageTitleWhite 
{
    font-size:15pt;
    font-weight:bold;
    padding:5px;
    text-decoration:underline;
}
