/* Page sections */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html,body
{
	margin:0;
	padding:0;
}

#header
{
	height:75px;
	margin:0;
	background-color: #C9C7FF;
	text-align: left;
	float: middle;
}

#topmenu
{
	height:20px;
	line-height:20px;
	margin:0;
	text-align: right;
	width:98%;
	color:#3C3C3C;
	font-size:80%;
}

#wrapper
{
	float:left;
	width:100%;
}

#content
{
	margin: 0 0 0 150px;
	padding-bottom:2px;
}

#footer
{
	clear:left;
	border-top:6px double #CCCCCC;
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	font-size: 12px;
	vertical-align: text-bottom;
}
/* Tag styling */
a, a:visited
{
	text-decoration:none;
	color:#3F3E52;
}

a:hover, a:visited:hover
{
	color:#3F3E52;
	text-decoration:underline;
}

h1
{
	color:#3F3E52;
	font-size:160%;
	font-weight:500;
	display:block;
	width:100%;
}

h2
{
	font-size:140%;
	font-weight:500;
	display:block;
	width:100%;
	margin:0;
	color:#3F3E52;
}

h3
{
	font-size:120%;
	font-weight:500;
	display:block;
	width:100%;
	color:#3F3E52;
}

h4
{
	font-size:100%;
	font-weight:600;
	display:block;
	width:100%;
}

/* Table formating */
table
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

caption
{
	margin-bottom: 4px;
	font-weight: bold;
}

th
{
	border-bottom: 1px solid #000000;
	padding: 6px 3px 6px 3px;
	font-weight: normal;
}

td
{
	padding: 3px 3px 3px 3px;
}

