@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/PROFILEbg_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageWrap {
	width: 880px;
}
#menuLogo {
	float: left;
	width: 270px;
}
#contentRight {
	float: right;
	width: 610px;
}
#menu {
	height: 30px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 0px;
}
#menu ul  /* links,no underline */ { text-align: center; list-style-image: none; margin: 0; padding: 0 }
#menu li  /* links line in a row */ { display: inline }
#menu a  /* links font no underline */ {
	color: #AB0635;
	font-size: 13px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#menu a:hover  /* links change color */ {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
}
.sideMenu {
	font-size: 11px;
	line-height: 23px;
	color: #666666;
}
.sideMenu a {
	color: #666666;
	text-decoration: none;
}
.sideMenu a:hover {
	color: #AD0D3B;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #A6A6A6;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #B2B2B2;
}
#contactHome a:hover {
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
}
#contactHome a {
	padding: 4px;
}
#whiteBoxBtm {
	width: 610px;
	margin: 0px;
}
#whiteBoxTop {
	width: 610px;
	margin: 0px;
}
#whiteBox {
	background-image: url(images/whiteBoxMid_06.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 610px;
	margin: 0px;
}
.address {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}
p {
	font-size: 13px;
	color: #666666;
	margin: 0px;
}
#homeParagraph {
	width: 480px;
	padding-left: 65px;
	text-align: left;
	margin: 0px;
	font-size: 13px;
	color: #666666;
	padding-right: 65px;
	min-height: 400px;
}
#homeParagraph a {
	color: #AB0534;
	text-decoration: none;
}
#homeParagraph a:hover {
	text-decoration: underline;
}
#footer {
	width: 610px;
	clear: both;
	font-size: 11px;
	color: #666666;
	float: right;
}
#footer a {
	color: #AB0534;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
