body {
	margin: 0;
	background-color: #5c2e5f;
	/*background-image: url('../images/bodybgp.jpg');*/
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #ff0099;
}



h1 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0099;
}

h2 {
	font-size:18px;
	color:#001f33;
}

b, strong {
	color:#5c2e5f;
}

#wrap {

}

#container {
	width: 946px;
	/*margin-left: 83px;*/
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 946px;
}

#logo1 {

}

#body {
	width: 946px;
	border: 0px solid #000;
	background-color: #fff;
	//margin-top:-4px;
	font-size:14px;
}

#menu {
	background-image: url('../images/menubg.jpg');
	background-repeat: no-repeat;
	height: 24px;
	border-bottom: 1px solid #957c9a;
}

#left_content {
	color: #1F497D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 10px;
}

#right_content {
	padding: 12px;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636466;
}

#copyright {
	padding-top: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#flashbox {
	width: 535px;
	height: 366px;
	background-image: url('../images/greyfade.jpg');
	background-repeat:repeat-x;
}

.header {
	color: #ff0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.newslink {
	color: #95909e;
	text-decoration: none;
	line-height: 16px;
}

#ja_bottom {
	border-left: 1px solid #e0dde3;
	border-right: 1px solid #e0dde3;
	border-bottom: 1px solid #e0dde3;
	width: 182px;
	padding: 5px;
	color: #813789;
	background-color: #f9f1f3;
	font-size: 12px;
	line-height: 16px;
}

/* MENU */

#menuitem {
	float: left;
	margin-right: 22px;
}

/* MENU DROPDOWNS */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:1000;
	height: 25px;
}

#nav a {
	display: block;
	color:#e5d6bd;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	background: #fff;
	padding:0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #7b2420;
	width: 210px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	margin-top: 0px;
	line-height: 22px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.info {
	background-color:#9bd9d4;
	border:2px solid #001f33;
	padding:4px;
	width:250px;
	font-size:14px;
	float:right;
	margin:10px;
	padding:5px;
}

.info ul {
	padding-left:20px;
	margin:0;
}

.info a {
	color:#001f33;
}

.testimonial {
	width:75%;
	margin:0 auto;
	background-color:#e9f3f7;
	padding:10px;
	background-image:url('../images/quote_bg.jpg');
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#leftcol {
	width: 200px;
}

#leftcol p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}