﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	line-height:150%;
	text-align:center;
	background-image: url(../images/misc/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #242424;
	margin-bottom: 20px;
}

img
{
    border-style: none;
}

a
{
	color: #518231;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

h1
{
   color: #518231;
   font-size: 2em;
   font-weight:normal;
} 

h2
{
    font-size: 1.3em;
}


/* CONTAINER */

#container
{
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../images/misc/containerbg.jpg);
	background-repeat: repeat-y;
	position: relative;
}


/* LEFT-MENU */

#leftmenu
{
	width: 200px;
	border-right: solid 2px white;
	background-image: url(../images/misc/leftmenubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 400px;
	float: left;
	color: White;
	position: relative;
}

#leftmenu a {color: White;}
#leftmenu a:hover {color: Black;}

#leftmenufooter
{
    position: absolute;
    left: 10px;
    width: 180px;
    bottom: 10px;
    font-size: 0.9em;
    color: White;
    text-align:center;
}

/* HEADER */

#header
{
	height: 25px;
	width: 100%;
	text-align:right;
	background-image: url(../images/misc/headerbg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	color: White;
}

#header p {margin: 3px 10px 0px 0px;}

#header a {color: White;}
#header a:hover {color: Black;}

/* BANNER */

#banner
{
	background-color: black;
	height: 102px;
	width: 100%;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	position: relative;
}

#sitelogo
{
    position: absolute;
    left: 0px;
}

#mcplogo
{
    position: absolute;
    right: 20px;
    top: 20px;
}


/* RIGHT MENU */
#rightmenu
{
	width: 250px;
	float: right;
	min-height: 400px;
	font-size: 0.9em;
}

#rightmenu p
{
	margin: 0;
	padding: 5px;
	border-bottom: solid 2px #CCCCCC;
}

/* MAIN CONTENT */
#maincontent
{
	float: left;
	min-height: 400px;
	width: 525px;
	padding: 10px;
}



.validationmessage
{
	width: 400px;
	border: solid 1px red;
	color: Red;
	padding: 5px;
	padding-left: 60px;
	background-image: url(../images/misc/warning.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}

.confirmationmessage
{
	width: 400px;
	border: solid 1px Green;
	color: Green;
	padding: 5px;
	padding-left: 60px;
	background-image: url(../images/misc/confirmation.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}