
body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: #151a36 /*url(images/common/bg_red.gif) repeat-x*/;
	margin: 0;
	padding: 0;
	text-align: center; /* center for IE 5* - text aligned left in #content */
	color: white;
}

#wrapper { 
	width: 1000px;
	background: white;
	margin: 0 auto;
	text-align: left; /* override text-align: center on body element */
	border-right: 1px solid white;
	border-bottom: 10px solid white;
	border-left: 1px solid white;
}

#header {
	margin: 0;
	padding: 0;
	border-bottom: 10px solid white;
}

/* HORIZONTAL NAV */

#top_nav {float: left; width: 1000px; background: url(images/nav/btn_bg.gif) repeat-x; border-bottom: 2px solid white;}

#top_nav img {border-right: 1px solid white;}
#top_nav img.last {border-right: none;}

#top_nav img, #top_nav a {float: left; margin: 0; padding: 0;}



/* LEFT NAVIGATION */


#leftcolumn img {
	margin: 0;
	padding: 0;
}

#leftcolumn {
	/*background: green;*/
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}


/* RIGHT COLUMN */


#wrapper #content #rightcolumn {
	/*background: #66FFFF;*/
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}

#wrapper #content_3col #rightcolumn {
	/*background: #66FFFF;*/
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}

/*#rightcolumn img {margin-bottom: 8px;}*/

#rightcolumn p {font-size: 14px; margin: 10px; line-height: 20px;}
#rightcolumn h1 {font-size: 18px; font-weight: bold; margin: 6px 10px;}

#rightcolumn p.caption {margin: 0 10px 20px; font-style: italic;}


/* CONTENT */

#content {
	background: #848484 url(images/common/content_bg.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#content_3col {
	background: #848484 url(images/common/content_bg_3col.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#wrapper #content #pageContent { /*background: #ffdefe;*/
	margin-left: 180px;
	padding: 0;
}

#wrapper #content_3col #pageContent_3col { /*background: #ffdefe;*/
	width: 540px;
	margin-left: 180px;
	padding: 0;
}

#wrapper #content #pageContent #pageText { /*background: #ffdefe;*/
	padding: 20px 30px 0;
}

#wrapper #content_3col #pageContent_3col #pageText { /*background: #ffdefe;*/
	padding: 20px 30px 0;
}



/* FOOTER */

/*#footer {width: 1000px; margin-top: 10px;}*/
/*#footer .link {float: left; margin: 0;}*/

#footer { 
	width: 1000px;
	margin: 10px auto 0;
	font-size: 12px;
	text-align: left; /* override text-align: center on body element */
	}

#footer #nav {
	width: 100%; 	/* makes the div full width */
	float: left; /*makes the div enclose the list */
	}

#footer #nav div {
	float: left;	/* causes the list to align horizontally instead of stack */
	padding: 0;
	list-style-type: none;	/* removes the bullet off each list item */
	}

#footer #nav a {
display: block;
	padding: 0 10px 10px; /*creates space each side of menu item's text */
	text-decoration: none;	 /* removes the underlining of the link */
	color: white;	/* sets the type color */
	}

#footer #nav a:hover {
	color: #8baefe;
	}

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html #footer #nav ul {
	float:left; /* makes the ul wrap the li's */
	}



/* TEXT STYLES */

a {color: #8baefe; font-weight: bold;}
h1 {font-size: 24px;}
h2 {font-size: 20px; color: #8baefe;}

.title1_top {font-size: 24px; font-weight: bold; margin-top: 0;}
.title1 {font-size: 24px; font-weight: bold;}
.title2 {font-size: 20px; font-weight: bold;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.bold_italic {font-weight: bold; font-style: italic;}
.text_10 {font-size: 10px;}

.normaltext {font-size: 14px; font-weight: normal; font-style: normal;}



/*************** FLOAT ******************/


.float_right {
	float: right;
	margin-left: 8px;
}
.float_left {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear_left { /* EX: clear left float photo while wrapping right float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*************** LISTS ******************/


ul li {margin: 10px 0 10px -20px;}



/*************** FORMS ******************/



.formtable td {padding: 4px;}
.formtable .formtext {text-align: right; font-weight: bold;}
.response {font-size: 16px; font-weight: bold; color: #ffc800; margin-bottom: 10px;}



/*************** TABLES ******************/

.client_table {margin: 20px auto;}
.client_table td {padding: 10px 20px;}
.client_table td img {margin: 0 auto;}


