/* Basic Formatting Styles */
body
{
	font-family: cochin, times new roman, garamondk;
	background-color: #EAE6B8;
	font-size: 14px;
	text-align: left;
	margin: 4%;
}

h3
{
	color: #993333;
	padding-left: 5px;
}


p.text {
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 35px;
	padding-bottom: 10px;
}

p.text2 {
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom:0px;
}

p.text3 {
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom:0px;
}

ul {
	list-style: square;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding-right: 25px;
}


/* Positioning */

#header 
{
	background-color: #993333;
	width: 713px;
	height: 70px;
}

#footer 
{
	background-color: #993333;
	width: 713px;
	height: 16px;
	position: relative;
	top: -4px;
}

#bottomlinks 
{
	margin-top: 5px;
	color: #993333;
	font color: #993333;
}

#logo 
{	float: left;
	margin: 10px;
}

#phone 
{	
	font-size; 12px;
	color: #ffffff;
	text-align: left;
	float: right;
	margin-top: 26px;
	margin-right: 12px;
}

#panel 
{
	background-color: #ffffff;
	width: 713px;
	height: 92px;
}

#content
{
	background-color: #ffffff;
	width: 711px;
	border-left: 1px solid #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	position: relative;
	top: -3px;
}

#nav
{
	background-color: #ffffff;
	width: 137px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-left: 16px;
	line-height: 18px;
}

#detail
{
	background-color: #ffffff;
	width: 137px;
	text-align: right;
	float: left;
	margin-top: 276px;
	margin-left: 16px;
	line-height: 18px;
}

#line1
{
	width: 137px;
	height: 1px;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 0px;
}

#line2
{
	width: 137px;
	height: 1px;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 0px;
}

#line3
{
	width: 137px;
	height: 1px;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 0px;
}

#line4
{
	width: 137px;
	height: 1px;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 0px;
}

#quad
{
	margin-top: 32px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 80px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* Navigation */

a:link 
{
	text-decoration: none;
	color: #993333;
	font-family: cochin, times new roman, garamond;
}

a:visited 
{
	text-decoration: none;
	color: #666666;
	font-family: cochin, times new roman, garamond;
}

a:hover 
{
	text-decoration: none;
	color: #cc3333;
	font-family: cochin, times new roman, garamond;
}
a.nav:link 
{
	text-decoration: none;
	color: #666666;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
}

a.nav:visited 
{
	text-decoration: none;
	color: #666666;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
}

a.nav:hover 
{
	color: #993333;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

a.foot:link 
{
	text-decoration: none;
	color: #993333;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
}

a.foot:visited 
{
	text-decoration: none;
	color: #666666;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
}

a.foot:hover 
{
	text-decoration: none;
	color: #cc3333;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
}

a.quad 
{
	text-decoration: none;
	color: #ffffff;
	font-family: cochin, times new roman, garamond;
	font-size: 14px;
	border-color: #ffffff;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 0px;
}


