* { margin: 0; }
body {
	background: #75755d;
	font: 12px/14px arial, helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5 {
	font-family: "calisto mt", "new century schoolbook", "times new roman", tahoma, arial, helvetica, sans-serif;
}
h1, h2 { text-align: center; }
h1 { font-size: 22px; line-height: 28px; }
h2 { font-size: 18px; line-height: 22px; }
h3 { font-size: 16px; line-height: 19px; }
th, td { vertical-align: top; text-align: left }
#top {
	background: #073c57;
	height: 241px;
/*	width: 780px;*/
/*	border: 3px solid #1a186e;*/
	border-bottom: 7px solid #000b27;
}
#tnav { color: #fdd; }
#mydivwrap {
	background-color: #fff;
	background-color: #75755d;
	background-color: #ddd;
	height: 241px;
	width: 380px;
	float: right;
}
#mydiv {
	background-image: url('/images/topbg/1.jpg');
	background-repeat: no-repeat;
	height: 241px;
	width: 380px;
/*	float: right;*/
}
#logo {
	background: 10px 10px url("/images/logos.png") no-repeat;
	height: 104px;
	width: 220px;
	text-align: center;
/*	border: 1px solid black;*/
/*	margin: auto;*/
	float: left;
}
#wrapper { text-align: center; }
#content { 
	background: #ddd; border: 2px solid #000b27;
	margin: 20px 30px 5px 30px;
	text-align: left; padding: 15px;
}
#content p {
	margin: 1em 0 0 0;
	font: 12px/14px arial, helvetica, sans-serif;
	color: #000;
}
#content p.section {
	font: 16px/19px "calisto mt", "new century schoolbook", "times new roman", tahoma, arial, helvetica, sans-serif;
	margin: 2em 0 1em 0;
}
#content p.subsection {
	font: 14px/17px tahoma, arial, helvetica, sans-serif;
	color: #000;
	margin: 2em 0 1em 0;
	text-decoration: underline;
	font-style: italic;
}
#content dd { margin-left: 5em; }
#content dt { font-style: italic; }
#footer { text-align: center; color: #fff; margin-bottom: 5px; }
#footer,
#footer a {
	text-decoration: none; color: #fff;
	font: bold 10px/12px arial, helvetica, sans-serif;
font-weight: bold;
}
#copyright {
	text-align: center;
	margin-right: 30px;
}
#copyright a,
#copyright p,
#copyright {
	color: #fff;
	font: bold 10px/12px arial, helvetica, sans-serif;
}
#rightside,
#leftside {
	font: 10px/12px arial, helvetica, sans-serif;
	border-right: 1px dotted #000;
	width: 216px;
	float: left;
	margin-right: 5px;
}
#rightside p.section,
#leftside p.section {
	font: 12px/15px "calisto mt", "new century schoolbook", "times new roman", tahoma, arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}
#rightside p.subsection,
#leftside p.subsection {
	font: 10px/12px "calisto mt", "new century schoolbook", "times new roman", tahoma, arial, helvetica, sans-serif;
	font: 12px/14px "new century schoolbook", "times new roman", tahoma, arial, helvetica, sans-serif;
	color: #000;
	margin: 1em 0 0 0;
	text-decoration: underline;
	font-style: italic;
}
#rightside ul, #leftside ul { margin-left: 0; }
#rightside li, #leftside li { font-size: 10px; margin-left: 0; }
#rightside { float: right; border-right: none; border-left: 1px dotted #000; }
#rightside { margin-right: 0; margin-left: 5px; }
#rightside table td { border-top: 1px dotted #000; }
div#formgroup { border: 1px solid #fff; padding: 2px; margin:0 }

/* FORM */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
.input { padding:1px; border: 1px solid #000; }
td.input { border:0 }
.f_submit, .f_reset {
	background: #000;
	border: 1px solid #980000;
	cursor: pointer;
	color: #fff;
}
.correctionsub {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #551abb;
	color: #551abb;
	cursor: pointer;
	text-decoration: underline;
}
ul.boxlist {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.boxlist li {
	margin: 0;
	list-style: none;
	padding: 3px 5px;
	display: list-item;
}
				
