@charset "UTF-8";/* CSS Document *//* This colors the background */body {	background-color: #380526;	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;	color: #333333;	}	/* DO NOT EDIT: This keeps the size and style of the wrapper */#wrapper {	/*width: 680px;*/	width: 695px;	margin-left: auto;	margin-right: auto;	margin-top: 25px;	background-color: #380526;	}	/* DO NOT EDIT: This maintains the size and styles of the header div */#header {	height: 144px;	background-color: #380526;	}/* This styles the topNav div */#topNav {	background-color: #380526;	height: 38px;	width: auto;	margin-top: 106px;	float:left;	}/* This styles the g2 div */#g2 {	background-color: #380526;	/*width: 144px;*/	width: 159px;	height: 144px;	float: right;	}	/* This styles the right navigation bar */#rightNav {	background-color: #380526;	width: 144px;	height: auto;	float: right;	padding-top: 30px;	color: #FFFFFF;	font-size: 16px;	font-style: normal;	}/*changes indent of right navigation*/#rightNav ul {	list-style-type: none;	margin: 0px; 	padding: 0px; 	/*line-height: 130%;*/	}	#rightNav img {	padding-left: 15px;	}		/* This styles the content div */#content {	width: 436px;	height: auto;	background-color: #FFFFFF;	font-size: 12px;	padding-bottom: 50px;	padding-top: 50px;	padding-left: 50px;	padding-right: 50px;	float: left;	}	.title {	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;	color: #8b4b74;	font-size: 24pt;	padding-bottom: 5px;	}	.title2 {	color: #8b4b74;	font-size: 16pt;	padding-bottom: 0px;	line-height: 75%;	}	H3 {	color: #8b4b74;	font-size: 14pt;	padding-bottom: 0px;	line-height: 75%;	}.eggplant {	color: #8b4b74;	}		a.title2:link {	text-decoration: none; 	color: #8b4b74; 	font-size: 21px; 	padding-bottom: 0px;		line-height: 75%;	}a.title2:visited {	text-decoration: none; 	color: #8b4b74; 	font-size: 21px; 	padding-bottom: 0px;		line-height: 75%;	}a.title2:active {	text-decoration: none; 	color: #8b4b74; 	font-size: 21px; 	padding-bottom: 0px;		line-height: 75%;	}a.title2:hover {	text-decoration: underline;	color: #8b4b74; 	font-size: 21px; 	padding-bottom: 0px;		line-height: 75%;	}	#content p {	margin-top: 5px;	margin-bottom: 15px;	line-height: 22px;	font-size: 12px;	}	/* This spaces the images inside content evenly */	#content img.gallery {	padding-right: 10px;	padding-bottom: 10px;	}	#content a, a:visited {	color: #8b4b74;	text-decoration: none;	}	#content a:hover {	text-decoration: underline;	}	.gsquared {	font-weight: bold;	}/* This styles and postions the footer div */#footer {	width: 536px;	height: auto;	background-color: #380526;	font-size: 7pt;	color: #FFFFFF;	clear: both;	}/* This positions the copyright on the bottom left*/	#copyright {	width: 180px;	height: 60px;	float: left;	}	/* This changes the color of the copyright on the bottom left */#copyright p {	color: #b185a1;	padding-top: 10px;	}	/* This positions the contact info on the bottom right */#contactInfo {	width: auto;	padding-top: 10px;	height: 60px;	float: right;	}	#cListL ul li {	list-style-type: none;	background-image: url(../images/eggplant_bullet.gif);	background-repeat: no-repeat;	background-position: 0em .6em;	margin: 0;	padding-left: 10px;	margin-left: 20px;	line-height: 160%;	}