body {
	margin: 0;
	background-color: #494D5C;
	background-image:url(../images/bgd.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
.pageWrapper {   /* div */
	text-align:center;
	background-image:url(../images/bgd-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.wrapperWidth {   /* div */
	width:990px;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
body,td,th,p,div {
	font: 13px/1.2 Century Gothic, Apple Gothic, sans-serif;
	color: #ddd;
}
.small {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong, b {
	color:#BCC2F1;
	font-weight:normal;
}
blockquote {
	padding-left:50px;
	margin:0;
	margin-right:30px;
	background-image:url(../images/double-quote.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
italic, em {
	font: 13px/1.2 Georgia, "Times New Roman", Times, serif;
}
hr { 
	border-color: #393C4A;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 30px 0 20px;
  height: 0;
 }
.floatRight {
	float:right;
	margin:0;
	margin-left:30px;
	margin-bottom:30px;
	}
.floatLeft {
	float:left;
	margin:0;
	margin-right:30px;
	margin-bottom:30px;
	}
.clear{
	clear:both;
	}
.simpleTd {
	padding-right:40px;
}
.nowrap{
	white-space:nowrap;
	}
.imgBorder {
	border: #393C4A 7px solid;
	}
.imgBorderThin {
	border: #393C4A 3px solid;
	}
.floatThird {
	float: left;
	width: 33%;
}
.floatHalf {
	float: left;
	width: 450px;
	padding-right:40px;
	margin-bottom:30px;
}
.floatHalfSecond {
	float: left;
	width: 450px;
	padding-left:40px;
	border-left:#393C4A 1px solid;
	margin-bottom:30px;
}
.paddingRight {
	padding-right:20px;
}
.paddingLeft {
	padding-left:20px;
}
/*--   main layout blocks   --*/
#pageHeader {
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	text-align: right;
	height:180px;
}
	#top {
		height:50px;
		padding-top:15px;
		text-align: left;
	}
	#logo {
		float:left;
	}
	#menu {
		margin-left:200px;
		padding-top:16px;
		text-align: right;
		font-family: "Times New Roman", Times, serif;
		font-size:13px;
		font-weight:600;
		letter-spacing:2px;
	}
		#menu a:link {
			color: #F27900;
			text-decoration:none;
		}
		#menu a:visited { 
			color:#F27900; 
			text-decoration:none; }
		#menu a:hover {
			color:#fff;
			text-decoration:none;
		}
		#menu a:active { 
			color:#fff; 
			text-decoration:none; 
		}
	
		
#pageContent {
		width:100%;
		text-align:left;
		margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
	#home-content {
		width:740px;
		float:right;
		}
	#sidebar-left {
		width:200px;
		text-align:left;
		}

#pageFooter {
	padding:30px;
	clear:both;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link {
	color: #F27900;
	text-decoration:none;
}
a:visited { color:#F27900; text-decoration:none; }
a:hover {
	color:#F27900;
	text-decoration:underline;
}
a:active { color:#F27900; text-decoration:underline; }

.discretLink a {
	color: #eee;
	text-decoration:none;
}
/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #BCC2F1;
	font-size: 13px;
	font-weight:600;
	letter-spacing:2px;
}
h1 {
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/bullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   --*/
form {
	padding:0;
	margin:0;
}
select {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
option {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textField {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#666 solid 1px;
}

#formCaptcha {
	background-color:#FFFFFF;
	}
	

