/***** Body and main container *****/

body {
    margin:0 auto;
    padding:0;
    font:100% Verdana,Tahoma,Arial,sans-serif;
    background:#000033;
    color:#000033;
}
#wrap {
    background:#ffffff;
    color:#404040;
    margin:0 auto;
    width: 795px;
    height: 255px;
    padding: 0px 0;
    background-image: url(header.gif);
    background-repeat: no-repeat;
}
tr, td, table
{
    margin: 0 auto;
    line-height: 1.1;
    font: 100% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: black;
    background: transparent;
}
#logo
{
    position: absolute;
    margin:0 auto 0 30px;
    top: 30px;
    width: 300px;
}
.horizontalbanner
{
    position: absolute;
    float: left;
    top: 230px;
    text-align: center;
    width: 795px;
}
#dnn_horizontalbanner .Normal img
{
    border: 0;
    margin: 0;
    padding: 0;
}
.header
{
    position: absolute;
    float: left;
    top: 15px;
    text-align: center;
    width: 795px;
    color: white;
}
#header
{
    border: 0;
    margin: 0;
    padding: 0;
}
#menu
{
    position: absolute;
    margin: 0 auto;
    top: 0px;
    background-color: #545454;
    width: 795px;
    height: 30px;
    padding: 0;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	width: 795px;
	background-color: transparent;
	font: Tahoma;
	font-size: 90%;
	color: #545454;
	padding: 0;
	margin: 0;
}
#menu h3
{
    margin: 0;
    font-size: 80%;
    position: relative;
    top: 0;
    left: -1000px;
}
#dnn_rightpane
{
    padding: 10px;
    background-color: #e6e6ff;
}
#mainbody
{
    float: left;
    width: 99.8%;
}
#contentholder
{
    background-color: #f0f0ff;
    padding: 0px 0px 0px 0px; /*moves content underneath menu, unit in em so if a user increases text size the     gap also increases */
    margin-top: 19em;
    clear: both;
    float: left;
    width: 795px;
}
#content
{
    float: left;
    width: 74.3%;
}   
#dnn_contentpane
{
    margin: 10px;
    padding: 10px 10px 10px 10px;
    min-height: 280px;
    background-color: #e6e6ff;
}
#sidebar
{
    float: right;
    width: 24%;
}
#dnn_rightpane
{
    margin: 10px;
    padding: 10px;
    background-color: #e6e6ff;
}
#footercontent
{
    clear: both;
    padding: 10px 0 0 0;
}
#dnn_footerpane
{
    padding: 1;
    margin-left: 10px;
    background-color: #bac7cd;
    width: 99.8%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
}
/* bottom links etc. in white space */
#footer
{
    padding: 0 0 0 0;
    color: #bac7cd;
    text-align: center;
}
/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: white;
}
.SkinItem1
{
    text-decoration: none;
    color: white;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: white;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}
A:link  {
    color: white;
    font-size: 100%;    
}

A:visited   {
    color: white;
}

A:active    {
   color: white;
}

A:hover {
    color: Red;
}
















