html
{
	margin: 0;
	padding: 0;
}

body
{
	padding-left: 0px;
	margin-left: 0px;
	/* overlap for netscape */
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	/* makes red vertical line on the left */
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
}

a:visited
{
	color: #555555;
	text-decoration: underline;
}

a:link
{
	color: #AD3326;
	text-decoration: underline;
}

a:hover
{
	color: #7293b4;
	text-decoration: underline;
}

H1
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 120%;
	COLOR: #AD3326;
	BORDER-BOTTOM: #AD3326 2px solid;
}

H2
{
	font-weight: bold;
	font-size: 110%;
	color: #697E94;
	margin: 0 0 0 0;
}

IMG.logo { margin-left: 46px; }

/*offsets the logo to the right */
.menu			/* defines the width of the menu area*/
{
	width: 170px;
	margin-left: 10px;
	padding-left: 10px;
}

.menu a  				/*effects the main links*/
{
	text-align: left;
	font-weight: 900;
	font-size: 80%;
	/*main font size setting for links */
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding-bottom: 2px;
	/*space under links text*/
	padding-top: 2px;
	/*creates above links text*/
	padding-right: 2px;
	/*creates space at right of links*/
	padding-left: 6px;
	/*creates space at left of links*/
	margin-bottom: 5px;
	/*creates gaps between links*/
	margin-left: 18px;
}

.menu a:link 			/*unvisited normal link left nav bar*/
{
	color: #AD3326;
	text-decoration: none;
	BORDER: #ffffff 1px solid;
}

.menu a:visited			/*visited normal link left nav bar*/
{
	color: #BD4336;
	text-decoration: none;
	BORDER: #ffffff 1px solid;
}

.menu a:hover 			/*hover over normal link left nav bar*/
{
	background: #E6E59D;
	text-decoration: none;
	BORDER: #E6E59D 1px solid;
}

.submenu a		/*overide for submenu links*/
{
	font-weight: 200;
	padding-left: 12;
	border: #000000 0px solid;
}

.submenu a:visited
{
	border: #000000 0px solid;
	color: #555555;
}

.submenu a:link { border: #000000 0px solid; }

.submenu a:hover
{
	border: #000000 0px solid;
	background: #7d96af;
	color: #ffffff;
}

#current-main 			/*current main menu selkection link left nav bar*/
{
	text-decoration: none;
	BORDER: #E6E59D 1px solid;
	background-color: #E6E59D;
}

#current-sub 		/*current sub menu selection 	link left nav bar*/
{
	background: #7d96af;
	text-decoration: none;
	color: #ffffff;
}

.main_text_fixed_width
{
	font-size: 80%;
	position: absolute;
	left: 219px;
	top: 101px;
	width: 640px;
}
.main_text
{
	font-size: 80%;
	position: absolute;
	left: 218px;
	top: 103px;
	padding-right: 200px;
}

.main_text_consultants
{
	font-size: 80%;
	position: absolute;
	left: 350px;
	top: 101px;
	padding-right: 200px;
}



.main_text_consultants img
{
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: -140px;
}


.main_text td img
{
	padding-right: 0px;
	padding-bottom: 0px;
}

.main_text td { font-size: 80%; }
.main_text_full_width td { font-size: 80%; }

.main_text_full_width
{
	font-size: 80%;
	position: absolute;
	left: 213px;
	top: 115px;
	padding-right: 20px;
}

.topblock
{
	font-size: 80%;
	position: absolute;
	left: 220px;
	padding-right: 10px;
}

.rhblock
{
	font-size: 80%;
	position: absolute;
	right: 0;
	top: 132px;
	width: 170px;
	padding-right: 10px;
}

.iblock
{
	width: 160px;
	background-image: url("../blue_borders/bbg.gif");
	font-size: 100%;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
}

.iblock a { color: #1E2F87; }

.circleblockleft
{
	position: absolute;
	left: 0px;
	width: 200px;
	font-size: 100%;
	border-bottom-color: #FFFFFF;
	text-align: center;
}

.circleblockmiddle
{
	position: absolute;
	left: 220px;
	width: 200px;
	font-size: 100%;
	border-bottom-color: #FFFFFF;
	text-align: center;
	

}

.circleblockright
{
	position: absolute;
	left: 440px;
	width: 200px;
	font-size: 100%;
	border-bottom-color: #FFFFFF;
	margin-right: 20px;
	text-align: center;
}

.circleblockleft img { padding-bottom: 0px; }
.circleblockmiddle img { padding-bottom: 0px; }
.circleblockright img { padding-bottom: 0px; }

.miblock
{
	width: 300px;
	background-image: url("../blue_borders/bbg.gif");
}

.ibottom
{
	position: relative;
	bottom: -4;
}

.floating_box
{
	width: 140px;
	/* gets round IE/Netscape margin problem (on IE)*/
	margin: 0 0 0 20px;
	color: #ffffff;
	font-size: 90%;
}

.quotation
{
	color: #1E2F87;
	font-size: 100%;
	font-style: italic;
}

.quotation p { margin: 5 0 0 0; }
.floating_box p { margin: 0 20px 0 0; }
.floating_box img { margin: 5px 0 5px 0; }
.floating_box a { color: #ffffff; }
.floating_box a:visited { color: #ffffff; }

.outside-text
{
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 80%;
}
.left_column
{
	text-align: right;
	padding: 0 10px 0 10px;
}
.question_page
{
	font-size: 80%;
	position: absolute;
	left: 100;
	top: 100;
	width: 335px;
}

.question_page td { font-size: 80%; }
.question_page p { margin: 0 0 0px 0; }

.table_title
{
	background-color: #7d96af;
	color: #FFF;
}

.row_highlight { background-color: #E2E2E2; }
}

.left_column
{
	
	text-align: right;
}
.buttonspace { margin: 0 0 5px 20px; }
