body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    width: 1024px;
}

#headerwrap {
    width: 1024px;
    float: left;
    margin: 0 auto;
}

#header {
    height: 75px;
    background: #ffffff;
    margin-bottom: 25px;
}

#contentwrap {
    width: 764px;
    float: left;
    margin: 0 auto;
}

#content {
	background: #000000;
	height: 70vh;
    border-radius: 0px;
    border-top: 1px solid #b50000;
	border-right: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
	border-left: 0px;
	overflow: auto;
	color: #bbbbbb;
}

#leftcolumnwrap {
    width: 260px;
    float: left;
    margin: 0 auto;
}

#leftcolumn {
	background: url('../images/earth2.png') bottom left no-repeat;
    background-color: #000000;
	height: 70vh;
    border-radius: 10px 0px 0px 10px;
    border-top: 1px solid #b50000;
	border-right: 0px;
	border-bottom: 1px solid #b50000;
	border-left: 1px solid #b50000;
   }

#footerwrap {
    width: 1024px;
    float: left;
    margin: 0 auto;
	clear: both;
}

#footer {
    height: 40px;
    background: #ffffff;
    margin: 5px;
	font-size: 8pt;
}





form {
	margin: 0 auto;
}

input, select, textarea {
	color: #000000;
}

fieldset {
	border: 0px;
}

form.verticalForm label, form.verticalForm textarea {
        display: block;
        width: 175px;
        float: left;
        margin-bottom: 10px;
}
 
 form.verticalForm select {
        display: block;
        float: left;
        margin-bottom: 10px;
 }		
		
 form.verticalForm input {
	 display: block;
     float: left;
     margin-bottom: 10px;
 }
 
 
form.verticalForm label {
        text-align: right;
        padding-right: 20px;
		clear: left;
}

	
form.verticalForm textarea {
	width: 232px;
	height: 100px
}



h2 {
	color: #ffffff;
	margin-top: 25px;
	border-bottom: 1px solid #b50000;
}



div.center {
	text-align: center;
}

div.heading {
	padding-left: 310px;
	text-align: right;
	font-family: cursive;
	font-size: 18pt;
}

div.tagline {
	font-family: sans-serif;
	font-size: 8pt;
	white-space: nowrap;
	color: #ffffff;
	text-align: right;
	border-bottom: 3px double #ffffff;
	border-top: 3px double #ffffff;
	background-color: #b50000;
}



img.logo {
	float: left;
	border-radius: 0px 0px 0px 10px;
	border-right: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
}



nav.mainNavigation {
	margin: 50px 15px 50px 15px;
}



nav.mainNavigation  a{
	margin-bottom: 10px;
	font-family: sans-serif;
	width: 80%;
	text-align: right;
	font-size: 12pt;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-radius: 10px 0px 0px 10px;
	border-top: 1px solid transparent;
	border-right: 0px;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

nav.mainNavigation  a:hover {
	background-color: #b50000;
	color: #ffffff;
	border-radius: 10px 0px 0px 10px;
	border-top: 1px solid #b50000;
	border-right: 0px;
	border-bottom: 1px solid #b50000;
	border-left: 1px solid #b50000;
}



div.secondaryOptions {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.secondaryOptions a {
	border: 1px solid #000000;
	font-size: 10pt;
	font-family: sans-serif;
	white-space: nowrap;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 25px;
}

div.secondaryOptions a:hover {
	border: 1px solid #ffffff;
	background-color: #b50000;
	color: #ffffff;
}



table.list {
	font-size: 10pt;
	border-spacing: 0;
	border-collapse: collapse;
}

table.list td {
	text-align: center;
	border-top: 1px solid #b50000;
}

table.list a {
	color: #aaaaaa;
}

table.list a:hover {
	color: #ffffff;
	background-color: #b50000;
}



a {
	white-space: nowrap;
	text-decoration: none;
	color: #ff3333;
}

a:hover {
	background-color: #ff3333;
	color: #ffffff;
}



div.validatorCode {
	display: none;
}





@media print { 



.noPrint {
display: none;
} 



}
