/* Elements */

body {
	background: #FFFFFF url(img/gradient.GIF) repeat-x;
	margin: 0px;
	text-align: justify;
	font-family: Trebuchet MS;
	font-size: small;
	color: #000000;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 800px;
	height: 198px;
	margin: 0px auto;
	background: url(img/head.gif);
	border-left: solid;
	border-top: solid;
	border-right: solid;
}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
	border-left: solid;
	border-right: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	text-align:center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	width: 125px;
	padding: 7px 0px;
	font-family: Trebuchet MS;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background: #FFFFFF;
}

#menu a:hover {
	background: #DDDDDD;
}

/* Content */

#content {
	background: #000000;
	width: 800px;
	margin: 0px auto;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-color: #000000;
	color: #FFFFFF;
}

#colOne {
	position: relative;
	width: 760px;
	top: 10px;
	left: 20px;
}

#colTwo {
	position: relative;
	width: 740px;
	top: 10px;
	left: 40px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: small;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colThree {
	position: relative;
	width: 760px;
	top: 10px;
	left: 20px;
	text-align: center;	
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {color: #666666}

/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 25px;
	background: #000000;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
form {
    border-width: 1px;
    border-style: dashed;
    border-color: #cccccc;
    padding: 15px;
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
label {
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}
input {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	width: 350px;
}
select {
    width: 100px;
    font-size: x-small;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
textarea {
    width: 350px;
    height: 200px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
}
