body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	}
body, td, pre, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	}
a, area, label {
	outline: none;
	}
a:link {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
img {
	border: 0 none;
	}	
p, ol, ul, li, form, pre {
	margin-top: 0;
	}
p, ol, ul, form {
	margin-bottom: .9em;
	}
p, li, pre, dt, dd {
	line-height: 1.2;
	}
	
/* -----  Lists ----- */
li {
	margin-bottom: 3px;
	}
li ul, 
li ol {
	margin-top: 3px;
	}
ul {
	list-style-type: disc;
	margin-left: 2px;
	padding-left: 30px;
	}
ul ul {
	list-style-type: circle;
	margin-bottom: 10px;
	}
/*ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 10px;
	}*/
	
	
/* ----- Definition Lists ----- */
dl, dt, dd { 
	margin: 0;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 8px 0;
	}
dl {
	margin-top: 0;
	margin-bottom: 1.4em;
	}
	
/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	margin: 0 0 3px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	}
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	}
	


/* ----- Main Divs ----- */
#mother {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	width: 990px;
	}
	
#banner {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 970px;
	height: 235px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}
#content {
	margin: 0;
	padding: 2px 0 10px 0;
	width: 990px;
	}

#footer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#footer a, area, label {
	outline: none;
	}
#footer a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	}
#footer a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	}
#footer a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	}
#footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	}
html>body #footer {
	width: 100%;
	}
#footer pre {
	padding: 0;
	border-top: 1px dotted #777;
	}
#footer,
#footer p,
#footer pre {
	font-size: 13px;
	color: #444;
	line-height: 1.1;
	}



/* ------------ FORMS ------------ */
form {
	margin: 0;
	}
fieldset {
	padding: 0px 30px 30px 30px;
	margin: 5px 0 50px 0;
	/*border: 1px solid #766fa9;*/
	border-top: 1px #9b96be solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #9b96be solid;
	/*background-repeat: repeat-x;
	background-position: 0% 14px;*/
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #766fa9;
	background-color: #fff;
	}
/*html>body fieldset {
/* Hide from IE 5 Mac \*/
	/*background-image: url(/images/blockquote_bg.png);*/
	/*background-position: left top;
/* End hack */
	/*padding: 30px;
	}
html>body legend {
	margin-bottom: 0;
	}*/
.columnize label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
	/* font-weight: bold; */
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.4em;
	}
.submitButton input {
	background-color: #000382;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	cursor: hand;
	}
.submitButton>input {
	cursor: pointer;
	}
form ul.unbulleted {
	margin-left: 0;
	padding-left: 25px;
	list-style-type: none;
	}
/* ------------ END FORMS ------------ */


.dropcap {
	float: left;
	font-size:110px;
	font-weight: bold;
	line-height:60px;
	margin: 0;
	padding: 0 15px 10px 5px;
	color:#a50021;
}
	
#contacts {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	}
#contacts li {
	padding-bottom: 10px;
	width: 100%;
	float: left;
	clear: left;
	}
#contacts img {
	float: left;
	margin: 0 12px 12px 0;
	}

.cl {
	clear: both;
	}
img.picRight {
	margin: 0 0 10px 10px;
	float: right;
	}
img.picLeft {
	margin: 0 10px 10px 0;
	float: left;
	}
ul.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
.rb {
	border: 1px solid #f00;
	}

.smalltext	{
	font-size: 10px;
}
.highlight {  
	background-color: #D3D3EE;
}
.dropdown	{
	font-size: 11px;
			}

