body {
	background: #61011d url(images/top-repeat.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

/* @group Headers */

h1 {
	color: #42649a;
	font: normal normal 21px/24px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

h2 {
	color: #61011d;
	font: normal normal 16px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


/* @end */

/* @group Home Bodycopy */

.hometext {
	color: #373737;
	font: normal normal 17px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* @end */



/* @group Bodycopy */

.bodycopy {
	color: #373737;
	font: normal normal 13px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}


.bodycopySerif {
	color: #373737;
	font: normal normal 14px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


.bodylink {
	color: #42649a;
	font: normal normal 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 3px;
}

a.bodylink:link {
	text-decoration: none;
	padding: 3px;
}

a.bodylink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #42649a;
	padding: 3px;
}

a.bodylink:visited {
	text-decoration: none;
	padding: 3px;
}

a.bodylink:active {
	text-decoration: none;
	padding: 3px;
}

/* @end */

/* @group SubNav */


.subnav2 {
	color: #42649a;
	font: normal normal 14px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.subnav {
	color: #42649a;
	font: normal normal bold 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

a.subnav:link {
	text-decoration: none;
}

a.subnav:hover {
	color: #61011d;
	text-decoration: none;
}

a.subnav:visited {
	text-decoration: none;
}

a.subnav:active {
	text-decoration: none;
}


/* @end */



/* @group Contacts Titles */

.contactname {
	color: #61011d;
	font: normal normal 16px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.contactname2 {
	color: #61011d;
	font: normal normal 20px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.contacttitle {
	color: #000000;
	font: normal bold 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* @end */

/* @group Footer */

.footer {
	color: #99aeda;
	font: normal 11px/26px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.footerlink {
	color: #ffffff;
	font: normal 11px/26px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a.footerlink:link{
	text-decoration: underline;
}

a.footerlink:hover{
	color: #99aeda;
	text-decoration: underline;
}

a.footerlink:visited{
	text-decoration: underline;
}

a.footerlink:active{
	text-decoration: underline;
}

.col{
	float:left;
	display:inline;
	width:165px;
	margin: 40px 10px 0;
	padding: 0 0 10px;
}

/* @end */

/* @group Lists */

ul.large {
	color: #373737;
	font: normal normal 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	list-style-image: url(images/bullet-large.png);
	list-style-position: outside;
}

ul.small {
	color: #373737;
	font: normal normal 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	list-style-image: url(images/bullet-small.png);
	list-style-position: outside;
}



/* @end */

