/* Start of CMSMS style sheet 'theme' */
body{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000000;
	background-color: #609a8b;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
#bodyBox{
	position:relative;	
	width:991px;
	background-color:#bde2d3;
	margin:auto;
}
#Header{	
	background-image:url(../uploads/images/Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
        position:relative;
}
#HeaderTxt {    position: absolute;
    top: 80px;
    right: 78px;
    background: rgba(255,255,255,0.8);
    font-size: 20px;
    padding: 10px 15px;}
#Navigation{	
	background-color: #0c664e;
	padding:3px 0 3px 0px;	
}

#Content{
	background-color: #ffffff;
	padding: 0px 23px 0px 23px;
}
#Footer{	
	background-color: #0c664e;
	color: #000000;
	padding:0 10px 0px 10px;
}
#Footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#Footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#FooterBox{
	width:100%;
	background-color:#0c664e;
	margin-bottom:0px;	
	color:#FFFFFF;
	padding:0px 8px 0px 8px;
}
.DottedLiveHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLiveVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

a.NormalLink{
	color: #ffffff;
	text-decoration:none;
}
a.NormalLink:Hover{
	color:#ffffff;
	text-decoration:underline;	
}
a.FooterLink{
	color: #ffffff;
}
a.FooterLink:hover{
	color: #ffffff;
}

/* End of 'theme' */

