/* Start of CMSMS style sheet 'achivo style' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #eee;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}
#page {
	width: 900px;
	margin: 30px auto;
	background-color: #fff;
	text-align: left;
	border: 1px solid #17619f;
}
#header {
	padding: 10px 20px;
	height: 70px;
}
#header #logo {
	width: 300px;
	height: 70px;
	float: left;
}
#header h1 {
	margin: 0;
	padding: 0;
	margin-top: 43px;
	float: right;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
}

#navi {
	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 20px;
	background-image: url(/uploads/images/line_lr.gif);
	background-repeat: no-repeat;
}
#navi li {
	float: left;
}
#navi li a {
	display: block;
	padding: 5px 30px 5px 15px;
	text-decoration: underline;
	color: #17619f;
	background-image: url(/uploads/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#navi li a:hover {
	text-decoration: none;
}
#navi li ul {
	display: none;
}
#navi li ul {
	display: visible;
}

#content {
	clear: both;
	background-image: url(/uploads/images/line_rl.gif);
	background-repeat: no-repeat;
	padding: 8px 20px;
}
#content .column {
	width: 48%;
	padding-bottom: 8px;
}
#content .left {
	float: left;
}
#content .right {
	float: right;
}
#content h2 {
	padding: 0;
	margin: 5px 0;
	font-size: 1.5em;
	font-weight: bold;
}
#footer {
	clear: both;
	padding: 5px 20px;
	font-size: .85em;
	color: #666;
	text-align: right;
	background-image: url(/uploads/images/line_rl.gif);
	background-repeat: no-repeat;
}
@media print {
	#page {
		border: 0;
		width: auto;
	}
}
/* End of 'achivo style' */

