/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	}
a:link { text-decoration:underline; color : #7C0040;}
a:hover { text-decoration:underline; color : #D88401;}
a:visited { text-decoration:underline; color : #7C0040;}
a:visited:hover {text-decoration:underline; color : #D88401;}
#wrap {
	position: relative;
	width:800px;
	margin: auto;
	background-color: white;
	}
/* Header Structure */
#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
#headleft {
	float: left;
	padding-bottom: 15px;
	}
#headright {
	float: right;
	}
/*Topmenu Structure */
#topmenu {
	display: none;
	}
#menusearch {
	display: none;
	}
#menusearch form{
	display: none;
	}
#menunav {
	display: none;
	}
#menunav a {
	display: none;
	}
#menunav a:hover {
	display: none;
	}
#menunav a:visited {
	display: none;
	}
#menunav a:visited:hover {
	display: none;
	}
#menunav ul{
	display: none;
	}
#menunav li.first {
	display: none;
	}
#menunav li {
	display: none;
	}
#sidebar {
	display: none;
	}
#br {display: none;}
#tl {display: none;}
#tr {display: none;}
#sidebar p {
	display: none;
	}
#sidebar ul{
	display: none;	
	}
#sidebar li {
	display: none;
	}
#sidebar li a {
	display: none;
	}
#sidebar li a:hover {
	display: none;
	}
#sidebar li a:visited {
	display: none;
	}
#sidebar li a:visited:hover {
	display: none;
	}
/* Body content */
#content {
	float: left;
	width: 99%;
	font-size: 0.78em;
	}
#content a {
	text-decoration:underline;
	color : #7C0040;
	}
#content a:hover {
	text-decoration:underline;
	color : #D88401;
	}
#content a:visited {
	text-decoration:underline;
	color : #7C0040;
	}
#content a:visited:hover {
	text-decoration:underline;
	color :#D88401;
	}
#content h3{
	color: #7C0040;
	font-weight: bold;
	}
#content h2{
	font-size: 1em;
	font-weight: bold;
	}
#content ul{
	list-style: disc;
	font-weight: normal;
	margin-left: 0;
	padding-left: 15px;	
	}
/* gutters */
#sidebar .gutter {
	padding: 10px;
	}
#content .gutter {
	padding: 15px;
	}
/* Footer Structure */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	min-height:	270px;
	height:auto !important;
    height:200px;
	}