/* Start of CMSMS style sheet 'Screen' */
html, body{
	width:100%;
	height:100%;
	background:#f6f6f6;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:black;
	padding:0 0 0.5px 0;
}
body{
	
}
.floatright{
        float:right;
}
.floatleft{
        float:left;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
        color:#59910b;
        text-decoration:underline;
}
a:hover{
        text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}
h1{
	font-size:37px;
	padding:0 0 10px 0;
	font-weight:normal;

}
h2{
	font-size:30px;
	padding:0 0 10px 0;
	font-weight:normal;
}
h3{
	font-size:25px;
	padding:0 0 10px 0;
	font-weight:normal;
}
h4{
	font-size:20px;
	padding:0 0 10px 0;
}
h4{
	font-size:18px;
	padding:0 0 10px 0;
}

p{
	padding:10px 0 10px 0;
	margin:0;
	line-height:18px;
}

.clear{ clear:both; height:0.1px; overflow:hidden; }

#startpage, #main{
	position:relative;
	top:40px;
}

#startpage{
	width:1008px;
	margin:0 auto;
}
#startpage #startpageImage{
	clear:left;
	float:left;
}
#startpage #startpageImage img{
	display:block;
	float:left;
	border:0;
}
#startpage #menuHolder{
	position:relative;
	top:92px;
	left:704px;
}
#startpage #menu{
	position:absolute;
	top:0;
}

#main{
	width:1008px;
	margin:0 auto;
	background:url(images/site/shadow_bg.jpg) repeat-y top left;
}
#top{
	width:100%;
	height:92px;
	float:left;
	background:url(images/site/top.jpg) no-repeat top left;
}
#content{
	clear:left;
	float:left;
	width:553px;
	
	min-height:490px;
	height:auto !important;
	height:490px;
	
	padding:0 50px 35px 101px;
}

.without_margins #content{
        position:relative;
        top:-57px;
	width:641px;
        overflow:hidden;
        padding:0 10px 15px 38px;
        margin-right:15px;
        z-index:10;
}
.without_margins #bottom{
        position:relative;
        top:-57px;
	height:89px;
        padding:0;
        margin:0;
        background-color:#f6f6f6 !important;
}
.without_margins #bottom #extra{
        position:absolute;
        left:0;
        top:89px;
        height:60px;
        width:100%;
        background:#f6f6f6;
        display:block;
}

#menu{
	float:left;
	width:244px;
	overflow:hidden;
	padding:0 0 35px 40px;
}
#menu ul{
	clear:left;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
#menu ul li{
	clear:left;
	float:left;
}
#menu ul li a{
	clear:left;
	float:left;
	color:white;
	text-decoration:none;
	font-size:17px;
	height:27px;
	width:234px;
	line-height:27px;
	display:block;
}
#menu ul li a:hover{ text-decoration:underline; }
#menu ul li ul{
	margin:0 0 0 15px;
        display:none;
}
#menu ul li.activeparent ul, #menu ul li.selected ul{
       display:block;
}

#bottom{
	clear:left;
	float:left;
	background:url(images/site/bottom_shadow.jpg) no-repeat top right;
	width:100%;
	height:32px;
}
#bottom #bottomLeftCorner{
	float:left;
	position:relative;
	top:-81px;
	background:url(images/site/left_corner.jpg) no-repeat top left;
	width:101px;
	height:113px;
}
#bottom #bottomRightCorner{
	float:right;
	position:relative;
	top:-81px;
	background:url(images/site/right_corner.jpg) no-repeat top left;
	width:54px;
	height:113px;
}
#bottom #extra{ display:none; }

/* End of 'Screen' */

