body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:18px;
background-color:#000 
color:#333333;

background-image:url(images/bgblue.gif);
}

#center {text-align:center;
}

h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#643474;
	font-weight:normal;
	margin-top:0px;
	text-align: left;
}

h2	{
font-size:16px;
color:#FFFFFF;
display:block;
height:22px;
width:535px;
padding:5px 0px 0px 5px;
background-image:url(images/h2_bg_blue.jpg);
border:1px solid #666666;

}

h3	{
	font-size:12px;
	color:#FFFFFF;
	display:block;
	height:18px;
	width:auto;
	margin: -5px -5px 5px -5px;
	padding:4px 4px 4px 4px;
	background-color:#15346e;
	border-bottom:1px solid #cccccc;
	text-align:center;
}

h4	{
font-size:13px;
font-style:italic;
color:#643474;
margin:0px 0px -15px 0px;
}

h5	{
font-size:20px;
font-style:italic;
color:#993300;
margin:0px 0px -15px 0px;
}

h6 {
font-size:10px;
line-height:14px;
font-style:italic;
color:#222222;
margin:3px 0px 0px 0px;
}

h7	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
    font-style: italic;
	color:#643474;
	font-weight:normal;
	margin-top:0px;
	text-align: left;
}

h8	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
    color:#990000;
	font-weight:normal;
	margin-top:0px;
	text-align: center;
}

h9	{
font-size:18px;
font-style:italic;
color:#EE4B2B;
margin:0px 0px -15px 0px;
}


#header_container_main {
	height:100px;
	background-color:#FFFFFF;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: 0;
	margin-left: -8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header_container {
	width:800px;
	height:100px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:17px;
	background-color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navbar {
height:28px;
margin:0px -8px 0 -8px;
background-image:url(images/navbg.gif) ;
}

#titlebar_index {
height:150px;
margin:0px -8px 0 -8px;
background-image:url(images/field1.jpg);
}

#titleimage_index {
height:150px;
width:800px;
margin-left:auto;
margin-right:auto;
background-image:url(images/title_teacup.jpg);
}

#main_container {
height:auto;
width:800px;
margin-left:auto;
margin-right:auto;
padding-top:14px;
}

#main_left {
height:auto;
width:546px;
margin-left:0px;
margin-bottom:14px;
padding:12px 5px 12px 12px;
float:left;
border:1px solid #cccccc;
background-color:#FFF;
}

#main_left_bloom {
height:auto;
width:780px;
margin-left:0px;
margin-bottom:14px;
padding:12px 5px 12px 12px;
float:left;
border:1px solid #cccccc;
background-color:#FFF;
}




#main_right {
height:auto;
width:210px;
margin-left:580px;
padding: 5px 5px 5px 5px;
margin-bottom:14px;
float:auto;
border:1px solid #cccccc;
background-color:#fef1a9;
}

#main_right_white {
height:auto;
width:210px;
margin-left:580px;
margin-bottom:14px;
padding:5px 5px 5px 5px;
float:auto;
border:1px solid #cccccc;
background-color:#FFF;

}

#main_center_white {
	height:auto;
	width:790px;
	margin-left:0px;
	margin-bottom:14px;
	padding:5px;
	float:auto;
	border:1px solid #cccccc;
background-color:# FFF;
}


#footer {
font-size:9px;
text-align:center;
height:auto;
float:left;
width:780px;
margin-left:auto;
margin-right:auto;
margin-bottom:14px;
padding:10px 10px 10px 10px;
border:1px solid #cccccc;
background-color:#FFF;
}

.chromestyle{
width:798px;
padding-left:-5px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg_blue.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: "center"; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg_blue.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #cccccc;
background-color:#111111;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
}
#main_container #main_left p {
}
#Italics {
	font-style: italic;
}
