@charset "UTF-8";
/* CSS Document */



/*--------------------------------------------/
/	    FORMATTING FOR HEADER           	  /
/--------------------------------------------*/

div#header {
background:#ffffff;
margin: 0px;
padding: 0px 0px 0px 30px;
height: 200px;
}

p#spacer {
background-color:#333333;
margin-top: 0px;
height: 24px;
font-family:"Century Gothic";
font-size: 18px;
color:#FFFFFF;
}

a:link {
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
	}

a:hover {
	color: #FFFFFF;
	font-style:normal;
	text-decoration:underline;
	}

a:visited {
	color:#FFFFFF;
	font-style:normal;
	
	}

/*--------------------------------------------/
/	    FORMATTING FOR BODY             	  /
/--------------------------------------------*/

body {
background:url(form/bg.gif);
height: auto;
margin: 0px;
padding: 0px;
}

p#numbers {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:right;
margin: 0px;
}

/*--------------------------------------------/
/	    FORMATTING FOR MENU BLOCK        	  /
/--------------------------------------------*/

div#body {
	float: left;
	background:url(form/bgblue.gif);
	height: auto;
	width: 425px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	border-bottom-style:solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6B696A;
	border-right-color: #6B696A;
	border-bottom-color: #6B696A;
	border-left-color: #6B696A;
}

p#menu {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	padding-left:40px;
	height:auto;
}

p#title {
	font-family:"Century Gothic";
	font-size:30px;
	color:#333333;
	padding-left:20px;
	height:auto;
}

/*--------------------------------------------/
/	    FORMATTING FOR CONTENT BLOCK       	  /
/--------------------------------------------*/

div#content {
	position:static;
	float:left;
	background:url(form/bgyellow.gif);
	height: auto;
	width: 200px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	border-bottom-style:solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #6B696A;
	border-right-color: #6B696A;
	border-bottom-color: #6B696A;
	border-left-color: #6B696A;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#993300;
	text-align:justify;
}

p#description {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding: 1em 20px 0px 20px;
	text-align:justify;
}

/*--------------------------------------------/
/	    FORMATTING FOR CENTER FORM      	  /
/--------------------------------------------*/

div#form {
	position:static;
	background:url(form/bgyellow.gif);
	height: auto;
	width: 175px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6B696A;
	border-right-color: #6B696A;
	border-bottom-color: #6B696A;
	border-left-color: #6B696A;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#993300;
	text-align:justify;
}




