/* defaults */

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	
	color: #000000;
	background-color: #FFFFCC;

	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	margin: 0em;
	padding: 10px;
	
	clear: both;
}

/* links */

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
color: #003366;
	text-decoration: none;
}

a:active {
color: #003366;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* id */

#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #000000;
	background-color: #FFFFCC;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0px;	
	clear: both;
	height: 153px;
}

#content {
	margin: 10px;
	padding: 0px;
	background-color: transparent;
	float: left;
	font-size: 14px;
}

#content h1 {
	font-size: 18px;
	width: 565px;
	margin: 10px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: #CC9966;
	border: #003399 2px solid;
	font-weight: normal;
	color: #FFFFCC;
}

#content p {
	font-size: 14px;
	width: 545px;
	margin: 15px;
	padding: 15px;
	text-align: left;
	font-weight: normal;
	color: #993333;
}

#content dl {
	background: #CC9966;
	border: #003399 2px solid;
	width: 565px;
	margin: 10px;
	padding: 10px;
}

#content dt {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFCC;
	background: #000000 url(gfx/dlheadbg.jpg) no-repeat top left;
}

#content dd {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 5px 15px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

#content dd a:link {
	text-decoration: underline;
	color: #000000;
}

#content dd a:hover {
	text-decoration: none;
	color: #000000;
}

#content p img {
	border: #003399 2px solid;
	height: 80px;
	float: left;
	margin: 10px;
	margin-top: -5px;
	vertical-align: middle;
}

img.about_img {
	margin: 0px auto;
	width: 180px;
	text-align: center;
	display: block;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 500px;
	float: left;
}

#nav ul {
	margin: -360px 0px 0px -15px;
	list-style: none;
}

#nav li {
	padding: 4px 4px;
	margin-left: -20px;
}

#nav a {
	width: 135px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(gfx/nav_hilite.gif) 0 0 no-repeat;
	padding: 15px 10px 10px 0px;
	margin: 0px;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-position: 0px -30px;
}

#footer {
	font-size: 20px;
	padding: 0px;
	text-align: center;
	clear: both;
	color: #ffffff;
	background-color: transparent;
}

#copystrap {
	color: #000000;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

#copystrap ul {
	font-size: 12px;
	list-style: none;
	padding: 5px;
	margin-left: 425px;
}

#copystrap li {
	float: left;
	padding: 2px;
}

#copystrap a {
	color: #000000;
}

#copystrap a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#copystrap span a {
	color: #FF0000;
}

#copystrap span a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

/* class */

.welcome_img {
	margin-left: 85px;
}

/* form styling */

.form_title {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-left: 32px;
}

.form_msg {
	color: #ff0000;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.form_req {
	color: #ff0000;
	font-size: 12px;
}

fieldset {
	border: none;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

form div {
	position: relative;
	width: 540px;
	margin: 0px 0px 8px 0px;
}

legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	padding: 8px;
	color: #000000;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	margin: 4px 8px 4px 0px;
}

input {
	width: 200px;
}

input.submit {
	display: block;
	float: left;
	margin: 8px;
	text-align: center;
	vertical-align: middle;
	width: 320px;
}

input.radio, input.checkbox {
	height: 16px;
	width: 16px;
}

label em {
	position: absolute;
	left: 410px;
	top: 0;
	width: 120px;
	float: left;
	text-align:left;
	margin: 4px 0px;
}