body {
	margin:0px;
	padding: 0 0 10px 0;
	font:11px verdana, arial, helvetica, sans-serif;
}

table {
	font:11px verdana, arial, helvetica, sans-serif;
}

a {
	font-size:11px;
	text-decoration:none;
	font-weight:600;
}

#page {
	position:relative;
	left: 5%;
	width: 90%;
	margin: 10px;
	border-style:solid;
	border-width: 1px;
}

#top_header {
	height: 15px;
	border-style:solid;
	border-width: 0 0 1px 0;
	line-height:11px;
}

#main_header {
	margin:0;
	padding:10px 10px 6px 10px;
	border-style:solid;
	border-width: 1px 0 0 0;
	line-height:11px;
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}

#main_header h1, #content h1 {
	font-size: 16px;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:900;
}

#content h2 {
	font-size: 13px;
}

#content {
	display:inline-block;
	margin: 0 0 0 150px;
	padding: 15px 20px 20px 15px;
	text-align:left;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: right;
}

/* Fix for IE6 italics causing drop-down */
/* hide from MacIE. only WinIE sees this. \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
}

/* end hide */
#content p, #content div {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

#content img {
	margin:4px;
}

#content a {
	text-decoration:underline;
}

#sections {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#sections ul {
	margin: 0 20px 0 170px;
	padding: 0;
	list-style: none;
}

#sections li {
	float: right;
	padding: 5px;
	margin: 0 10px;
	border-style: solid;
	border-width: 0 1px 0 1px;
}

#sections li a {
	padding: 0;
	margin: 0;
}

#menu {
	float:left;
	width:130px;
	margin: 20px 0 0 0;
	padding:10px;
}

#menu ul {
	list-style: none; 
	margin: 10px 0 0 0; 
	padding: 0;
}

#menu li {
	display:block;
	margin: 0 0 10px 0;
	padding-left : 0; 
	text-indent : 16px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
	padding-left : 16px; 
	text-indent : 0; 
}

#footer {
	background: url(/templates/images/background_tiles/stripes_grey.gif);
	margin:0 0 10px 0;
	padding:15px 0px 15px 20px;
	line-height:11px;
	text-align: center;
	clear: both;
	voice-family: "\"}\"";
	voice-family:inherit;
}

.msg {
	font-weight:bold;
}

hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#CCCCCC;
	height: 0;
}