body {
    margin-top: 0px;
	background-image: url("/images/gradient.jpg");
	background-repeat: repeat-x;
    background-color: #3085BF;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
	height: 100%;
}

h1 {
    color: #3085BF;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

h2 {
    color: #3085BF;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
	text-align:center;
}

a {
    color: #3085BF;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #9EC39E;
    text-decoration: underline;
    font-weight: bold;
}

textarea {
	font-family: Arial;
    font-size: 12px;
    color: #000000;
}

li {
	margin: 12px;	
}

hr {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.txtArialBlue16 {
    color: #3085BF;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

#siteContainer {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFFFFF;
	height: 100%;
}

#header {
	float: left;
    margin: 0px;
    padding: 0px;
	width: 980px;
    height: 70px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#nav {
	float: left;
	width: 980px;
	height: 25px;
	background-color: #9EC39E;
	color: #FFFFFF;
	font-size: 14px;
}

#nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#nav a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

#contentMain {
    float: left;
    width: 950px;
	min-height: 400px;
    padding: 15px;
	background-color: #FFFFFF;
}

#footer {
	float: left;
	width: 980px;
	background-color: #000000;
	color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}