BODY {
	BACKGROUND: white;
        margin: 2% 5% 2% 5%;
}

#header {
	background-color: white;
	border-top: 0px;
}

#header h1 {
	TEXT-ALIGN: center; FONT: bold 1.8em/1.2em "comic sans", "verdana", sans-serif; COLOR: #000000; WHITE-SPACE: nowrap;
}

P {
	MARGIN: 0px 0px 10px; FONT-SIZE: 0.8em; FONT-FAMILY: "verdana", sans-serif; COLOR: #000000; 
}

.top {
      VERTICAL-ALIGN: top;
}

.center {
	TEXT-ALIGN: center;
}

.right {
	TEXT-ALIGN: right;
}

.left {
      TEXT-ALIGN: left;
}

.links a:link { color: black; TEXT-DECORATION: underline;
} 

.links a:visited { color: black; TEXT-DECORATION: underline;
} 

.links a:focus { color: black; TEXT-DECORATION: underline;
}

.links a:hover { color: red; TEXT-DECORATION: Underline;
}

.links a:active { color: black; TEXT-DECORATION: underline;
}

.navbar {
        TEXT-ALIGN: center; FONT-SIZE: 0.545em; FONT-FAMILY: "verdana", sans-serif;
} 

.navbar a:link { color: black; TEXT-DECORATION: underline;
} 

.navbar a:visited { color: black; TEXT-DECORATION: underline;
} 

.navbar a:focus { color: black; TEXT-DECORATION: underline;
}

.navbar a:hover { color: red; TEXT-DECORATION: Underline;
}

.navbar a:active { color: black; TEXT-DECORATION: underline;
}

#footer {
           TEXT-ALIGN: center; FONT-SIZE: 0.6em; FONT-FAMILY: "verdana", sans-serif;
}

#footer a:link { color: black; TEXT-DECORATION: underline;
} 

#footer a:visited { color: black; TEXT-DECORATION: underline;
} 

#footer a:focus { color: black; TEXT-DECORATION: underline;
}

#footer a:hover { color: red; TEXT-DECORATION: Underline;
}

#footer a:active { color: black; TEXT-DECORATION: underline;
}

#navsite {
	background-color: white;
}

#navsite ul {
	background-color: white;
	padding: 0 0 3px 0; 
	margin-left: 0; 
	margin-top: 0;
	border-bottom: 1px solid #669; 
	font: bold 10px Verdana, sans-serif; 
}

#navsite ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}

#navsite ul li a {
	padding: 3px 0.5em; 
	margin-left: 3px; 
	border: 1px solid #669; 
	border-bottom: none; 
	background-color: #ccf; 
	text-decoration: none; 
}

#navsite ul li a:link { 
	color: #339;
} 

#navsite ul li a:visited { 
	color: #666;
} 

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000; 
	background: #AAE; 
	border-color: #336; 
}

#navsite ul li a#current {
	background: white; 
	border-bottom: 1px solid white; 
}

#content {
 background-color: white;
}

#contentMain {
	background-color: white;
	font: 1em/1.2em Verdana, sans-serif;
}

#contentMain a:link { 
	color: black;
   TEXT-DECORATION: underline;
} 

#contentMain a:visited { 
	color: black;
   TEXT-DECORATION: underline;
} 

#contentMain a:focus { 
	color: black;
   TEXT-DECORATION: underline;
}

#contentMain a:hover {
	color: red; 
	TEXT-DECORATION: Underline;
}

#contentMain a:active { 
	color: black;
   TEXT-DECORATION: underline;
}

.rightcell {
            TEXT-ALIGN: center;
            VERTICAL-ALIGN: top;
}

#banners {
           TEXT-ALIGN: center; FONT-SIZE: 0.6em; FONT-FAMILY: "verdana", sans-serif; padding: 0 2% 0 2%;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: 3em;
    FONT-SIZE: 0.8em; FONT-FAMILY: "verdana", sans-serif; COLOR: #000000;
}

li {
    width: 33%;
    padding: 0;
    margin: 0 0 0.25em 0;
}

.icon {
  margin-top: 5px;
  margin-left: 10px;
  float:right
}

.iconLeft {
  margin-top: 10px;
  margin-right: 15px;
  float:left
}


.highlight {
    background-color: #ccf;
}

form {
        font-family: Verdana;
        font-size: 1em;
        margin-top: 20px;
}

input {
        width: 175px;
        background-color: #D4ECFB;
        margin-bottom: 0px;
        border: 1px solid black;
}

.radioinput {
        width: 30px;
        
}

label {
        text-align: right;
        float: left;
        width: 175px;
        padding-right: 20px;
        font-family: Verdana;
        font-size: .8em;
}

.checkbox {
	width:1em;
}

.buttonSubmit {
	width: 125px;
	margin-left: 200px;
}

textarea {
	width: 300px;
	height: 100px;
	background-color: #FFFDED;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana;
	border: 1px solid black;
}
