body {
	background:url(/images/structure/site-bkgd.gif) repeat-x #002952;
	margin:0 0 0 0;
	font:80% verdana;
	color:#666;
	text-align:center;
}

div {
	text-align:left;
}

/* IMAGES */

img {
	border:0;
}	

/* HEADERS */

h1 {
	color:#000;
	font-size:150%;
}

h2 {
	color:#000;
	font-size:130%;
}

h3 {
	color:#000;
	font-size:110%;
}

h4 {
	font-size:110%;
}

td {
	font-size:11px;text-align:left;
}

th {
	font-size:11px;
}

hr {
  background-color:#61BFE6;
  color:#61BFE6;
	border: 0;
	height: 1px;
}

/* LINKS */

a {
	color:#3E9DC3;
}

a:visited {
	color:#5CBBE1;
}

a:hover {
	color:#7FAD40;
	text-decoration:none;
}

a:visited:hover {
	color:#9CCB5E;
	text-decoration:none;
}


/* TABLES */

caption {
	padding:2px 5px 2px 5px;
	background:#E4E4E4
}

/*table {
	border:1px solid #E4E4E4;
	margin:0 0 10px 0; 
}

th {
	text-align:left;
	padding:2px 5px 2px 5px;
	border:1px solid #C9D3D9;
	background:#D6D6D6;
}

td {
	padding:2px 5px 2px 5px;
	border:1px solid #ccc;
	background:#ECECEC;
}*/

/* OUTER */

#outerContainer {
	width:790px;margin:0 auto 0 auto
}

/* TOP BAR */


#topBar {
	width:790px;float:left;
}

/* MENU */

#menuBar {
	width:790px;float:left;margin-top:5px;
}

.menuTabA {
	background:url(/images/menu/tabA.gif);width:95px;height:25px;float:left;margin-right:3px;
}

.menuTabS {
	background:url(/images/menu/tabS.gif);width:395px;height:25px;float:left;margin-right:3px;text-align:center;
}

.menuTabB {
	background:url(/images/menu/tabB.gif);width:95px;height:25px;float:left;margin-right:3px;
}

/* TITLE BAR */

#titleBar {
	width:790px;float:left;margin:10px 0 10px 0
}

/* CONTENT AREA */

#contentTopBorder {
	width:790px;float:left;height:5px;background:#61bfe6
}

#contentMain {
	width:790px;background:#fdfdfd;float:left;
}

.contentPadding {
	padding:10px;
}

.mainContentPadding {
	padding:10px;
}

#contentBottom {
	width:790px;float:left;margin-bottom:10px;
}



.searchRow {
	clear:both;float:left;width:420px;margin-bottom:5px;
}
.searchLabel {
	float:left;
	width:200px;
	padding:5px 5px 5px 0;
	text-align:right;background:#E7E7E7;
}
 
.searchValue {
	float:left;
	width:200px;
	padding:0 0 0 5px;
}