body
{
	background: url(/images/layout/page-back.gif) repeat #fff;
	font: normal 12px georgia, serif;
	color: #333333;
	margin: 0px;
	text-align: center;
}

img 
{ 
	border: none;
	display: block;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a:hover
{
	font-weight: bold;
	color: #961224;
}

h1
{
	font: bold 16px georgia, serif;
	color: #961224;
	margin: 20px 0px 20px 0px;
}

h2
{
	font: bold 14px georgia, serif;
	color: #961224;
	margin: 10px 0px 10px 0px;
}

h3
{
}

h4
{
}

p
{
	width: 450px;
}

td
{
	vertical-align: top;
	font: normal 12px georgia, serif;
}

acronym { cursor: help; }

/* layout styles */

#outer-wrap
{
	background: url(/images/layout/fade-back.gif) repeat-x;
	padding-top: 40px;
	margin: 0px;
}

#inner-wrap
{
	background: url(/images/layout/body-back.gif) repeat-y #fff;
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	/*border-right: 5px solid #999;*/
}

#main
{

}

#body
{
	background: none;
	padding: 5px 0px 60px 78px;
}

#footer
{
	background: url(/images/layout/footer.gif) no-repeat;
	font: normal 10px georgia, serif;
	padding-top: 10px;
	padding-left: 75px;
	padding-bottom: 5px;
	color: white;
}

#footer a:hover
{
	color: white;
}

#address
{
	padding-right: 40px;
}

.right
{
	float: right;
	margin: 0px 11px 0px 15px !important;
	margin/**/: 0px 6px 15px 15px;
}

.partner
{
	margin-top: 0px;
}

.degree
{
	font: 12px georgia, serif;
	color: #961224;
}

.services
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 30px;
}

/* Navigation Styles */

ul.nav
{
	list-style-type: none;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	height: 20px;
}

li.nav
{
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	font: 12px 
}

a:link.nav, a:visited.nav
{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

a:hover.nav
{
	font-weight: normal;
	text-decoration: none;
	color: #961224;
}