body {
    margin: 0 auto;
    text-align: left;
    background:#000;
    color:#252525;
    font-family:"Arial","Trebuchet MS",sans-serif;
    font-size: 12px;
    }

a {
    color:#781529;
    }

a:hover {
    color:#d1072f;
    }

img {
    border: 0;
}

.center {text-align: center;}
.textleft {text-align: left;}

.clear {clear:both;}


h1 {font-size: 14px; padding: 0;}

h2 {font-size: 12px; font-weight: normal;}

h3 {font-size: 12px; font-weight: normal;}

/*----------------------------------------------------------------------------------------------------------------------------------Header-------*/

.siteBody {
    margin: 0 auto;
    width: 1000px;
    }

.header {
    width: 1100px;
	height: 123px;
	}

.menu {
    height: 24px;
    padding-top: 7px;
    margin-left: 7px;
    }

.menuItem {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem a, .menuItem a:visited {color: #fff; text-decoration:none; font-weight: bold;}
.menuItem a:hover {text-decoration: underline;}

.menuItem2 {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem2 a, .menuItem2 a:visited {color: #ffffff; text-decoration:none; font-weight: bold;}
.menuItem2 a:hover {text-decoration: underline;}

/*----------------------------------------------------------------------------------------------------------------------------------Header-------*/

.content {
    width: 960px;
	background: #fff;
	padding: 20px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------Footer-------*/
.footInfo {text-align: center; padding-top: 15px; color: #fff; font-size: 14px; line-height: 20px; width: 1000px; height: 155px;}
.footerLinks a, .footerLinks a:visited {color: #fff; text-decoration: none;}
.footerLinks a:hover {color: #dec8a8; text-decoration: underline;}
