/* CSS Document */
html, body, div, form, fieldset {  
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html, body, ul, ol, li, p, form, fieldset, input, select, textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#190c4f;
	width:100%;
}

img, div, a, input { 
	behavior: url(iepngfix.htc)
}

#pageWrapper {
	width:100%;
	padding-bottom:30px;
	text-align:center;
}

#contentWrapper {
	width:973px;
	height:1000px;
	margin:0 auto;
	text-align: center;
	z-index:1;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
}

#masthead {
	position:relative;
	float:right;
	width:772px;
	height:90px;
	margin-top: 15px;
	margin-right:15px;
	display:block;
	text-align:center;
	background-image:url('../images/masthead.png');
	background-repeat:no-repeat;
}

#contentNoAccordion {
	position:relative;
	top:120px;
	left:170px;
	width:700px;
	height:600px;
	margin:0 auto;
	padding:12px;
	background-image:url('../images/background-folds.png');
	overflow:auto;
	text-align:left;
}

.register {
	float:right;
	background-image:url('../images/register.jpg');
	height:37px;
	width:114px;
}

a {
	color:#aa4422;
}

a:hover {
	color:#333333;
}



.head1, .head2, .head3, .head4 {
	font-weight:bold;
}

h1, h2, h3, h4 {
	margin-bottom:0px;
}


h1, .head1 {
	font-size:1.2em;
	color:#190C4F;
}

h2, .head2 {
	font-size:1.1em;
	color:#aa4422;
}

h3, .head3 {
	font-size:1.05em;
	color:#190C4F;
}

h4, .head4 {
	font-size:1em;
	color:#aa4422;
}

p {
	font-size:0.9em;
}


li {
	margin-bottom:5px;
}

li, td {
	font-size:0.9em;
}

table {
	margin-top:5px;
}

.tan {
	color:#CECE00;
}

.blue {
	color:#335555;
}

.small {
	font-size:0.9em;
}

div#registration-form {
	margin-left:15px;
}

div#registration-form p, div#registration-form td {
	font-size:0.8em;
	color:#333333;
}
div#registration-form input, div#registration-form textarea {
	font-size:1em;
}

