/* CSS Document */

body {
	text-align: center;
	background-color: #D7D2CD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 15px; }
	
h1 {
	font-size: 1.3em;
	color: #D51E2F;
	font-weight: bold; }

h2 {
	font-size: 1.2em;
	color: #D51E2F;
	font-weight: bold; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; }

a:hover {
	color: #D51E2F; }

.redlink {
	color: #D51E2F; }

.navigation {
	font-size: 1.1em;
	font-weight: bold;
	color: #D51E2F; }

.navigation a {
	color: #000000;
	text-decoration: none; }

.navigation a:hover {
	color: #D51E2F;
	text-decoration: none; }

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #A4A09D;
	width: 160px;
	padding: 3px; }

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #A4A09D;
	width: 160px;
	height: 80px;
	padding: 3px; }

.button {
	background-color: #A4A09D;
	color: #FFFFFF;
	margin-top: 2px;
	padding-top: 3px; }

div#outermost {
	margin: 0px auto;
	text-align: center;
	width: 900px; }

div#master {
	width: 898px; /*total=900px*/
	background-color: #FFFFFF;
	border-top: 1px solid #D51E2F;
	border-left: 1px solid #D51E2F;
	border-right: 1px solid #D51E2F;
	background-image:  url("../images/template/reddash.gif");
	background-repeat: repeat-y;
	background-position: 195px 0px;
	float: left;
	clear: both; }

div#banner {
	background-image:     url("../images/template/top.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 107px; }

div#left {
	width: 179px; /*total=195px*/
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-left: 16px; }

div#tagline {
	height: 27px; /*total=33px*/
	width: 686px; /*total=703px*/
	background-color: #A4A09D;
	color: #FFFFFF;
	font-size: 1.7em;
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-left: 17px;
	margin-bottom: 20px; }

div#image {
	margin-top: 10px;
	width: 162px;
	height: 222px; }

div#imagetext {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #A4A09D;
	width: 162px;
	height: 34px;
	padding-top: 8px;
	padding-bottom: 10px; }

div#content {
	padding-left: 34px;
	padding-right: 70px;
	padding-bottom: 30px;
	text-align: justify;
	margin-left: 189px; }

div#footercontain {
	height: 36px;
	width: 899px; /*total=900px*/
	background-color: #FFFFFF;
	border-left: 1px solid #D51E2F;
	background-image:  url("../images/template/bottomline.gif");
	background-position: 0px 35px;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	float: left;
	clear: both;
	text-align: left; }

div#footerleft {
	height: 36px;
	width: 196px;
	background-image:  url("../images/template/greyedge.gif");
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	display: inline; }

div#footermain {
	height: 23px; /*total=36px*/
	width: 587px; /*total=604px*/
	padding-left: 17px;
	padding-top: 4px;
	border-top: 8px solid #FFFFFF;
	border-bottom: 1px solid #D51E2F;
	background-color: #A4A09D;
	color: #FFFFFF;
	font-size: 1.1em;
	float: left;
	display: inline; }

div#curve {
	height: 36px;
	width: 703px;
	background-image:  url("../images/template/corner.gif");
	background-repeat: no-repeat;
	background-position: right;
	float: right; }
	
div#registered {
	clear: right;
	font-size: 0.8em; }

.imgleft {
	margin-right: 25px; }
	
.imgright {
	margin-left: 25px; }