/* CSS Document */

body	{
	margin:0;
}

div,td,p,span	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1F1F1F;
}

/* --- Links
------------------------------------------------------------------- */

a.links:link {
	text-decoration: underline;
}
a.links:hover {
	text-decoration: underline;
}
a.links:active {
	text-decoration: underline;
}
a.links:visited {
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f1f1f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#latest  a	{
	color:#fff;
	text-decoration: underline;
}



/* --- Headings
------------------------------------------------------------------- */

h1	{
	font-size:12px;
	margin:0 0 4px 0;
	line-height:12px;
}
#intMain h1	{
	line-height:14px;
	font-variant:normal;
	color:#333333;
	background:url(../images/h1bg.gif) no-repeat bottom left;
}

h2	{
	margin-top:4px;
	padding:0 0 1px 1px;
	line-height:14px;
	font-size:12px;
	font-variant:normal;
	color:#730185;
	background:url(../images/h2bg.gif) repeat-x bottom left;
	border-top:1px solid #eee;
}


/* --- Layout
------------------------------------------------------------------- */

#header div	{
	float:left;
	padding-left:30px;
}
#header #logo	{
	float:left;
	width:480px;
	padding:0 0 6px 10px;
}
#search	{
	padding-top:10px;
	width:200px;
	height:80px;
}

#menu	{
	clear:both;
	width:100%;
	height:15px;
	background:#61AAA0;
}
#menu a	{
	padding:0 16px 0 16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}

#latest	{
	float:left;
	width:271px;
	height:212px;
	padding:2px;
	background:#703895;
	color:#fefefe;
	border-right:3px solid #444;
}
#latest h1	{
	margin:8px 0 0 28px;
}
#latest ul	{
	margin:0;
	padding:0;
}
#latest ul li	{
	margin:8px 8px 20px 8px;
	padding-left:20px;
	background:url(../images/bullet_arrow.gif) no-repeat top left;
	list-style-type:none;
}
#flash	{
	float:left;
	width:490px;
}

table#info #headers td	{
	margin-top:4px;
}
table#info td{
	border-left:1px solid #EBD9EB;
	border-right:1px solid #EBD9EB;	
}
table#info tr td p, table#info tr td{
 color:#666;
}
table#info td#address	{
	border:0;
}
table#info #headers td	{
	width:25%;
	background:#703895;
	color:#fefefe;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	font-weight: bold;
}
table#info #otherLinks a	{
	text-decoration:underline;
}

#copyright	{
	width:100%;
	height:24px;
	font-size:9px;
	color:#666666;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#address div	{
	padding:0 0px 0 0px;
	clear:both;
	width:100%;
	height:15px;
	background:#61AAA0;
	text-align: center;
	font-weight: bold;
}
.links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F1F1F;
}

/* --- Table
------------------------------------------------------------------- */
#bottomTable	{
	clear:both;
}
#intBot h2	{

	clear:both;

}
thead	{
	background:#61AAA0;
	height:29px;
}
#bottomTable thead th	{
	text-align:center;
	font-weight:normal;
}
#bottomTable thead th	span{
	font-size:9px;
	font-weight:bold;
}
#bottomTable tr td	{
	text-align:center;
	color:#666;
}
#bottomTable thead th {
 background:#61AAA0;
 font-weight:normal;
}

#bottomTable .modelCol {
	width:24%;
	text-align:left;
}
#bottomTable .modelCol a	{
	color:#666;
}
#bottomTable .botCell	{
	border-bottom:4px solid #e8e8e8;
}
#bottomTable tr td p	{
		border-top:4px solid #e8e8e8;
		margin:-2px 0 0 0;
}
#bottomTable .botCell p	{
	color:#666;
}
#bottomTable .disclamer	{

	font-size:10px;
	text-align:left;
}
.odd	{
	background:#e8e8e8;
}
/* --- Interior page styles
------------------------------------------------------------------- */

#intMain	{
	padding:0;
	background:url(../images/fade_bg.gif) repeat-x;
}
#intMain td{
	padding:8px;
}
#intMain div	{
	background:url(../images/fade_bgrev.gif) repeat-x bottom;
	width:100%;
}
#intMain div td	{
border-right:1px solid #ccc;
}

#intBot{
	padding:8px;
	height:100px;
	background:url(../images/int_bot.gif) repeat-x top;
	border-bottom:2px solid #61AAA0;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}
#intMain td p{
	color:#666666;
	margin:6px 0 6px 0;
}

.whiteCol	{
background:#fff;
}
.whiteCol img	{
padding:2px;
border:1px solid #ddd;
}


/* --- Misc
------------------------------------------------------------------- */

ul	{
	margin:0;
	padding:0;
}
ul li	{
	margin:6px 8px 6px 8px;
	padding-left:10px;
	background:url(../images/bullet_small_arrow.gif) no-repeat 0px 3px;
	list-style-type:none;
}

hr	{
	border:1px solid #EBD9EB;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.style1 {
	color: #0099FF;
	
}
.style2 {color: #458179}
.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
.style6 {font-size: 9px}
.style7 {
	color: #703895;
	font-weight: bold;
	font-size: 13px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
#menu-dropdown {
width:766px;
font-size:0.85em;
font-weight:bold;
padding-bottom:0px;
	float:left;
	background:#61AAA0;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu-dropdown ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu-dropdown ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-dropdown li {
float:left;
	margin:0;
	padding:0;
	width:124px;
	width:88px;
position:relative;

}
/* style the links for the top level */
#menu-dropdown a, #menu-dropdown a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:139px;
	width:88px;
height:16px; 
border:1px solid #478F85; 
border-width:1px 0 0 0; 
background:#61AAA0; 
padding-left:10px; 
line-height:16px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu-dropdown a, * html #menu-dropdown a:visited {
width:150px;
	width:88px;
w\idth:139px;
	w\idth:88px;
}

/* style the second level background */
#menu-dropdown ul ul a.drop, #menu-dropdown ul ul a.drop:visited {
background:#61AAA0;
}
/* style the second level hover */
#menu-dropdown ul ul a.drop:hover{
background:#9CCBC5;background:#ff0000;
}
#menu-dropdown ul ul :hover > a.drop {
background:#9CCBC5;background:#ff0000;
}
/* style the third level background */
#menu-dropdown ul ul ul a, #menu-dropdown ul ul ul a:visited {
background:#9CCBC5;background:#ff0000;
}
/* style the third level hover */
#menu-dropdown ul ul ul a:hover {
background:#9CCBC5;background:#ff0000;
}
#menu-dropdown ul ul ul :hover > a {
background:#9CCBC5;background:#ff0000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-dropdown ul ul {
visibility:hidden;
position:absolute;
height:0;
top:16px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html #menu-dropdown ul ul {
/*top:30px;
t\op:31px;*/
top:16px;
t\op:17px;
}

/* position the third level flyout menu */
#menu-dropdown ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#menu-dropdown ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu-dropdown table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu-dropdown ul ul a, #menu-dropdown ul ul a:visited {
background:#61AAA0;
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
width:129px;
/* yet another hack for IE5.5 */
}
* html #menu-dropdown ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
#menu-dropdown a:hover, #menu-dropdown ul ul a:hover{
color:#000; 
background:#9CCBC5;
}
#menu-dropdown :hover > a, #menu-dropdown ul ul :hover > a {
color:#000;
background:#61AAA0;
}
	#menu-dropdown ul ul :hover > a {
		background:#9CCBC5;
	}
/* make the second level visible when hover on first level list OR link */
#menu-dropdown ul li:hover ul,
#menu-dropdown ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menu-dropdown ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu-dropdown ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu-dropdown ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#menu-dropdown ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
/* --- end menu --- */