body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	background-image:url('cmsbg.png');
	background-repeat: repeat-x;
	background-color: #fff7de;
	font-family: verdana;
	font-size: 9pt;
	color: #4d3007;	
	margin-top: 10px;
	margin-bottom: 0px;
}

.body {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

.shadow {
	background-image: url('shadow.png');
	background-repeat: repeat-y;
	overflow: hidden;
	width: 960px;
	padding-left: 12px;
	padding-right: 12px;
}

.header {
	background-image: url('cmsheader.png');
	background-repeat: repeat-y;
	width: 960px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid white;	
	text-indent: -960px;	
}
	
.container {
	background-color: #ffffff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
	
.menu {
	background-color: #ffffff;
	width: 180px;
	margin-left: 0px;
	font-family: verdana;
	font-size: 9pt;
	float: left;
	display: block;
}

.menu li {
	background-image: url('cmsmenubg.png'); 
	background-repeat: repeat-x;
	width: 180px;
	height:19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom:5px;		
	font-family: verdana;
	font-size: 9pt;		
	color: #f26d27; 
	font-weight: bold;
	cursor: pointer;
}

.menu a {
	height: 16px;
	margin-left: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;		
	color: #f26d27; 
	font-weight: bold;
	cursor: pointer;
}

.menu li.active a {
	background-image: url('cmsmenuhover.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	display: block;
}

.content {
	background-color: #ffffff;
	width: 690px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: verdana;
	font-size: 9pt;
	color: #4d3007;
	float: left;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 22px;
}

h3 {	
	background-repeat: repeat-y;
	background-color: #f6fbfe;
	font-size: 9pt;
	color: #0f5179;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #aad9f5;
} 

h4 {	
	font-size: 9pt;
	font-style: italic;
}

input {
	background-color: #fef7de;
	border: 1px solid #fee07c;
	height: 18px;
	color: #5b5b5b;
}

button {
	font-size: 7pt;
	cursor: pointer;
}
	
.footer {
	background-image: url('cmsfooter.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 960px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid white;
	clear: both;
}
.footer a {
	margin-left: 30px;
}

.inlog {
	padding-top: 45px;
	margin-left: 220px; 
} 

.footer input {
	width: 100px;
	height: 18px;
}
	
.shadowfooter {
	background-image: url('shadowfooter.png');
	width: 966px;
	height: 11px;
	margin-left: 9px;
	clear: both;
}

.content a {
	color: #f26d27;
}
.content p {
	margin-bottom: 1em;
}
.content i, .content em {
	font-style: italic;
}
.content b, .content strong {
	font-weight: bold;
}
.content li {
	list-style-type: disc;
	margin-left: 1em;
}
.content ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

