.style1 {font-weight: bold}
.style2 {color: #FFFFFF}
.style3 {color: #990000}
.style4 {color: #202020}
.style5 {
	font-size: 12px;
	color: #CCCCCC;
}

.redBold {
	color:#990000;
	font-weight: bold;
}

body {
	background-color: #2f2f2f;
	font-family: "Calibri", "Century Gothic", Verdana;
	color: #FFFFFF;
	background-image: url(../images/bkgd_1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
    font-size: 14px;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

a.navigation {
	color: #CCCCCC;
	background-color: #990000;
	border-top-width: medium;
	border-right-width: 10px;
	border-bottom-width: medium;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.navigation:hover {
	color: #ffffff;
}
a.currentnav {
	color: #ffffff;
	background-color: #990000;
	border-top-width: medium;
	border-right-width: 10px;
	border-bottom-width: medium;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.currentnav:hover {
	color: #cccccc;
}

input[type=submit] {
	background: #990000;
	padding: 8px;
	color: #fff;
	font: 14px "Calibri", "Century Gothic", Verdana;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
a.video {
	color: #CCCCCC;
	background-color: #990000;
	border-top-width: medium;
	border-right-width: 10px;
	border-bottom-width: medium;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	width:300px;
}
a.video:hover {
	color: #ffffff;
}
label {
	display: block;
}

fieldset {
	width: 300px;
	border-style: none;
	margin: 25px 25px 100px 5px;
}

fieldset label {
	padding: 0;
	color: #fff;
	font: 13px "Calibri", "Century Gothic", Verdana;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}

fieldset input[type=text], fieldset input[type=password] {
	font: 13px "Calibri", "Century Gothic", Verdana;
	padding: 4px;
	width: 300px;
	border: 1px solid #c0c0c0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #6e6e6e;
	font-size: 12px;
}

fieldset select {
	height: 22px;
	border: 1px solid #c0c0c0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #6e6e6e;
	font-size: 12px;
}



fieldset textarea {
	margin: 0px;
	height: 150px;
	width: 300px;
	border: 1px solid #c0c0c0;
	color: #6e6e6e;
	font-size: 12px;
}



fieldset input:focus, fieldset textarea:focus {
	border: 1px solid #797979;
	background-color: #f9f9f9;
}

.field {
	margin: 10px 5px 5px;
}

.fieldWithErrors {
	border: solid 2px #c00;
	margin: 0;
}

.formError {
	color: red;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
}
#errorExplanation {
    width: 400px;
    border: 2px solid #c00;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
	color: #000;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
	margin: 0 0 0 25px;
}

#errorExplanation p {
    padding: 15px 0 0 10px;
}

#flash-error {
	font-size: 13px;
	font-weight: bold;
	color: #c00;
	padding-bottom: 10px;
}