
/* This clears all margins and paddings that browsers normally include so that we can start from the same base. */
* {
	margin: 0;
	padding: 0;
}

body {
    font-family: Verdana,Arial,Sans;
	font-size: .9em;
	text-align: center;
    background-color: #FFFFFF;
	color: black;
	line-height: 120%;
	
}

h1 {
	color: white;
	font-family: Verdana,Arial,Sans;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

h2 {
	padding: 0 0 3px 0;
	color: #809FFF;
	font-size: 1.1em;
}

p {
	font-size: 0.9em;
}

img {
	border: 0px none;
	
}


a {
    color: #809FFF;
}


#maincontent {
	width:90%;
	margin-right:5%;
	margin-left:5%;
}

#wrapper {
	float: left;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
	margin-top: 10px;
	text-align: left;
}

#breadcrumbs 
{
	float: left;
	height:5%;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: oblique;
	font-weight: bold;
	font-size: 0.9em;
	position:static;
	color: #fff;
	background-color: #809FFF;
	text-align: left;
	
}


#leftcol {
	float: left;
	width: 20%;
	padding: 0 0 20px 0;
}


#leftcol a {
	color: #809FFF;
	list-style: none;
	margin: 0 0 50px 0;
	font-size: 1em;
}

#leftcol ul li {
	width: 12em;
	border-bottom: #ccc 1px solid;
	color: #809FFF;
	font-size: 1em;
}

#leftcol ul li a {
	display: inline;
	text-decoration: none;
}

#leftcol ul li a:hover {
	color: white;
	background-color: #809FFF;
}

#leftcol ul li.active a {
	color: white;
	background-color: #809FFF;
}
#leftcol ul li a#selected{ 
		color: white;
		background-color: #809FFF;
		
}


#rightcol {
	float: left;
	width: 35em;
	padding: 0 0 20px 0;
}

#bodycontent {
	width: 34em;
	margin: 10px 0px 0px 10px;
}

#bodycontent h1 
{
	text-align:center;
	padding: 0 0 10px 0;
	color: #809FFF;
	font-weight:bold;
	font-size: 1.2em;
}

#bodycontent h2 
{
	text-align:center;
	padding: 15px 0 10px 0;
	color: #809FFF;
	font-size: 1em;
	font-weight:bold;
	
}

#bodycontent p {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	color: black;
	font-size: 1em;
	text-align: justify;
	
}

#bodycontent a {
	font-size: 1em;
	color: #809FFF;
	text-align:left;
}		


#bodycontent ol {
	margin: 0 0 0 38px;
	font-size: 1em;
	text-align:left;
	
}

#bodycontent ol li {
	margin: 0 0 6px 0px;
	line-height: 1.2em;
	padding-left: 0px;
	list-style-type: none;
	text-align:left;
}

#bodycontent ul {
	margin: 0 0 0 34px;
	font-size: 1em;
	list-style-type: none;
	text-align:left;
}

#bodycontent ul li {
	background: none;
	margin: 0 0 6px 0;
	line-height: 1.2em;
	padding-left: 4px;
	list-style-type: square;
	text-align:left;
}


#bodycontent textarea {
	float: right;
	width: 241px;
	margin: 0 100px 12px 0;
	padding: 1px 1px 1px 1px;
	font-family: Arial;
	font-size: 1em;
	width: 238px;
}

#bodycontent table {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: blue Blue Blue blue;
	border-collapse: collapse;
	background-color: white;

}
#bodycontent table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: blue Blue Blue blue;
	background-color: white;
}

#footer {
	position:static;
	height:3em;
	padding: 5px 0 8px 15px;
	color: #fff;
	font-size: 0.9em;
	background-color: #809FFF;
	clear: both;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	float:inherit;
	padding: 9px 0 0px 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#footer img{
	float: left;
	padding: 0px 2px 2px 2px;
}


.small-a
{
font-size: 10px;
}

.medium-a
{
font-size: 15px;
}

.large-a
{
font-size:20px;
}

