body {
	background-image: url(../images/bg.jpg);
	background-color: #365D6E;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #063040;
}


.home_text { color: #063040; font-size: 12px; }
.home_text_italic { color: #063040; font-size: 12px; font-style: italic; }
.home_link { font-weight: bold; text-decoration: none; }

A:hover						{ color: #0066CC; } 
A { color: #000; } 

h1 { font-size: 20px; font-weight: bold; }

.red_link { color: red; }

.large_heading  { font-size: 18px; font-weight: bold;}
.large_underline { font-size: 18px; font-weight: bold; text-decoration: underline; }
.small_blue_bold { color: #000066; font-weight: bold; }

.bold_underline { font-weight: bold; text-decoration: underline; }
.main_heading { font-size: 20px; font-weight: bold; color: #1C6982; text-decoration: underline; }
.blue_underline { font-size: 12px; font-weight: bold; color: #000066; text-decoration: underline; }


.main_link { font-weight: bold; text-decoration: none; color: #7E9FA8; font-size: 18px; font-family: Arial; }
.main_link:hover { color: #365D6E; }


.hr_line {  border-top: 1px solid #ccc; border-bottom: 0px solid #efefef; height: 1px; }

.border_table { border: solid 1px gray; border-collapse: collapse; }
.border_table td { border: solid 1px gray; }
.border_tr { background: #EEEEEE; font-size: 14px; color: #404040; font-weight: bold;}


.main_header {  font-weight: bold; text-decoration: none; color: #8E7A3D; font-size: 18px; font-family: Arial; }

.medium_heading 
{ 	
	font-size: 14px;	
	font-weight: bold;
}


.hr_line
{
	border: none 0; 
	border-top: 1px solid #737373;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
}


.nav_bar { background-color: #365E6E; color: #fff; font-weight: bold; padding: 3px; }
.nav_bar td:hover { background-color: #C0C0C0; }



.lightblue_underline { color: #008080; font-size: 16px; text-decoration: underline; } 

.bold { font-weight: bold; }


/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;	
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #365D6E;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #063040;
color: #fff;
}
