/* CSS Document */

/* Set all type element margins and padding to zero */
p {
margin: 0px;
padding: 0px;}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

/* BODY */
body
{
/* Centers the layout on the page */
text-align:center;  
/* background color for page - surrounds page elements */
background-color:#FFFFFF;    
}

/* Container + background for page elements */		
#pageContent
{
/* Reset Text Alignment */
text-align:left;

/* Mozilla Center Tag Command */
margin: 0px auto;

/* Custom Styling */
background-color:#FFFFFF;
top: 20px;
position:relative;
width:760px;
}


/* Header Div */
#header {
	background-color:#FFFFFF;
	width:760px;
	height: 167px;
}

/* Header type elements */

#header h1 {
margin-left: 25px;
font-family: Verdana;
color:#000000;
font-size: 100%;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}

#header h2 {
margin-left: 25px;
font-family: Verdana;
color:#999999;
font-size: 100%;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}



/* Conter for 3 columns under header */

#bodyContent {
width:760px;
}


/* Left column under header */

#leftColumn {
	float:left;
	width:150px;
	background-color: #FFFFFF;
}

#leftColumn p {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 100%;
	color:#969696;
	line-height: 110%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 6px;
	border-bottom: solid 4px #2CACBB;
	padding-bottom: 6px;
}

#leftColumn h1 {
	font-family: Verdana;
	font-size: 125%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
}

#leftColumn p.menu {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 100%;
	color:#969696;
	line-height: 110%;
	margin-left: 26px;
	margin-right: 25px;
	margin-bottom: 6px;
	border-bottom: solid 4px #2CACBB;
	padding-bottom: 6px;
}

#leftColumn a:link {
	color: #969696;
	text-decoration: none;
}

#leftColumn a:visited {
	color: #969696;
	text-decoration: none;
}

#leftColumn a:hover {
	color: #FFFFFF;
	background-color: #969696;
	text-decoration: none;
}

#leftColumn a:active {
	color: #FFFFFF;
	background-color: #969696;
	text-decoration: none;
}
/* Middle column under header */


#mainColumn {
float:left;
width:430px;
/* 
margin-left:-1px;
padding-left:1px;
padding-right:1px;
min-height:342px;
.height:326px;
*/
}

#mainColumn p {
	font-family: "Trebuchet MS";
	font-size: 77%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 3px;
	line-height: 140%;
}

#mainColumn p.indentblock {
	font-family: "Trebuchet MS";
	font-size: 75%;
	color: #000000;
	margin-left: 40px;
	margin-bottom: 9px;
	margin-top: 0px;
	line-height: 130%;
}

#mainColumn p.affiliation {
	font-family: "Trebuchet MS";
	font-size: 77%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 3px;
	margin-top: 3px;
	line-height: 140%;
	font-style:italic;
}


#mainColumn li {
	font-family: "Trebuchet MS";
	font-size: 75%;
	color: #000000;
	margin-left: 0px;
	margin-bottom: 3px;
	line-height: 130%;
	padding-bottom: 0px;
	margin-top: 3px;
}

#mainColumn li.firstli {
	margin-top: -6px;
}

#mainColumn h1 {
	font-family: Verdana;
	font-size: 125%;
	color: 969696;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
}

#mainColumn h2 {
	font-family: Verdana;
	font-size: 85%;
	color: #993333;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 12px;
}

#mainColumn h2 a:link {
	color: #993333;
	text-decoration: underline;
}

#mainColumn h2 a:visited {
	color: #993333;
	text-decoration: underline;
}

#mainColumn h2 a:hover {
	color: #FFFFFF;
	background-color: #993333;
	text-decoration: none;
}

#mainColumn h2 a:active {
	color: #FFFFFF;
	background-color: #993333;
	text-decoration: none;
}





#mainColumn h2 {
	font-family: Verdana;
	font-size: 90%;
	color: #993333;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 3px;
	line-height: 130%;
}

#mainColumn h3 {
	font-family: Verdana;
	font-size: 75%;
	color: 000000;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 130%;
}


#mainColumn h4 {
	font-family: "Trebuchet MS";
	font-size: 120%;
	color: #993333;
	margin-left: 20px;
	margin-bottom: 24px;
	line-height: 110%;
}

#mainColumn h5 {
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #993333;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
	line-height: 110%;
}

#mainColumn h6 {
	margin-left: 20px;
	font-family: Verdana;
	color:#000;
	font-size: 77%;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: -12px;
}
/* Right column under header */


#rightColumn {
	float:left;
	width:150px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#rightColumn p {
	font-family: "Arial Narrow";
	font-size: 75%;
	color:#405C68;
	line-height: 120%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-top: 9px;
}

#rightColumn p.articles {
	font-family: Verdana;
	font-size: 70%;
	color:#000000;
	line-height: 130%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-top: 9px;
}

#rightColumn p.testimonial {
	font-family: "Arial Narrow";
	font-size: 90%;
	color:405C68;
	line-height: 120%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-top: 3px;
	font-weight: bold;
}

#rightColumn p.attribution {
font-family: "Arial Narrow";
font-size: 75%;
font-style:italic;
color:000000;
line-height: 110%;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 9px;
text-align:right;
}

#rightColumn h1 {
	font-family: Verdana;
	font-size: 125%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
}


/* Footer */

#footer {
background-color: #FFFFFF;
width:760px;
clear:left;
}

#footer p {
	font-family: Verdana;
	font-size: 70%;
	color:#000000;
	line-height: 135%;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.xx {

}

