body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #507CAB;
	background-image: url(../images/layout/containerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#logo{
	width:200px;
	float:left;
}
	#logo p{
	 	color:#333;
		margin-top:0px;
	}
#wrap{
	float:right;
	width: 748px;
}
#nav{
	background-image: url(../images/layout/navBgM.jpg);
	height:67px;
	margin-top:22px;
	background-repeat: repeat-x;
	float:right;
	width:100%;
	}
	#nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	#nav ul li{
	list-style-type:none;
	display: inline;
	}
	#nav ul li a{
	color:#660000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 25px 10px;
	float:left;
	font-weight:bold;
	background-image: url(../images/layout/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-variant: small-caps;
	}	
	#nav ul li a:hover{
	color: #fff;
	}	
#fading {
	padding:5px 0;
	clear:both;
	height:245px;
}	
#content{
	background-color:#fff;
	padding: 15px;
	margin: 15px 0px;
	clear:both;
}
	.tl		{
	position: absolute;
	width: 14px;
	height: 14px;
	top: -1px;
	left: -1px;
	background-image: url(../images/layout/rndTl.gif);
}
	.tr		{
	width: 14px;
	height: 14px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../images/layout/rndTr.gif);
}
	.bl		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../images/layout/rndBl.gif);
}
	.br		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-image: url(../images/layout/rndBr.gif);
}
#rightCol{
	float:right;
	width:715px;
}
#leftCol{
	width:200px;
	float:left;
}
h1{
	color:#660000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing: .1em;
}
p,td,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
#footer{
	font-size:11px;
	color:#000;
	clear:both;
}
	#footer a{
	color:#fff;
	}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#660000;
}
a:active{
	color:#660000;
}
.smallText
{
	font-size: 9px;
}
input.large
{
font-size: 16px;
}
.simpleAlert {margin:1em; border:1px solid #f00; padding:.5em; color:#f00; text-align:center; }
