body {
	margin:0;
	background-color: #1E181A;
	background-image: url(../images_new/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body,td,th,p,div {
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	color: #444;
}
.small {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong, b {
	font-weight: bold;
	color: #666;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageWrapper {   /* div */
	text-align:center;
}
#wrapperWidth {   /*  here for the border because of a bug with the menu */
	width:1000px;
	background-color: #fff;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top:30px;
	padding: 3px;
}
#wrapperBox {   /* table */
	width:100%;
	background-color: #fff;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
.blueText {
	color: #039
}
#pageHeader {
}
	#logo {
		text-align:left;
		background-color:#133965;
	}
	#menuBox {
		font: 14px/1.2 "Times New Roman", Times, serif;
		padding:3px;
		color:#ccc;
		background-color:#000;
		font-weight:bold;
	}
			#menuBox a:link { color: #ccc; text-decoration:none; }
			#menuBox a:visited { color:#ccc; text-decoration:none; }
			#menuBox a:hover { color:#ccc; text-decoration:none; }
			#menuBox a:active { color:#ccc; text-decoration:none; }
		
#pageContent {
	margin-left:149px;
	text-align:left;
	padding: 30px;
}
#sideImage {
	float:left;
	width:149px;
}
#sidebar {
	width:200px;
	border-left:#1E181A solid 1px;
}
#pageFooter {
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color: #1E5A9D; text-decoration:underline; }
a:visited { color:#1E5A9D; text-decoration:underline; }
a:hover { color:#1E5A9D; text-decoration:underline; }
a:active {
	color:#1E5A9D;
	text-decoration:underline;
}

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #003399;
}
h1 {
	font-size: 18px;
}
h1 {
	font-size: 17px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent ul li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images_new/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}

