/* Start of CMSMS style sheet 'basis' */
body{
	font: 12px Verdana;
	background-color:#ffab3f;
	background-image:url('/uploads/images/bg_v2.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	margin:0px;
	padding:0px;
}
div.center{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* to re-align the text due to IE bug */
	position:relative;
}
div.header{
	height:136px;
	width:900px;
}
#searchelement{
        padding:2px;
        padding-top:18px;
        position:absolute;
        top:-16px;
        right:8px;
        width:186px;
        z-index:2000;
        background-color:#d0e0ed;
        border:4px solid #ffffff;
}
#menu ul {
        margin: 0; 
        padding: 0; 
	list-style-type: none; 
        list-style-image: none; 
}
#menu li {
        display: inline; 
        padding:3px;
        padding-left:6px;
        padding-right:6px;
        margin-right:10px;
        background-color:white;
}
#menu{
        width:400px;
        margin-top:99px;
        margin-left:288px;
        float: left;
}
#menu a{
        color:black;
        text-decoration:none;
}
.currentpage{
        font-weight:bold;
}
h1{
        font-size:300%;
}
h2{
        font-size:200%;
        line-height:30%;
        margin-left:-5px;
        color:darkblue;
}
#bg_img{
        position:absolute;
        z-index:-1;
        left:0px;
        top:119px;
        width:100%;
        height:100%;
	background-image:url('/cms/uploads/images/bg.png');  
}

#footer{
        position:absolute;
 	width:100%;
	height:20px;
        border-top:4px solid #ffffff;
        background-color:#ffffff;
        clear:both;
        bottom:-210px;

}
#content_blocks li{
        margin-left:2px;
	list-style-type: none; 
        list-style-image: none; 

}
#content_blocks ul{
        text-align:left;
        padding-left:16px;
}

/* End of 'basis' */

