* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

body {
	background-color: #FFFFFF;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table {
	border:0px solid black;
}

table td {
	border:0px solid black;
	padding: 0px;
}


/** Master and Copyright divs **/

div#Master {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	/* height: 560px; */
	margin-top: 15px;
	border: 6px solid #000000;
	background-color: #FFFFFF;
	
}

div#Copyright {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: 0px solid #000000;
	background-color: #EEEEEE;
	text-align: left;
	line-height: 30px;
	padding-left: 14px;
	color: #AAAAAA;
}

div#CopyrightPhone {
	float: right;
	padding-right: 14px;
	font-weight: bold;
}

/** Main Columns Table (*/

td#Columns {
	width: 738px;
}
td#LeftColumn {
	width: 202px;
	background-color: #FFFFFF;
	vertical-align: top;
}

td#DividerColumn {
	width: 6px;
	background-color: #000000;
}


td#RightColumn {
	width: 530px;
	background-color: #FFFFFF;
	vertical-align: top;
}


/** Home Boxes **/

div#HomeLeft1 {
	height: 361px;
	border-bottom: 6px solid black;
}

div#HomeLeft2 {

}

div#HomeRight2 {
	height: 251px;
	border-bottom: 6px solid black;
	
}

div#HomeRight3 {
	height: 68px;
	border-bottom: 6px solid black;
	background-color: #4F2248;
	text-align: center;
	padding-top: 21px;
}

div#HomeRight4 {

}

div#HomeRight4Photo {
	float: right;
}

div#HomeRight4Content {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 20px;
	line-height: 13px;
	font-size: 11px;
}

div#HomeRight4Content span.Purple {
	color: #4F2248;
	font-weight: bold;
	font-size: 11px;
}

P.HomeContent {
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 13px;
	font-size: 11px;
}

hr.HomeContent {
	color: #DDDDDD;
	height: 1px;
	width: 100%;
	margin-top: 0px;
}


/** Content Boxes **/

div#Left1 {
	border-bottom: 6px solid black;
}

div#Left2 {
	background-color: #FFFFFF;

}

div#Left2Contact {
	height : 360px;
	background-color: #FFFFFF;
	background-image: url(images/submenu-gradient.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 17px;
	font-size: 9px;
	color: #4F2247;
	
}

div#MenuBar {
	height: 42px;
	border-bottom: 6px solid black;
}

div#Left2Menu {
	height : 360px;
	background-color: #FFFFFF;
	background-image: url(images/submenu-gradient.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:26px;
	padding-top:16px;
	color: #8D8D8D;
	font-family: Arial;
}

P.subMenuL1 {
	 margin-top: 8px;
	 margin-bottom: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
}

P.subMenuL2 {
	 margin-top: 3px;
	 margin-bottom: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
}


.subMenuL1 {
	font-family: Arial;
	font-size:13px;
	font-weight:bolder;
	text-decoration: none;
	color: black;
	line-height: 14px;
}


.subMenuL1Active  {
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;	
	color: #4F2248;
	line-height: 14px;
}

.subMenuL2 {
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
	text-decoration: none;
	color: #8D8D8D;
	line-height: 14px;
}

.subMenuL2Active {
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
	text-decoration: none;
	color: #4F2248;
	line-height: 14px;
}


div#ContentBox {

}


img#ContentHeader {
	margin-top: 16px;
	margin-left: 10px;
}

div#Content {
	margin-left: 25px;
	margin-right: 32px;
	font-size: 10px;
	line-height: 12px;
}

div#Content P {
	margin-top: 13px;
	margin-bottom: 0px;
}



/** Fonts, etc. **/


div.PageHead {
	color: #4F2248;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
}

span.News {
	color: #F0A203;
	font-weight: bold;
	font-size: 13px;
	line-height: 8px;
}

span.PurpleBold {
	color: #4F2248;
	font-weight: bold;
}

span.BlackBold {
	color: black;
	font-weight: bold;
}

span.Address {
	line-height: 18px
}


img.ContentLeft {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}


a.Content {
	color: #4F2248;
	text-decoration: underline;
	font-weight: bold;
	line-height:14px;
}