* {
	margin: 0; 
	padding: 0; }*

body {
	font: .8em Arial, Sans-Serif; 
	line-height: 1.5em; 
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat;
	color: #444; 
	overflow-y: scroll;
	}
#wrap {
border:3px double #ccc;
}
a {
	COLOR: #3882c0; 
	text-decoration: none;
	}
	
a:visited {
	COLOR: #003366; 
	text-decoration: none;
	}
	
a:hover {
	COLOR: #003366; 
	text-decoration: underline;
	}
	
h2 {
	margin: 0 0 10px; 
	padding: 10px 0 3px; 
	color: #b91319;
	}
	
h3 {
	padding-left: 10px; 
	color: #b91319; 
	background: #FE7B09 url(images/bg2.jpg) repeat-x; 
	font-size: 1em; 
	height: 24px; 
	line-height: 24px; 
	}
	
h3 a 
{
	color: #b91319; 
	background: #FE7B09 url(images/bg2.jpg) repeat-x; 
}
h3 a:hover 
{
	color: #b91319; 
	background: #FE7B09 url(images/bg2.jpg) repeat-x; 
}
h3 a:visited 
{
	color: #b91319; 
	background: #FE7B09 url(images/bg2.jpg) repeat-x; 
}

h4 {
	font-size:1.2em;
	color:#808080;
	margin-top:-10px;
	margin-bottom:10px;
}	
ul {
	padding: 0; 
	margin: 0 0 10px;
	}
	
li {
	list-style-type: none;
	}
	
p {
	margin: 5px 0 10px 0; 
	}
	
img {
	border: none; 
	}

#header {
	height: 100px;
	border: 1px solid black;
	}

#header h1 {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0px;
	padding: 0px 0 0px 0px;
	margin-left:200px;
	margin-top: -32px;
	color: #fff;
	}

#header h1 a {
	color: #fff;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#header h2 {
	color: #eee;
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
	margin-left:-2000px;
	}

#wrap {
	padding: 10px 10px 3px 10px; 
	width: 760px; 
	margin:20px auto; 
	background: #fff;
	}

#left  {
	float: left; 
	width: 180px; 
	background: #f1eded; 
	margin-bottom: 10px; 
	margin-top: 20px; 
	border: 1px solid #cccccc;
	}

#left ul  {
	padding: 5px 10px 10px 10px; 
	margin: 0; 
	}
#left .active {
	font-weight:bold;
	color:#333;
}

#left2  {
	float: left; 
	width: 180px; 
	background: #f1eded; 
	margin-bottom: 00px; 
	margin-top: 0px; 
	border: 1px solid #cccccc;
	}

#right  {
	margin-bottom: 10px; 
	float: right; 
	width: 550px; 
	padding: 0 10px 10px 10px; 
	margin-top: 10px;
	}
	
#footer  {
	background: #FE7B09 url(images/bg.jpg) repeat-x; 
	color: #fff;
	font-size: 11px; 
	text-align: center; 
	border-top: 1px solid #ccc; 
	padding: 10px 5px; 
	border: 1px solid black; 
	background-color: #b91319;
	}
	
#footer	a {
	COLOR: #fff; 
	text-decoration: none;
	}
	
#footer a:visited {
	COLOR: #fff; 
	text-decoration: none;
	}
	
#footer a:hover {
	COLOR: #fff; 
	text-decoration: underline;
	}

.articles ul
{
	margin-left: 30px;
}

.articles li
{
 	list-style-type: circle;
}
.thumbnails {
	width:150px;
	border:1px solid #ccc;
	padding:5px;
	float:left;
	clear:none;
}
.thumbDesc {
	float:left;
	clear:none;
	margin-left:10px;
	background-image:url(images/thumbDesc_bg.jpg);
	background-repeat:repeat-x;
	width:355px;
	height:232px;
	padding:5px;
	border:1px solid #ccc;
	
}
.refWrapper {
	float:left;
	clear:none;
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:15px;
}
a.embedded{
text-decoration:underline;
}
.floatImage {
	float:right;
	clear:none;
	border:0;
	margin-top:5px;
}

.fieldLabel {
background: #f1eded;
width:35%;
font-weight:bold;
padding:3px;
}

.formHeader {
font-size:1.2em;
padding-bottom:10px;
}

.genericBox {
BACKGROUND-IMAGE: url(images/thumbDesc_bg.jpg); 
BORDER-BOTTOM: #ccc 1px solid; 
BORDER-LEFT: #ccc 1px solid; 
PADDING-BOTTOM: 5px; 
PADDING-LEFT: 5px; 
WIDTH: auto;
PADDING-RIGHT: 5px; 
BACKGROUND-REPEAT: repeat-x; 
FLOAT: left; 
HEIGHT: auto; 
margin-left:0px;
CLEAR: none; 
BORDER-TOP: #ccc 1px solid; 
BORDER-RIGHT: #ccc 1px solid; 
PADDING-TOP: 5px;
background-position: 0 -75px;
}