/* 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;
}



h1{
	color: #fff; 
	font-size: 90%;
	margin: 20px 0 0 0;
	padding: 0;
}

/* this class is set at your contact details so page brk appears before */
h1.pagebreak{
	page-break-before: always;
}

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

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

p{
	font-size: 80%;
	padding: 0;
	margin: 0;
	line-height: 110%;
}

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: 1px solid #b36351;
	background-color: #a43933;
	color: #fff;
}

.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 {	
	text-decoration: underline;
	font-weight: bold;
	font-size: 70%;
 	}

a:visited {
	text-decoration: underline;
	 }

a:hover {
	text-decoration: underline;
	 }

a:active {	
	text-decoration: underline;
	}

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

a.two:visited {
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	 }

a.two:hover {
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	 }
a.two:active {	
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	}

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

a.two-clubs:visited {
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	 }
a.two-clubs:hover {
	text-decoration: underline;
	font-size: 70%;
	font-weight: bold;
	 }
a.two-clubs:active {	
	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;
}
