/* Start of CMSMS style sheet 'A. F. Brock - Default' */
* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
	width: 1000px;
}

#header {
	height: 155px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
/*	margin-right: 221px; */
/*	margin-left: 221px; */
	padding-left: 221px;
	padding-right: 50px;
	padding-top: 50px;
}
#right {
	background-image: url(images/main_graphics_2.jpg);
	position: absolute;
	top: 0px;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: -98px;
	left: 773px;
}

#sub_content {margin-left: 2%;
               margin-right: 2%}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right_shadow {
	background-image: url(images/shadow_right.jpg);
	position: absolute;
	top: 0px;
	width: 20px;
	/*	padding-top: 284px; */
	background-repeat: no-repeat;
	height: 482px;
	left: 1020px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2.3em;
	color: #6E2B32;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	color: #6E2B32;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bolder;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bolder;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bolder;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigation ****************************/

#menuwrapper {
	position: absolute;
	top: 254px;
	left: 40px;
}
#menuwrapper ul
{
list-style-type: none;
margin-left: 0px;
}

#menuwrapper a
{
display: block;
padding: 2px;
width: 160px;
color: #000000;
}

#menuwrapper a:link, #navlist a:visited
{
text-decoration: none;
}

#menuwrapper a.menuparent
{
	background-color: #76333A;
	color: #ffffff;
	margin-top: 10px;
}

#menuwrapper a:hover
{
background-color: #a24a54;
color: #000000;
}

/* End of 'A. F. Brock - Default' */

