﻿/* Reset */
html {
   font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, small, checkbox {margin: 0; padding: 0;}
fieldset, img {border: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
caption, th {text-align: left;}
table {border-collapse: collapse; border-spacing: 0;}
td {position: inherit; vertical-align: top; text-align: left; padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal; text-align: left; margin: 0px; padding: 0px;}
q:before, q:after {content: '';}
abbr, acronym {border: 0; font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input, textarea, select {font-family: inherit; font-size: inherit; font-weight: inherit; }
input[type=text], input[type=password], textarea, select {font-size: 100%; text-align: left; width: 125px;}
select {width: 129px;}
legend {color: #000;}
/* Body */
* {margin: 0; padding: 0;}
body {background: #ffffff; font-family: Verdana; font-size: 1em; color: #000000;}
.clear {clear: both;}
sup {vertical-align: text-top; font-size: 0.7em;}
sup a:link {font-size: 0.7em;}
sup a:visited {font-size: 0.7em;}
p, ou, ul, li {text-align: left; vertical-align: baseline;}
input[type=image] :focus {outline: 0;}
a{outline: 0;}
hr{border-width:0; margin-right:0}



/* Site CSS */
BODY
{
	background-color: #9966FF;
	background-image: url(images/bckgrnd_tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}
a:link
{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
		}
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
	}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}
a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#dvHeader
{
	margin-bottom: 25px;
}

#dvFooter
{
	font-size: 10px;
	padding-bottom: 10px;
}

#dvContent p
{
	margin: 10px;
	text-align: justify;
}

#dvContent ul
{
	list-style: none;
}

#dvContent .nav li
{
	background-image: url(images/btn_img_bckgrnd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	text-align: center;
}

#dvContent .nav li a
{
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

#dvContent .NavButtons
{
	height: 28px;
	padding-top: 8px;
}

#dvContent .List li
{
	list-style: none;
	margin: 0px 00px 0px 20px;
}

#dvContent .List ul
{
	list-style: none;
	margin: 0px 0px 0px 40px;
}

#dvContent .ContentArea
{
	margin: 10px;
	text-align: justify;
}

#dvContent .ContentArea a
{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}

#dvContent .GoogleMap
{
}

.RegLink a
{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}