/* CSS Document */
body{
	background: #D8D8D8 url(../images/bg-body.jpg) repeat-y center;
	font: 12px verdana, "trebuchet MS", helvetica, sans-serif;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td{
	vertical-align: top;
}

a,a:link,a:visited,a:active{}
a:hover{}

h1,h2,h3,h4,h5,h6{
	color: #333333;
}
h1{}
h2{}
h3{}
h4{
	background: #E4E4E4;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
}

h5{}
p{
	line-height: 1.4em;
	padding: .6em;
	margin: .5em;
}
hr {
	border: 0px;
	color: #E0E0E0;
	height: 1px;
	background: #E0E0E0;
	margin-top: .5em;
	margin-bottom: .5em;
}
/**********************************/

/*           Layout Styles        */


/**********************************/
#wrapper{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#maintable {
	width: 100%;
}

#header{
}
#topnav{
	text-align: right;
	margin: 8px;
	padding-right: 10px;
}
#topnav a,#topnav a:link,#topnav a:visited,#topnav a:active{
	text-decoration: none;
}
#topnav a:hover{}
#leftnav{
	width: 10px;
}
#leftnav a,#leftnav a:link,#leftnav a:visited,#leftnav a:active{
	padding: 5px;
	background-color: #6B0015;
	color: #FFFFFF;
	display: block;
	width: 90%;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #6B0015;
	margin: 4px auto;
	text-align: center;
}

#leftnav a:hover{
	color: #6B0015;
	background-color: #FFFFFF;
}
#leftnav .inner{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	font-weight: 400;
	border-left: 1px dotted #CCCCCC;
}

#content .inner{
	margin: 15px;
}
#content .inner img{
	margin: 8px;
}
#extra{
	margin-top: .5em;
	margin-bottom: .5em;
}
#extra .cblue{
	width: 33%;
	background: #E8F0F3;
	padding: 8px;
}
#extra .corange{
	width: 33%;
	background: #F1E7DB;
	padding: 8px;
}
#extra .cgreen{
	width: 33%;
	background: #E1EFD5;
	padding: 8px;
}
#footer{
	padding: 8px;
	background: url(../images/bg-blue.jpg) repeat-x;
	text-align: right;
	font-size: 150%;
	color: #FFFFFF;
}

#spacer{
	padding-top: 100px;
	background: url(../images/bg-spacer.jpg) repeat-x scroll bottom;
}
#copyright{
	text-align: center;
	font-size: 90%;
}

.cleardiv{
	clear: both;
	float: none;
}
.ce{
	text-align: center;
}
