* {
margin:0;
padding:0;
}

*
:focus,:active {
outline:0;
}

.center {
text-align:center;
}

body {
font:.9em  "Arial", Gadget, sans-serif, "Times New Roman", Sans-Serif;
background:#818181 url(../images/bg.png) repeat-x;
color:#333;
}

a {
color:white;
text-decoration:underline;
}

.blue {color:#03C;
text-decoration:underline;
}

img {
border:0;
}

.imright {
border:0;
float:right;
margin:0;
padding:5px 0 0px 12px;
}

h1 {
float:left;
font-size:4em;
color:#fff;
margin:20px 0 50px;
}

h2 {
font-size:2em;
font-weight:400;
margin:0 0 10px;
}

h2 a:hover {
background:#276e8e;
color:#fff;
}

p {
line-height:1.5em;
margin:5px 0 15px;
text-align:justify;
letter-spacing: .0em;
}

#content {
width:951px;
background-color:#fff;
margin:0 auto;
}

#top {
margin:15px 0 0 75px;
}

ul.circle {
list-style-type:circle;
}

#nav {
clear:both;
margin-top:-22px;
background-image:url(../images/foot_bg.png);
border-top:1px solid #000;
padding:0px 0;
}

#top li {
list-style:disc;
display:inline;
}

#top li a {
	float:none;
	color:#fff;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#top li a.current {
color:#fff;
background:#276e8e;
}

#top li a:hover {
background:#276e8e;
color:#fff;
}

#intro {
clear:both;
border:1px solid #dedede;
font-size:1.3em;
background:#eee;
margin:0 0 30px;
padding:15px 0 1px 20px;
}

#left {
float:left;
border-right-style:solid;
border-right-width:thin;
border-right-color:#ccc;
width:500px;
margin:10px 0 0 0;
padding: 0 54px 25px 35px;
}

.white {
	color:#fff;}

#right {
	float:right;
	width:280px;
	margin:10px 0 0 0;
	padding: 0 35px 0 0;
}

#right h3 {
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#fff;
margin:0 0 10px;
}

#right img {
border:2px solid #eee;
margin:0 3px 3px 0;
padding:2px;
}

#right2 img {
border:0px solid #fff;
margin:0 3px -8px 0;
padding:0px;
}

#right li {
list-style:none;
}

#right li a {
display:block;
border-bottom:1px solid #ccc;
padding:5px;
}

#footer {
clear:both;
background-image:url(../images/foot_bg.png);
border-top:1px solid #000;
padding:15px 0;
}

#r {
float:right;
}

.hr,hr {
color:#ccc;
}cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: 55px; /*width of left column*/
width: 75px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


* html .threepxfix{
margin-left: 3px;
}

