/* CSS Document */

body {
	margin:0px 0px 10px 0px;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	/*height:100%;*/
}

a:link, a:visited, a:active {
	color:#FF6600;
}

a:hover {
	color:#FF6600;
	text-decoration:none;
}

#content {
	position: absolute;
	width: 400px; /* The box width */
	height: 200px; /* The box height */
	top: 50%;
	left: 50%;
	margin-left: -200px; /* half the width negated */
	margin-top: -100px; /* half the height negated */
	text-align:center;
}

.menu {
	font-size: 12px;
	letter-spacing:3px;
	color: #666666;	
}

.pullout {
	font-size:12px;
	color:#FF6600;

}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: #666666;
	text-decoration:none;
}

.menu a:hover {
	color: #FF6600;
	text-decoration:underline;
}

#mainMenu p {
	text-align:right;
	margin:2px 0px 2px 0px;
}

hr {
	/*margin:10px 0px 10px 0px;*/
	color:#FF6600;
	background-color:#FF6600;
	height:1px;
	border:0;
}

#logo {
	position:absolute; 
	left:0px; top:10px; 
	width:176px; 
	height:55px;
}

#mainMenu {
	position:absolute; 
	left:0px; 
	top:97px; 
	width:176px; 
	height:233px;
}

#text {
	position:absolute; 
	left:205px; 
	top:100px; 
	height:386px;
}

#text p {
	margin-right:50px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing:3px;
	margin-top:0px;

}

.thickRule {
	height:4px;
}

.leftImg {
	float:left;
	margin: 0px 6px 2px 0px;
}

.centerImg {
	float:center;
	margin: 2px 2px 2px 2px;
}

.rightImg {
	float:right;
	margin: 0px 0px 2px 6px;
}

.leftClearImg {
	float:left;
	clear:right;
}

ul {
	margin:0px;
}

li {
	list-style-type: square;
	list-style-position: inside;
	margin-left:0px;
}

td p {
	margin:16px 0px 8px 0px;
}
input, textarea {
	width:300px;
}