body{
	pdding: 0px;
	margin: 0px;
    background: white;
    font: 12px  Verdana, Arial, Helvetica;
	color: #404c64;
	background: silver;
	}
p{
	padding: 0px;
	margin: 0px;}
a{
    color: #1A63AB;
	text-decoration: none
	}
a:hover{
    color: #FE9C00;
    text-decoration: none
	}
img{
	border: none;
	display: inline;
	}
/* Structrual */
#content{
	margin: auto;
	width: 780px;
	background: url(../images/header-bg.jpg) top right no-repeat white;
	position: relative;
	padding: 5px;
	border-right: 2px solid #090404;
	border-bottom: 2px solid #090404;
	}
#banner{
	height: 109px;
	border-bottom: 7px solid #851718;
	position: relative;
	}
#banner a{
    color: black;
	font-size: 12px;
	}
#banner a:hover{
	color: #851718;
	}
#main{
	border-top: 5px solid white;
	background: black;
	padding: 0px;
	float: left;
	}
#left{
	width: 166px;
	color: white;
	float: left;
	}
#right{
	float: left;
	width: 609px;
	padding-left: 5px;
	background: white;
	min-height: 300px;
	}
/* Home page classes */
.logo{
	border-right: 1px solid black;
	height: 95px;
	line-height: 95px;
	text-align: center;
	width: 202px;
	margin-bottom: 5px;
	}
.homeimages{
	border-left: 2px solid #231f20;
	border-right: 2px solid #231f20;
	display: block;
	}
/* Universal classes */
.box{
	background: #D4D0C8;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	}
.footer{
    FONT-SIZE: 10px;
    color: #747686;
	border-top: 1px solid #851719;
	margin-top: 5px;
	padding-top: 5px;
	}
.pagetitle{
    font-size: 30px;
	font-family: verdana, arial;
	color: grey;
	padding: 0px;
	margin: 0px;
	}
.main{
	padding: 20px;
	}
.small{
    font-size: 10px;
	color: black
	}
a.subnav{
    color: white;
	font-size: 12px;
	}
a.subnav:hover{
	color: #cddeff;
	}
/* News styles */
.newsitem{
	padding: 7px;
	margin: 7px;
	line-height: 20px;
	font-size: 11px;
	background: white;
	}
.newsphotoLEFT{
	padding: 0px 10px 0px 0px;
	float: left;
	}
.newsphotoRIGHT{
	padding: 0px 0px 0px 10px;
	float: right;
	}
.newstitle{
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	}


