<!-- This sets attributes to the page such as backround color, text formatting, etc. -->
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #384F81;
	background-color: #e0e0e0;
	background-image: url(imgs/bg_tile.gif);
	background-repeat: repeat;
	margin-top:0px;}
	
img.pad {padding-left:10px; padding-right:10px;}
.img_pad2 { margin-right:10px; margin-left:10px; margin-bottom:10px; margin-top:10px; border:double; border-color:#999999; border-width: thick;
}
	

.welcome {
	font-family: Times, serif;
	color: #0098f3; font-variant:small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
<!--This formats the green sub headings displayed over each paragraph section -->
.sub_head {
	font-size: 16px;
	font-weight: bold;
	color: #0f7e53; font-variant:small-caps;
	padding-bottom:50px;}
	<!--This formats the green sub headings displayed over each paragraph section -->
.sub_head2 {
	margin-left:250px;
 	font-size: 20px;
	font-weight: bold;
	color: #384F81; font-variant:small-caps; background-color:#E5EBF9; border-bottom-style:double; border-color:#999999; border-width: thick; border-left-style:double; border-color:#999999; border-width: thick; border-right-style:double; border-color:#999999; border-width: thick;}

.sub_head_td{ border-top-style:double; border-color:#999999; border-width: thick;}

<!--This class uses the pin image for the bulets -->
ul.img  {list-style-image: url(imgs/bullet.gif); padding-bottom:25px;}

li	{list-style-position:outside; padding-bottom:13px; margin-left:25px}

<!--This class uses the foot image aand can be used inside individual list items -->
li.foot	{list-style-image:url(imgs/bul_fut.gif);}
<!--This class uses the foot image aand can be used inside individual list items -->
li.star	{list-style-image:url(imgs/bul_str.gif);}

<!--This class uses the foot image aand can be used inside individual list items -->
li.smile {list-style-image:url(imgs/bul_smi.gif);}

<!--This class uses the foot image aand can be used inside individual list items -->
li.pin	{list-style-image:url(imgs/bul_pin.gif);}



<!--These class control the divider lines located on the comment page -->
.divider_org{font-size:14px; color:orange; padding-top:15px; padding-bottom:15px; display: block;}

.divider_red{font-size:14px; color:#ff0000; padding-top:15px; padding-bottom:15px; display: block;}

.divider_gre{font-size:14px; color:#00ff00; padding-top:15px; padding-bottom:15px; display: block;}

.divider_blu{font-size:14px; color:#0000ff; padding-top:15px; padding-bottom:15px; display: block;}



<!--The following classes control the left navigation -->
#nav {{text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#nav a { text-decoration:none; color:#0f7e53; padding-bottom:50px;}
#nav a:hover {color:#ff0000;}
#nav b {color:#FF7700;}

<!--The following classes control the bottom navigation table and links -->
#bottom_nav {text-align:center; font-family:Verdana, Arial, Helvetica; font-size:11px; background-color:#0f7e53;  }
#bottom_nav a { text-decoration:underline; color:#FFFFFF;} 
#bottom_nav a:visited { text-decoration:underline; color:#FFFFFF;}
#bottom_nav a:hover { text-decoration:none;}
#bottom_nav b {color:#FF7700;}

<!--This following classes control the Calendar table and links -->
table.cal {font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:11px; background-color:#CCCCCC }
#cal a { text-decoration:underline; color:#990000;}

#cal a:hover { text-decoration:none;}
#cal td {background-color:#e0e0e0;vertical-align:top}

.success {font-size: 16px; color:#990000; font-size:18px;}

.copyright {text-align:center; font-family:Verdana, Arial, Helvetica; font-size:9px;}

