/******************* Global Properties *************/

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	background-image: url(../images/gif/background.gif);
	background-repeat: repeat-x;
}

div {
	position: relative;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-color: #000000;
	border-style: double;
	border-width: thick; 
	margin: auto;
}

table {
	position: relative;
}

th {
	background-color: #FFCCCC;
	font-size: 1.3em;
	font-style: italic;
	border-right: thin dotted;
	border-bottom: double;
}

td {
	width: auto;
}

a {
	color: #666699;
}

h1 {
	border-bottom: double;
}

fieldset {
	background: url(../images/gif/formBackground.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 15px;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #666666;
}

li.inline {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
  	border-right: 1px dotted #066;
}

li.last {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 7px;
  	border-right: 0px;
} 

/******************* Wrapper Div *******************/

.wrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: none;
	background-color: transparent;
}

/******************* Header Divs *******************/

.header {
	height: 90px;
	width: 95%;
	font-size: 1.2em;
	background-image: url(../images/gif/logo_small.gif);
	background-color: #FFFFFF;
}

.spacerDiv {
	height: 40px;
	width: 96%;
	border: none;
	text-align: right;
	font-size: .9em;
}

#textSpacer {
	margin-left: 5px;
}

.headerDiv {
	border: none;
	padding: 4px;
	width: 96%;
	text-align: right;
	letter-spacing: .2em;	
}

ul#headerNav {

}

#headerNav li {
	border: thick double #000000;
}

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

#headerNav a:hover {
	color: #FF99CC;
}

/******************* Content Divs ******************/

.content {
	width: 95%;
	background-color: #FFFFFF;
}

.content p {
	margin-left: 25px;
}

#titleHome {
	position: absolute;
	right: 18px;
	top: 52px;
	font-size: .9em;
}

#contentTable {
	width: 550px;
	margin-left: 25px;
}

#contentForm {
	margin-left: 25px;
	width: 450px;
}

#buttonIndent {
		margin-left: 65%;
}

#feature {
	position: absolute;
	top: 160px;
	right: 40px;
	width: 305px;
	height: auto;
	background-position: center;
}

/******************* Footer Div *******************/

.footer {
	height: 30px;
	width: 95%;
	font-size: 0.9em;
	background-color: #FFFFFF; 
}

#footerLeft {
	position: absolute;
	top: 30%;
	left: 10px;
	text-align: left;
}

#footerMiddle {
	position: absolute;
	top: -17%;
	left: 33%;
	right: 33%;
	text-align: center;
}

#footerRight {
	position: absolute;
	top: 30%;
	right: 10px;
	text-align: right;
}
