html, body
{
	margin: 0;
	padding: 0;
}

/* ------------- "generic" styles */
body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
}

a { text-decoration: none; }
a img { border: 0; }

a.text

p
{
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0 0 1em;
	color: #000000;
	font-size: 0.7em;
	line-height: 170%;
}

td
{
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0 0 1em;
	color: #000000;
	font-size: 0.7em;
	line-height: 200%;
}

ul.text
{
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0 0 1em 1em;
	color: #000;
	font-size: 0.7em;
	line-height: 170%;
}

hr
{
	border: 0;
	background: #000;
	padding: 0;
	margin: 0;
	height: 1px;
	width: 100%;
}

hr.blueband
{
	background: #007bba;
	height: 25px;
}

hr.purpleband
{
	background: #713e7e;
	height: 25px;
}

hr.magentaband
{
	background: #dc0067;
	height: 25px;
}

hr.greyband
{
	background: #999;
	height: 25px;
}



/* ------------- container styles */
#container
{
	background: #FFF;
	width: 800px;
}

/* ------------- footer container styles */
#containerfoot
{
	width: 800px;
	height: 35px;
	clear: both;
	background: #999;
}

/* ------------- wrapper styles */
#wrapper
{
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------- masthead styles */
#masthead
{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
}

/* ------------- content styles */
#content
{
	float: right;
	width: 590px;
	margin: 0px 0px 0px 10px;
}

#content p
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 0.7em;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#content a
{
	color: #000;
	text-decoration: underline;
}

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

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

#content a:hover
{
	color: #E62626;
	text-decoration: none;
}

#content a:active
{
	color: #E62626;
	text-decoration: none;
}

#content th
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	background: #999;
	padding: 5px 5px
}


#content td
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 0.7em;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	background: #ccc;
	padding: 5px 5px
}


#content h1
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #E62626;
	font-weight: normal;
	font-size: 2.0em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#content h2
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

#content h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #713E7E;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

#content h4
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

#content h5
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #713E7E;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

#content h6
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #E62626;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 150%;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

/* ------------- navigation styles */
#navigation
{
	width: 200px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{ 
	border-bottom: 1px solid #FFFFFF;
}

/* ------------- navigation style blue */
#navigation li.blue a:link, #navigation li.blue a:visited
{
	display: block;
	padding: 6px 6px 6px 0.5em;
	border-left: 26px solid #007bba;
	background-color: #7fbddc;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li.blue a:hover
{
	background-color: #007bba;
	color: #FFFFFF;
}

#navigation li.blue1
{
	display: block;
	padding: 6px 6px 6px 32px;
	background-color: #007bba;
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------- navigation style purple */
#navigation li.purple a:link, #navigation li.purple a:visited
{
	display: block;
	padding: 6px 6px 6px 0.5em;
	border-left: 26px solid #713e7e;
	background-color: #b89ebe;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li.purple a:hover
{
	background-color: #713e7e;
	color: #FFFFFF;
}

#navigation li.purple1
{
	display: block;
	padding: 6px 6px 6px 32px;
	background-color: #713e7e;
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------- navigation style magenta */
#navigation li.magenta a:link, #navigation li.magenta a:visited
{
	display: block;
	padding: 6px 6px 6px 0.5em;
	border-left: 26px solid #dc0067;
	background-color: #ed7fb3;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li.magenta a:hover
{
	background-color: #dc0067;
	color: #FFFFFF;
}

#navigation li.magenta1
{
	display: block;
	padding: 6px 6px 6px 32px;
	background-color: #dc0067;
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------- navigation style grey */
#navigation li.grey a:link, #navigation li.grey a:visited
{
	display: block;
	padding: 6px 6px 6px 0.5em;
	border-left: 26px solid #999;
	background-color: #CCC;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li.grey a:hover
{
	background-color: #999;
	color: #FFFFFF;
}

#navigation li.white1
{
	display: block;
	padding: 6px 6px 6px 0.5em;
	border-left: 26px solid #FFF;
	background-color: #FFF;
	color: #FFFFFF;
	text-decoration: none;
}


/* ------------- study styles */
#study
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
        float: right;
	width: 590px;
	margin: 0px 0px 0px 10px;
}

#study ul
{
        list-style: none;
	margin: 0;
	padding: 0;
}

#study li
{ 
	border-bottom: 1px solid #FFFFFF;
}

#study a
{
	color: #FFF;
	text-decoration: none;
}



/* ------------- navigation style purple */
#study li.case a:link, #study li.case a:visited
{
	display: inline;
	padding: 6px 6px 6px 6px;
	background-color: #713e7e;
	color: #FFFFFF;
	text-decoration: none;
}

#study li.case a:hover
{
	background-color: #b89ebe;
	color: #FFFFFF;
}

#study li.case
{
	display: inline;
	background-color: #713e7e;
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------- sidebar style */
#sidebar
{
	float: left;
	width: 200px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background: #CCC;
}

#sidebar h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 8px 10px;
	background: #999;
	border-bottom: 1px solid #FFF;
}

#sidebar h4
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.5em;
	padding: 10px 10px;
}

#sidebar p
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-size: 0.9em;
	line-height: 150%;
	padding: 0 10px 0 10px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#sidebar a
{
	color: #000;
	text-decoration: underline;
}

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

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

#sidebar a:hover
{
	color: #E62626;
	text-decoration: none;
}

#sidebar a:active
{
	color: #E62626;
	text-decoration: none;
}

#latestnews a:hover
{
	color: #000;
	text-decoration: none;
}

/* ------------- latest news style */
#latestnews
{
	float: left;
	width: 200px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background: #CCC;
}

#latestnews h3
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 8px 10px;
	background: #E62626;
	border-bottom: 1px solid #FFF;
}

#latestnews h4
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.5em;
	padding: 10px 10px;
}

#latestnews p
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-size: 0.9em;
	line-height: 150%;
	padding: 0 10px 0 10px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#latestnews a
{
	color: #E62626;
	text-decoration: underline;
}

#latestnews a:hover
{
	color: #000;
	text-decoration: none;
}

/* ------------- footer styles */
#footer
{
	float: left;
	width: 670px;
	padding: 0.5em 0em;
	background: #999;
}

#footer p
{
	margin: 0 10px;
	color: #FFF;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
}

#footer a
{
	color: #FFF;
	text-decoration: underline;
}

#footer a:link
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#footer a:active
{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #E62626;
	text-decoration: none;
}

/* ------------- footer right styles */
#footerright
{
	float: right;
	width: 130px;
	padding: 0.75em 0em;
	background: #999;
}
