@charset "UTF-8";

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {font-size: 1em;
font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif}

BODY {
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 13px;
}

A:link {
	color: #333333;
	text-decoration: none;
}
A:visited {
	color: #666666;
	text-decoration: underline;
}

A:hover {
	color: #999999;
	text-decoration: underline;
}

A:active {
	color: #666666;
	text-decoration: underline;
}

H1 {
	font-family: "Myriad Pro", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #17D3E4;
	font-variant: small-caps;
	font-weight: 400;
}

.oneColFixCtrHdr #background_container {
	width: 825px;
	background-repeat: repeat-y;
	background-position: center; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-bottom: 5px;
	}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/bckgrd_gradient.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E3E3E3;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	background-image:none;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	background-color: #FFFFFF;
	}
IMG   {
	text-decoration: none;
}
A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
A:active {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.oneColFixCtrHdr #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */    /*background-image:url(images/mcontent_bgrd.gif);
    background-position:inherit;
	background-repeat:inherit;*/
}

.bodytext {
	font-family: "Myriad Pro", verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
	
}

.oneColFixCtrHdr #footer {
	background-image: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.emphasis_heading {
font-family: "Myriad Pro", verdana, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #17D3E4;
	font-variant: small-caps;
	font-weight: 400;
}

.emphasis_title {
font-family: "Myriad Pro", verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	font-variant: small-caps;
	font-weight: 400;
}

.emphasis_title1 {
font-family: "Myriad Pro", verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #17D3E4;
	font-variant: small-caps;
	font-weight: 400;
}


.biopic  {
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer    {
	font:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01b3ce;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link {
	text-decoration: none;
	color: #01b3ce;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
}

.rateslist {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #68D7E7;
	padding-left: 5px;
}
.biopicpadding
 {
	padding-right: 15px;
}
.all_caps {
	font-variant: small-caps;
	color: #333333;
}
