body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
text-indent: -3000px;
}

h2 {
margin-bottom: 15px;
}

p {
margin-bottom: 15px;
line-height: 1.5;
}
a:link, a:visited {
color: #000;
text-decoration: none;
border-left: #ccc 3px solid;
padding-left: 5px;
}
a:hover, a:active {
color: #666;
text-decoration: none;
border-left: #ccc 3px solid;
padding-left: 5px;
}

a:link.bluetext, a:visited.bluetext, a:hover.bluetext , a:active.bluetext {
color: #0000FF;
border: none;
padding: 0;
text-decoration: underline;
}

.Left {
float:left;
}

#container {
width: 900px;
min-height: 400px;
margin: 15px auto;
padding-top: 15px;
background-image: url(dotted_horiz.gif);
background-repeat: repeat-x;
background-position: top;
}

.navigation {
margin-bottom: 40px;
padding-bottom: 20px;
background-image: url(dotted_horiz.gif);
background-repeat: repeat-x;
background-position: bottom;
}

input, textarea {
	color: #fff;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

.login {
width: 60%;
float:right;
margin-bottom: 10px;
}

.navigation ul li{
display: inline;
list-style: none;
margin-left: 20px;
}

.content {
background-image: url(dotted_horiz.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 30px;
}


#contact-area {
	width: 600px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #666;
}

#contact-area input.submit-button {
	width: 100px;
	margin-left: 115px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

.img_right {
float: right;
margin: 10px 0 10px 10px;
}


.clear {
clear: both;
}

.moo_headings {
	color: #000;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	background-color: #EEEEEE;
	clear: both;
}


