* {
	margin: 0px;
	padding: 0px;
}

a.boldLink {
	font-weight: bold;
}

a.blueLink {
	color: #0067B1;
}

a.greyLink {
	color: #636466;
}

a {
	outline: 0 none;
	color: #A92323;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Sans-serif;
}

div.viewH1Indent {
	padding-left: 55px;
}

div.templateContainer {
	width: 975px;
	min-height: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

div.templateHeader {
	/*height: 325px; -- before report a problem -- */
	background-image: url(../img/headerImage.jpg);
	background-repeat: no-repeat;
}

div.templateHeader_MainNav {
	background-image: url(../img/topNavBG.gif);
	background-position: 0px 322px;
	background-repeat: repeat-x;
	padding: 293px 0px 8px 0px;
	margin-left: 32px;
	margin-right: 24px;
	font-family: "Times New Roman";
	font-size: 13px;
}

div.templateHeader_MainNav_List {
	float: left;
}

div.templateHeader_MainNav_List li {
	display: inline;
}

div.templateHeader_MainNav_List li a {
	color: #231F20;
	text-decoration: none;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.templateHeader_MainNav_List li a:hover {
	text-decoration: underline;
	color: #A92323;
	background-image: url(../img/mainNavDot.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

div.beginColumns {}
	
div.endColumns{
	clear:both;	
}

div.templateFooter {
	width:915px;
	margin-left: 25px;
	margin-right: 35px;
	padding-top: 12px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9A8B7D;
	margin-top: 0;
}

form {
	
}

form input.registrationField {
	width: 325px;
}

form div.error-message {
	color: #C70404;
	margin-bottom: 20px;
}

form label {
	display: block;
	margin-top: 10px;
	padding-bottom: 3px;
}

form input[type="file"] {
	width: 325px;	
	margin-bottom: 10px;
}

form input[type="password"], 
form input[type="text"] {
	/*width: 325px;*/
	margin-bottom: 10px;
	padding: 3px;
	
	background-color: #EAD8C3;
	border: 1px solid #231F20;	
}

form input[type="submit"] {
	margin-top: 10px;
	margin-bottom: 0px;
}

/*
form p {
	width: 325px;
}
*/

form textarea {
	width: 325px;
	height: 400px;
	margin-bottom: 10px;
	
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #636466;
	
	background-color: #EAD8C3;
	border: 1px solid #231F20;
}

span.button {
	padding: 5px 22px;
	font-size: 12px;
	background-color: #A92323;
	border: 1px solid #000;
}

span.button a {
	color: #FFF;
}

span.bold {
	font-weight: bold;
}

span.red {
	color: #A92323;
}

table.templateFooter_FooterNavTrips {
	height: 35px;
	background-image: url(../img/footerNavBG.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	border-collapse: collapse;
}

table.templateFooter_FooterNavTrips td, th {
	vertical-align:middle;
	border: 1px #000 solid
}

table.templateFooter_FooterNavTrips a {
	color: #636466;
	text-decoration: none;
}

table.templateFooter_FooterNavTrips a:hover {
	text-decoration: underline;
}

table.templateFooter_FooterNavUtility {
	font-size: 14px;
	line-height: 19px;
	margin-top: 13px;
	margin-bottom: 20px;
}

table.templateFooter_FooterNavUtility td a {
	color: #A92323;
	text-decoration: none;
	padding-right: 20px;
}

table.templateFooter_FooterNavUtility td a:hover {
	text-decoration: underline;
}


