body {
	background-color:#DBDBA5;
	margin:0;
}

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:none;
}

a:link { text-decoration:none; color:#622874; }
a:visited { text-decoration:none; color:#622874; }
a:hover { text-decoration:underline; color:#622874; }
a:active { text-decoration:none; color:#622874; }

#container {
	min-height:40px;
	width:960px;
	margin:0 auto;
}

#page {
	background-color:#FFFFFF
}

#homeHeader {
/*	background-image:url('../images/HomeHeader.jpg');*/
	background-image:url('../images/newfront.png');
	background-repeat:no-repeat;
	margin-top:10px;
	height:370px;
}

#insideHeader {
	background-image:url('../images/InsideHeader.jpg');
	background-repeat:no-repeat;
	margin-top:10px;
	height:155px;
}

#homeLeft
{
	float:left;
	width:350px;
	padding:20px;
}

#homeLeft img {
	border:1px solid #000000;
	float:left;
	margin-right:10px;
}

#homeRight
{
	width:510px;
	float:right;
	padding:20px;
}

#contentFull
{
	width:920px;
	padding:5px 20px 20px 20px;
}

#contentLeft
{
	float:left;
	width:640px;
	padding:5px 20px 20px 20px;
	border-right:1px solid #622874;
}

#contentRight
{
	width:230px;
	float:left;
	padding:5px 20px 20px 20px;
}

h1 {
	color:#FAB732;
}

h4 {
	margin-bottom:0;
}

#menu {
	float:right;
	height:52px;
	margin:20px 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

#menu a:link {color:#333333;}
#menu a:visited {color:#333333;}
#menu a:hover {color:#333333; text-decoration:underline;}
#menu a:active {color:#333333;}

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
	padding:5px 10px 5px 10px;
	text-align:center;
}

#menu li.active {
	text-decoration:underline;
	background-color:#CECE9D;
}

#footer {
	min-height:60px;
	margin:30px auto 0 auto;
	padding:10px 20px 20px 20px;
	background-color:#333333;
	font-size:12px;
	color:#FFFFFF;
}

#footer a:link {color:#FFFFFF;}
#footer a:visited {color:#FFFFFF;}
#footer a:hover {color:#FFFFFF;}
#footer a:active {color:#FFFFFF;}

.mediaObject {
	float:left;
	width:310px;
	padding:10px 5px 10px 5px;
}

.blackRule {
	border-bottom:1px solid black;
}
.left {
	float:left;
}

.right {
	float:right;
}

.orange {
	color:#FAB732;
}

.purple {
	color:#622874;
}

.clear {
	clear:both;
}
