body {
    font:13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	margin: 0px auto;  
	text-align: center;
	background: #990000 url('images/background.jpg') repeat;
}

/* Link and Headers Layout */

a:link, a:visited {
	text-decoration: none;
	color: #840001;
}

a:hover, a:active {
	text-decoration: underline;
	color: #D00000;
}

h1 {
	font-size: 20px;
	color: #840001;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

h2 {
	font-size: 16px;
	color: #840001;
	margin: 0px 0px 5px 0px;	
}

h3 {
	font-size: 13px;
	color: #840001;
	margin: 0px 0px 3px 0px;	
}


/* Div's Layout */

#container {
	margin: 40px auto;
	background: #f1ebda;
	width: 810px;
	text-align: justify;
	line-height: 18px;
}

#header {
	margin: 0px auto;
	height: 105px;
	width: 810px;
	background: #840001 url('images/header.jpg') no-repeat;
}

#logo {
	width: 205px;
	height: 105px;
	background: transparent;
	float: left;
}

#random_image {
	width: 360px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	float: left;
}

#service_menu {
	color: #FFFFFF;
	float: left;
	width: 135px;
	text-align: right;
	margin: 85px 0px 0px 0px;
	font-size: 11px;
	background: transparent;	
}

#service_menu a:link, #service_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#service_menu a:hover, #service_menu a:active {
	text-decoration: none;
	color: #B10000;
	border-bottom: 0px;
}

#header #service_menu .current {
	color: #B10000;
	text-decoration: none;
}

#searchbox {
	float: right;
	height: 25px;
	margin: 78px 10px 0px 0px;
}

#menu {
	float: left;
	width: 205px;
	margin: 15px 0px 40px 0px;
}

#menu ul {
	margin: 0px 0px 0px 5px;
	list-style: none;
    font: 17px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	
}

#menu li {
	display: block;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	text-align: right;	
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: none;
	font-weight: bold;        
	margin: 0px;
	color: #f1ebda;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #840001;
	background: #f1ebda;
}

#contentbox #menu ul li .current {
	color: #840001;
	background: #f1ebda;
}

#menu ul ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
    font: 17px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	
}

#menu ul ul li a:link, #menu ul ul li a:visited {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 12px;
	border: none;
	font-weight: bold;        
	margin: 0px;
	color: #840001;
	background: #f1ebda;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	color: #840001;
	background: #f1ebda;
	text-decoration: underline;
}

#contentbox #menu ul ul li .current {
	color: #840001;
	background: #f1ebda;
	text-decoration: underline;
}

#contentbox {
	width: 810px;
	float: left;
	background: #f1ebda url('images/container.jpg') repeat-y;
}

#content {
	width: 560px;
	float: left;
	margin: 20px 0px 20px 20px;	
}

#footer {
	float: left;
	height: 10px;
	width: 810px;
	background: url('images/footer.jpg') no-repeat;
}

.obligationfield {
	color: #CC0000;
}

.calender_tr1 {
	background: #EEE;
}

/* Layout Mailform */


#mailform fieldset {
	border: 0px;
	margin: 0px 0px 30px 0px;
}

#mailform label {
	float: left;
	width: 120px;
}

#mailform input[type=text], #mailform textarea {
	margin: 0px 0px 10px 0px;
	width: 300px;
	border: 1px solid #D0D0D0;
	padding: 5px;
}

#mailform input.csc-mailform-submit {
	margin-left: 120px;
}

.csc-mailform-label {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
