body { 
	font-size: 100%;
	text-align: left;
	color: #dedede; 
}

#wrapper { 
	display: block; 
	border: 1px #a2a2a2 solid; 
	width:100%; 
	margin:0px auto; 
}


#main { background-color:  #dedede; border: 5px #1803ff solid; border-radius: 10px 10px 10px 10px; }

#content {  float: left; }

#delimiter { clear: both; }



.title { font-size: 11pt; font-family: verdana; font-weight: bold; }


/* unvisited link */
a:link {
	color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #1808fc;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: black;
	text-decoration: underline;
}




a.thick {
	font-weight: bold;
	font-size: 1.25em;
}


a.bigthick {
	font-weight: bold;
	font-size: 1.875em;
}


.after-box {
	display: inline-block;
	margin: 10px;
	width: 98%;
	border: 3px solid red; 
}






/* Large Blue Header Font */
h1 { font: normal normal 1.875em Arial, Helvetica, sans-serif;
	color: #1808fc;
	text-decoration: none;
	text-align: left;
	line-height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}


/* Large Blue Header Font */
h2 { font: normal bold 3.125em Trebuchet, MS, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 54px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-transform: none;
}


/* Smaller Black Header Font */
h3 { font: normal bold 0.875em Trebuchet, MS, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin: 10px 0px 0px 10px;
	padding: 1px 0px 0px 0px;
	text-transform: none;
}

/* Smaller Blue Header Font Centered */
h4 { font: normal bold 1.25em Trebuchet, MS, sans-serif;
	color: #1808fc;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-transform: none;
}



/* Medium Black Header Font */
h5 { font: normal bold 1.5em Trebuchet, MS, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}


/* Medium Red Header Font */
h6 { font: normal bold 1.5em Trebuchet, MS, sans-serif;
	color: red;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin: 10px 0px 0px 10px;
	padding: 1px 0px 0px 0px;
	text-transform: none;
}



/* Paragraph Font */
p { font: normal normal 0.875em Arial,Helvetica,sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin: 10px 5px 5px 10px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}




