﻿body {
	margin: 0px 0px 0px 0px;
	background: #000000 url('images/bg.jpg') repeat fixed left top;
	font-family: Times New Roman, arial, verdana, geneva, sans-serif;
	color: #313E47;
}
a:link {
	color: #004DB6;
	text-decoration: none;
}
a:visited {
	color: #004DB6;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#bottomnav {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
#bottomnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	padding: 5px;
	font-size: .7em;
	color: #000000;
	text-align: center;
}
#copyright a:link {
	color: #004DB6;
	text-decoration: underline;
}
#copyright a:visited {
	color: #004DB6;
	text-decoration: none;
}
#copyright a:active {
	color: red;
	text-decoration: none;
}
#copyright a:hover {
	color: red;
	text-decoration: underline;
}

#main {
	padding: 10px 10px 10px 10px;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}

.img img {
	padding: 2px;
	border: 2px solid #ccc;
	background: #fff;
}

form, input {
	margin: 0;
	padding: 0;
	}

form#one {
	width: 100%;
	background: transparent;
	margin: 0 auto;
	}
form#one fieldset {
	display: block;
	border: 1px solid #ccc;
	padding: 10px 5px;
	margin-bottom: 1.5em;
	background: #f7f7f7;	
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	}
form#one legend {
	display: none;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;	
	color: #333;
	margin-bottom: 5px;
	padding: 2px 10px;
	border: 1px solid #ccc;
	background: #fff;
	}
form#one em {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: red;
	line-height: 1.5em;
}
form#one .info {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
}
form#one label {
	border: 1px solid #ccc;
	float: left;
	clear: left;
	width: 100px;
	margin: 0 5px 5px 5px;
	padding: 0 4px 0 0;
	background: #fff;
	font-size: 1em;
	font-weight: normal;
	color: #2F87F3;
	line-height: 1.5em;
	text-align: right;
	}
form#one .input {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	margin: 0 5px 5px 0;
	font-size: 1em;
	width: 250px;
	color: #000;
	}
form#one select {
	float: left;
	margin: 0 5px 5px 0;
	}
form#one textarea {
	width: 465px;
	height: 9em;
	border: 1px solid #ccc;
	padding: 2px;
	overflow: auto;
	background: #fff;
	margin: 0 0 5px 5px;
	}
form#one option {
	background: #fff;
	}
form#one optgroup {
	background: #fff;
	color: #cc3300;
	}
form#one optgroup option {
	background: #fff;
	}
form#one #button1, form#one #button2 {
	background: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color:#cc3300;
	padding: 2px;
	cursor:pointer;
	width:100px;
	margin:-5px 2px 0 0;
	font-weight: bold;
	}
form#one #button1:hover, form#one #button2:hover {
	color: #000;
	background: #f7f7f7;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
	}

form#one .instructions {
	margin: 6px;
	clear: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

