body {
	font-family: arial, helvetica, serif;
	font-size: .8em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 3px;
	color: black;
	background-color: #CCCCCC;
	border-bottom: 1px solid silver;
}

h3 	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 0;
	text-transform: uppercase;
}

h6 	{
	color: #1805A8;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: left top;
	margin: 0;
}


/* begin links */

a:link {
	color: #1805A8;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #1805A8;
	text-decoration: none;
	font-weight: bold;	
}

a:hover	{
	font-weight: bold;
}

/* end links */


.header	{
	background-color: #1805A8;
}

/* top menu */

.topmenu {
	color: white;
	background-color: black;
	text-align: right;
}

.topmenu li {
	list-style-type: none;
	display: inline;
	color: white;
}

.topmenu li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #472FA9;
	padding-right: 8px;
	padding-left: 8px;
}

.topmenu ul {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.topmenu a:visited	{
	color: white;
}

.topmenu a:hover	{
	color: #472FA9;
}

/* end top menu */

.container {
	background: url(images/background2.jpg) top left repeat-y;
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 1100px;
	color: #000;
}

.sidemenu {
	float: left;
	width: 13.6em;
}

#content {
	background-color: white;
	margin-left: 13.6em;
	padding: 20px;
	text-align: justify;
	width: 770px;
	font-size: 12px;
	color: #000;
}

#left {
	float: left;
	padding: 20px;
	text-align: justify;
	width: 350px;
	color: #000;
}

#right {
	float: left;
	margin-right: 120px;
	padding: 20px;
	text-align: justify;
	width: 350px;
	color: #000;
}


/* begin menu */
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 12.5em;
}
	
#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 12.5em;
}
	
#nav li a {
	width: 12.5em;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #1805A8;
	border: 1px solid #A0A0A4;
	border-right: none;
	padding: 0.5em 0.5em;
}

#nav .subli {
	border-right: none;
	width: 11.5em;
	padding-left: 1.5em;
}
	
#nav li a:hover {
	color: white;
	background-color: black;
}

/* end menu */


/* begin documentation table */

table {
	border: #000000 solid 1px;
	width: 760px;
}

td {
	border: #000000 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    font-size: 12px;
}

th {
	border:#000000 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
}

#content .row {
	text-align: left;
	padding-left: 5px;
	width: 280px;
}

#content .subrow {
	text-align: left;
	padding-left: 20px;
	width: 280px;
}

#content .subrowtd {
	text-align: left;
	padding-left: 20px;
}

#content .subrowtdm {
	text-align: left;
	padding-left: 142px;
}

/* end documentation table */


/* begin footer */

.footer {
	clear: both;
	background-color: black;
	color: white;
	font-size: 12px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover	{
	text-decoration: none;
	color: #1805A8;
}

/* end footer */
.container #content strong a em {
	font-size: medium;
}
.container #content h3 strong {
	font-size: 12px;
}
.container #content div h3 strong {
	font-size: 12px;
}
.container #content div strong {
	font-size: 12px;
}
.container #content div {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.container #content div {
	color: #000;
	float: left;
	width: 430px;
}
div {
	color: #FFF;
}

