/* Start of CMSMS style sheet 'SCF' */
html, body {
	margin: 0;
	background-color: #6E6E6E;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	}
	
#header {
	width: 100%;
	height: 182px;
	background: url("uploads/images/header.gif") repeat-x 0% 0%;
	margin-top: 10px;
	}

#wrapper {
	background-color: white;
	}
	
#content {
	float: right;
	width: 532px;
	background-color: white;
        font-family: 'Trebuchet MS',Verdana,Helvetica,sans-serif;
        font-size: 13px;
        margin-right: 15px;
        margin-top: 10px;

	}

* html #content {
	float: right;
	width: 500px;
	background-color: white;
        font-family: 'Trebuchet MS',Verdana,Helvetica,sans-serif;
        font-size: 13px;
        margin-right: 15px;
        margin-top: 10px;
        margin-left: 20px;
}
		
#left {
	float: left;
	width: 25%;
	background-color: #006600;
	border-width: 2px;
	border-style : solid ;
	border-color: #b23259;
	margin-left: 10px;
        width: 215px;
	}
	
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	background: #ffffff;
	}


/* Sidebar */

#sidebar {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 15px;
	border-left: 1px solid #b23259;
	border-right: 1px solid #b23259;
	border-bottom: 1px solid #b23259;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	border-bottom: 1px solid #9dae05;
	}

#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: white;
	border-right: 7px solid white;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}

#sidebar li a:hover {
	color: white;
	border-right: 7px solid #9dae05;
	}

#sidebar .currentpage {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: white;
	border-right: 7px solid #9dae05;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}

.currentactive{
	color: white;
	border-right: 7px solid #9dae05;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}

img {
	border: 0;
	}

h1 {
	display: none;
	}
a {
	color: #006600;
	text-decoration: none;
	}

a:hover {
	color: orange;
	}
h2 {
       color: #296714;
       font-size:1.3em;
     }



/* End of 'SCF' */

