/* CSS Document */

* {
text-decoration : none;
vertical-align : top;
}



/* body */

body {
background : url('../graphics/layout/back.jpg') 50% 0 repeat-y;
font-family : Arial, Helvetica, Verdana, sans-serif;
font-size : 62.5%;
margin : 0;
text-align : center;
}

	.b {
	font-weight : bold;
	}



/* wrapper */

#wrapper {
background : url('../graphics/layout/logo.jpg') no-repeat;
font-size : 1.2em;
margin : auto;
text-align : left;
width : 760px;
}



/* links */

#wrapper a {
color : #a60000;
}

	#wrapper a:hover {
	background : #a60000;
	color : #fff;
	}


/* navigation */

p#nav {
background : url('../graphics/layout/banner.jpg') 100% 100% no-repeat;
color : #fff;
font-size : 1.2em;
font-variant : small-caps;
font-weight : bold;
line-height : 2.6em;
margin : 0;
padding : 24px 13px 149px 250px;
text-align : right;
}

	p#nav a {
	margin : 0 5px;
	}



/* content */

#content {
background : url('../graphics/layout/left.jpg') 0 100% no-repeat;
height : 535px;
line-height : 1.5em;
padding : 0 10px 15px 250px;
}

	html>body #content {
	height : auto;
	min-height : 535px;
	}

	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color : #a60000;
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0;
	padding : 20px 0 0;
	}
	
	#content p {
	margin : 0;
	padding : 15px 0 0;
	}
	
		#content p.title, #content p.msg {
		background : #a60000;
		color : #D58B21;
		font-size : 1.6em;
		line-height : 1.2em;
		margin : 30px 0 0;
		padding : 3px 5px;
		text-transform : uppercase;
		}
		
			#content p.msg {
			color : #fff;
			font-size : 1em;
			font-weight : bold;
			text-transform : none;
			}


/* footer */

p#foot {
background : #a60000;
color : #fff;
margin : 1px 0 0;
padding : 10px;
text-align : right;
}

	p#foot span {
	margin : 0 0 0 30px;
	}



/* forms */

form {
margin : 0;
padding : 15px 0 0;
}

	label {
	display : block;
	margin : 0 0 2px 0;
	}

	input, textarea, select {
	background : #fff url('../graphics/common/input.jpg') no-repeat;
	border : 1px solid #ddd;
	color : #777;
	font-family : Arial;
	font-size : 1em;
	margin : 0 0 20px;
	width : 450px;
	}
	
		input#Disclaimer {
		width : 20px;
		}
		
		input#code {
		background : url('../graphics/common/code.jpg') no-repeat;
		color : #000;
		font-weight : bold;
		}
		
		input#submit {
		border : 1px solid #000;
		color : #000;
		width : 200px;
		}
	
		textarea {
		height : 75px;
		}