/* GENERAL */

body{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 125%;
	background-color: #a43933;
}

table{
	margin-top: 10px;
	border: 1px solid #b36351;
	background-color: #a03732;
	padding: 5px;
	width: 750px;
}

th	{
	color: #fff;  
	font-size: 80%;
	margin: 5px 0 5px 0;
	padding: 0;
	vertical-align: bottom;
	font-weight: bold;
}

h1{
	color: #fff; 
	font-size: 90%;
	margin-top: 10px;
}

h2{
	color: #b6bc63; 
	font-size: 80%;
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: bold;
	}

h3{
	color: #fff; 
	font-size: 80%;
	margin: 5px 0 5px 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	}

p{
	font-size: 80%;
	margin-bottom: 5px;
	padding: 0;
}

li{
	font-size: 80%;
	margin-bottom: 5px;
	padding: 0;
}

.bordered{
	border: 1px solid #b36351;
	padding: 7px;
	background-color: #9a3530;
	margin-bottom: 2px;
}

.inline-bold{
	display: inline;
	font-weight: bold;
}

.inline-underlined{
	display: inline;
	text-decoration: underline;
}


.skipnavigation {
	display: none;
	} 

/*  TEXTBOXES */

.txtbox{
	width: 180px;
	border: 0px solid #b36351;
	color: #000;
}

.txtbox-narrow{
	width: 100px;
	border: 1px solid #b36351;
	background-color: #a43933;
	color: #fff;
}

.txtarea{
	width: 180px;
	border: 1px solid #b36351;
	background-color: #a43933;
	color: #fff;
}

.txtarea-wide{
	width: 270px;
	border: 1px solid #b36351;
	background-color: #a43933;
	color: #fff;
}

a.2:link {	
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 70%;
 	}

a:visited {
	color: #fff;
	text-decoration: underline;
	 }
a:hover {
	color: #83893b;
	text-decoration: underline;
	 }
a:active {	
	color: #fff;
	text-decoration: underline;
	}

a.two:link {
	font-size: 80%;	
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
 	}

a.two:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	 }
a.two:hover {
	color: #83893b;
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	 }
a.two:active {	
	color: #fff;
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	}

a.two-clubs:link {
	font-size: 70%;	
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
 	}

a.two-clubs:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	 }
a.two-clubs:hover {
	color: #83893b;
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	 }
a.two-clubs:active {	
	color: #fff;
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	}

img {
	border: 0;
}

img.welcome{
}

.clear {
	clear: both;
	}


/* WRAPPER */

#wrapper {
	background-color: #a43933;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 760px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
}

/* HEADER */

#header {
	margin: 0 0 0 0;
	background: url("header_image_forms.gif") no-repeat;
	height: 175px;
}