body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	background-color: #999999;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#800000;
	font-style: italic;
}
h2 {
	font-size: 14px;	
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	font-style: italic;
	color: #800000;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
}

a:link {
	color:#000066;
	text-decoration:none;
}

a:visited {
	color:#000066;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

img {
	border: none;
}
.clearboth {
	clear: both;
}
.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#frame {
	width:750px;
	margin: 10px auto 0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/frame_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #FFFFFF;
}

#contentheader {
	background-color: #000066;
	height: 95px;
	width: 750px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	clear: both;
	text-align: right;
}

#contentheader span {
	text-align: right;
	display: none;
}

#contentheader_r p {
	font-size: 9px;
	text-align: right;
	padding: 10px 10px 0px 0px;
	color: #FFFFFF;
}
	
#content {
	padding:10px 0px 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	width: 550px;
}

#menu {
	width:150px;
	background-color:#000066;
	width:150px;
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px;
	}

#menu h3 {
	margin: 4px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	background-color: #ECE7B0;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#menu ul {
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
}

#menu span {
	display: none;
}
#menu a {
color: #ECE7B0;
}
#footer {
	background-color:#000000;
	width: 750px;
}

#footer p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: bold;	
	color: #FFFFFF;
}
#content table {
	border: 1px solid #000066;
	border-collapse: collapse;
}
#content th {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-color: #ECE7B0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000066;
	border-left: none;
}
#content td {
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000066;
	border-left: none;
}
#content td+td {
	border-left: 1px solid #CCC;
	}
#indexframe {
	width:750px;
	margin: 10px auto 0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #FFFFFF;
}
#indexcontent {
	padding:0px;
	margin: 0px 30px 30px;
}
pre {
	margin: 15px 0px;
	padding: 0px;
	font-family: Monaco, Courier, "Courier New", mono;	
	font-size: 11px;
}
#footer a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: bold;	
	color: #ECE7B0;
}
