* { margin: 0; padding: 0; }

body {
	background: #657291 url(media/background.jpg) no-repeat top;
	background-repeat:no-repeat;
	background-position:top;
	text-align: left;
	font-family: palatino linotype, times new roman, serif;
	font-size: 12pt;
	line-height: 25px;
	padding:35px;
}
p {
	margin:0;
}
.margin-wrapper {
	padding:20px;
}
ul {
	margin-left:20px;
	list-style-type:disc;
}
h1,h2,h3 {
	display:none;
}

/* links */
a:link,a:visited {
	text-decoration:none;
	color:#8c3c2b;
}
a:hover {
	text-decoration:none;
	color:#b86544;
}

/* headers */
h4 {
	font-family:Arial, sans-serif;
	color:#532110;
	font-weight:bold;
}
h5 {
	font-family:Palatino Linotype;
	font-size:16px;
	color:#532110;
	line-height:20px;
	font-weight:bold;
	margin:0;padding:0;
}

/* images */
img {
	border:none;
}

acronym {
	cursor: help; 
	border-bottom: #aaaaaa 1px dotted;
}

/* search */
#searchbox {
	background: transparent;
	border: 0;
}
#searchbox input.submit {
	background: transparent;
	color:#778296;
	border: 0;
	font-size:12px;
}
#searchbox input.submit:hover {
	color: #97a2b6;
}
input.submit:hover {
	cursor:pointer;
}
#searchbox input.text {
	font-size:12px;
	background: #778296;
	border:1px solid #97a2b6;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	margin: 27px auto 0 auto;
   	width: 720px;
}
#shadow {
	background:url(media/shadow.jpg) no-repeat center top;
	width:100%;
	height:18px;
}
#content-wrap {
	background:#ffffff;
	border-left:1px solid #21325f;
	border-right:1px solid #21325f;
	font-size:15px;
}
#content-wrap h4 {
	font-size:16px;
}
#header {
	background:#ffffff url(media/logo.png) top left no-repeat;
	margin:0;
	height:183px;
	border-top:1px solid #21325f;
	border-left:1px solid #21325f;
	border-right:1px solid #21325f;
}
#a-complete {
	font-size: 18px;
	color: #21325f;
	margin-left:260px;
	width:450px;
	position:relative;
	top:25px;
	font-style:italic;
	font-family: Arial, sans-serif;
}

/* formatting classes */
.nomargin {
	margin:0;
	float:left;
}
.clearfloats {
	clear:both;
}
.list-nobullets li {
	list-style-type:none;
	padding-top:10px;
	margin-left:-10px;
	line-height:20px;
}
.edit img {
	margin:auto;
}

/* Menu */
#menu {
	position:relative;
	margin: 0; padding: 0;
	font: bold 12px/26px Arial, Sans-serif;
}
#menu ul.menulevel1 {
	list-style: none;
}
#menu ul.menulevel1 a.dud {
	background:#dce9f9 url(media/scrolledover.jpg);
	padding:1px 12px 2px 12px;
	margin:0 1px 0 0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#011235;
	font-size:15px;
	border-top:1px solid #21325f;
	border-left:1px solid #21325f;
	border-right:1px solid #21325f;
}
#menu ul.menulevel1 a {
	background:#dce9f9 url(media/scrollover.jpg);
	padding:1px 12px 2px 12px;
	margin:0 1px 0 0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#011235;
	font-size:15px;
	border-top:1px solid #21325f;
	border-left:1px solid #21325f;
	border-right:1px solid #21325f;
}
#menu ul.menulevel1 li {
	float:left;
	position:relative;
	top:158px;
}
#menu ul.menulevel1 a:hover {
	background: #dce9f9 url(media/scrolledover.jpg);
}

/* Main Column */
#main {
	padding: 0; margin: 0;
}
#main h1 {
	display:none;
}
#main h2 {
	display:none;
}
#main h3 {
	display:none;
}

/* Footer */	
#footer {
	background: #21325f;
	color: #ffffff;
	font-size:12px;
	height:25px;
	line-height:25px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
#bottomleft {
	height:100%;
	width:10px;
	float:left;
	background:#21325f url(media/bottomleftcorner.gif) no-repeat bottom left;
}
#bottomright {
	height:100%;
	width:10px;
	float:right;
	background:#21325f url(media/bottomrightcorner.gif) no-repeat bottom right;
}
#copy {
	float:left;
}
#copy a {
	color:#FFCCCC;
}
#copy a:hover { 
	color: rgb(192, 124, 123);
}
#credits {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:10px;
	color:#778296;
	position:relative;
	left:-5px;
}
#credits a {
	color:#778296;
}
#credits a:hover {
	color:#97a2b6;
}

/* css di cmsimple */
.edit {
	width:100%;
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	line-height:22px;
	margin-bottom:15px;
}
.edit td {
	text-align:center;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	color: black;
}

/* edit mode styles */
.edit {
	background: #eeeeee;
}
.edit p {
	padding:3px 10px 10px 10px;
}

/*print stuff*/
#printicon {
	float:right;
	position:relative;
	top:-50px;
	left:-10px;
}
.print {
	margin: 20px;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 15px;
	line-height:25px;
	color: #000000;
}
.print div {
	margin-left:0 !important;
}
