/* Basic Formatting */

body
	{
	font-family: Verdana;
	font-size: 12px;
	background-color: #808080;
	margin: 0px;
	margin-top: 0;
	margin-left: 0;
	}

a
	{
	color: #2B5184;
	text-decoration: none;
	font-weight: bold;
	}

/* End of codes for Basic formating */
/* - - - - - + + + + + - - - - - */


/* Headers */

h1, h2, h3, h4, h5, h6
	{
	font-family: verdana;
	}
	
h1
	{
	font-size: 8px;
	}
	
h2
	{
	font-size: 10px;
	}

h3
	{
	color: #6A749F;
	font-weight: bold;
	font-size: 12px;
	}
	
h4, p
	{
	font-size: 12px;
	}
	
h5
	{
	font-size: 18px;
	}
	
h6
	{
	font-size: 24px;
	}
	
.double
	{
	line-height: 125%;
	}
	
#capcen
	{
	text-align: center;
	}

#first-para
	{
	text-indent: 25px;
	}
	
.dtblue
	{
	padding: 0px 20px 20px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #69709A;
	}

	
/* End of codes for Headers */
/* - - - - - + + + + + - - - - - */

/* Images */
img
	{
	}

/* End of codes for Images */
/* - - - - - + + + + + - - - - - */

	
/* Lists */

ul
	{
	list-style-type: none;
	}
li
	{
	margin-bottom: 50px;
	}
		
/* End of codes for Lists */
/* - - - - - + + + + + - - - - - */

/* Tables */

	
/* End of codes for Tables */
/* - - - - - + + + + + - - - - - */


/* Content area */

#maintext
	{
	text-align: center;
	}
	
td, p
	{
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
.blue
	{
	color: #69709A;
	}
	
/* End of codes for Content area */
/* - - - - - + + + + + - - - - - */

	
/* Codes for previous page design */
/* Can be deleted once all pages converted */

.hdr
{
	border-bottom: 3px solid #000000;
}

.addyPhone
{
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;	
	padding: 5px;
	color: #2B5184;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.navHdr
{
	background-color: #915350;
	border-bottom: 1px solid #000000;
}

.content
{
	padding: 10px;
}

/* End of codes for previous page design */
/* - - - - - + + + + + - - - - - */

/* Copyright */

.ftr
{
	background-color: #CCCCCC;
	color: #2B5184;
	font-size: 10px; text-align:center; padding-top:5px;
}

/* End of Copyright */