body {
	margin: 0;
	padding: 0;
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#666;
	background: #fff;
	}
	
#wrap {
	max-width: 1200px;
	background:  url(../threecol-r.gif) repeat-y 70% 0;
	}
#wrap-inner {
	background:  url(../threecol-l.gif) repeat-y 28% 0;
	}
	
	
#main-body {
	min-height:470px;
	float: left;
	width: 75%;
	}
	
#content {
	font-size: 90%;
	float: right;
	width: 70%;
	/*border-right: 1px dotted #DBDBDB;*/
	}

#sidebar {
	margin-top: 66px;
	float: left;
	width: 30%;
	clear:left;
	/*border-right: 1px dotted #DBDBDB;*/
	}
	
#sidebar-2 {
	float: right;
	width: 25%;
	font-size: 85%;
	/*background-image: url(../white_rhLarge.jpg) repeat-x top;*/
	clear:right;	/* correction to align sidebar to the top right in Firefox & IE7 */
	margin-top:40px;
	}
	
#sidebar-2 a {
	color: #A10000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 10px;
}

#sidebarMenu2 {
	float: right;
}


#sidebarMenu2 th{
	border: 1px solid #990000;
	background-color: #990100;
	color: White;
	font-weight: 900;
	padding:2px;
	}	
		
#sidebarMenu2 tr,td{
	background-color: #FFF0F0;
	border-top: 1px solid #F0C6FF;
	border-bottom: 1px solid #F0C6FF;
	}	
	
#sidebarMenu2 img {
	background-color: White;
	}
	
#sidebar a {
	color: #99004D;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	}	
	
		
#content div, #sidebar div {
	padding: 20px;
	}
	
	#sidebar-2 div{
		padding: 10px;
	}
	
#footer {
	clear: both;
	bottom:0px;
	left: 0px;
	padding: 5px 20px 10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	/* background-image:url(../Images/greybg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	font-size: 0.9em;
	font-weight: bold;
	color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #E1E1E1;
	}
	
*+html #footer {height:1%;}
	/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #fff;
	text-align: left;
	background: #990000 top left;
	}
	
#message strong {
	padding: 0 0 0 28px;
	background:  url(../pretzel.gif) no-repeat 0 50%;
	}
	
#Adminheader {
	margin: 0;
	padding: 10px 10px;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
	
#Adminheader h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #666600;
}


#header {
	margin: 0;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #fff;
	}
	
	
	
	
	h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #990000;
	}
	
	
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #990000;
	}
	
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
	}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #990000;
	display: inline;
	line-height: 8px;
	}
	
	
	
li {
	list-style: square inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 2em;
}
	/* The definition list refers to  the content div */
	
dl.feature {
	margin: 15px 5;
	padding: 15px;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px dotted #ccc;*/
	display:inline-table;
	}	

	/*Hide fromIE/Mac\*/
	/*IE6 fix*/
	*html dl.feature {height:1%;}
	/*IE7 fix*/
	*+html dl.feature {height:1%;}
	*html dl.feature {height:1%;}
	/*End hide from IE-mac*/
	
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
dl.feature dt {
	margin: 0 10px .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
	
dl.feature dt img {
	float: left;
	border: 2px solid Maroon;
	}
	
dl.feature dd {
	margin-left: 169px;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	}

#dotted {
	color: #666;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px dotted #ccc;*/
	/*display:inline-table;*/
	}	
	
#dotted p {
	margin-top: 5px;
	}

a {
	color: White;
	font-size: x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	}
	
#content a {
	color:#990000;
	text-decoration: underline;
	}
	


#AdminMenu {
background-color: #835885;
 border-top: 1px dashed #FF9933;
 border-bottom: 1px dashed #FF9933;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
}

#AdminMenu a {
color: #FFFF99;
font-size: x-small;
}

#content img {
	text-decoration: none;
	border: 0;
}

#SiteMap a {
	color: #A10000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 10px;
}

#SiteMap h3 {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px dotted #990000;
	}	
	
#SiteMap h4 {
	color: #666;
	border-bottom: 1px dotted #ccc;
	/*border-bottom: 1px dotted #ccc;*/
	/*display:inline-table;*/
	}	

#DocTable th {
	background-color: #E7C9C9;
	color:#990000;
	font: bold x-small/3em;
	border-top: 1px solid #990000;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
	text-align: left;
}

#DocTable td {
	color: #4C4C4C;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	border-bottom: 1px dotted #ACACAC;
	}
	
#DocTable a {
	text-decoration: none;
}

	/*End of Style Sheet*/
</style>	
