/* CSS Document */
body {
	margin:42px 0px 15px 0px;
	background-color:#ebdcac;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
h1 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	line-height:normal;
	color:#561852;
}
h2 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	color:#561852;
	text-align:center;
}
.subtitle01 {
	font-size:14px;
	font-weight:bold;
}
#wrap {
	width:733px;
}
#logoBG {
	width:733px;
	height:310px;
	background-color:#FFFFFF;
	background-image:url(../images/logoBG.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#logo {
	position:absolute;
	top:0px;
	right:20px;
}
#menuBG {
	width:733px;
	height:30px;
	background-color:#561852;
	background-image:url(../images/menuBG.gif);
	background-repeat:no-repeat;
}
#menu {
	float:left;
	overflow:hidden;
}
#menu a {
	display:block;
}
* html #menu a:hover {
	visibility:visible;
}
#menu a:hover img {
	visibility:hidden;
}
#contentBG {
	width:733px;
	background-color:#FFFFFF;
	background-image:url(../images/bodyBG.gif);
	background-repeat:repeat-y;
}
#contentArea {
	width:733px;
	min-height:365px;
	background-image:url(../images/mainBG.jpg);
	background-repeat:no-repeat;
}
* html #contentArea {
	height:365px;
}
#content {
	text-align:left;
	padding:25px 50px 25px 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
}
#content a {
	color:#883e84;
	text-decoration:none;
}
#content a:hover {
	color:#cc69c7;
	text-decoration:underline;
}
#footerArea {
	padding:0px 50px 25px 50px;
	position:relative;
}
#footerArea hr {
	color:#aa8ba8;
	background-color:#aa8ba8;
}
#footerLeft {
	float:left;
	padding-top:10px;
}
#footerRight {
	float:right;
	padding-top:10px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#60265c;
}
#footerRight #natl {
	margin-bottom:10px;
	margin-right:40px;
}
#footer {
	clear:both;
	padding-top:15px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	line-height:normal;
	color:#000000;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#999999;
	text-decoration:underline;
}
/* INDEX PAGE */
.indexBullets ul {
	margin:0px;
	padding:15px 0px 15px 15px;
}
/* FEATURES PAGE */
#featTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	color:#000000;
}
#featTable ul {
	margin:0px;
	padding:0px 0px 15px 0px;
	list-style-type:none;
}
#featTable li {
	padding-bottom:10px;
}
#featTable .featLeft {
	width:50%;
	text-align:left;
	vertical-align:top;
	border-right:1px solid #883e84;
	padding-right:10px;
}
#featTable .featRight {
	width:50%;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
}
.featTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color:#561852;
}
/* MODELS PAGE */
#modelTable {
	width:633px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#000000;
}
#modelTable hr {
	color:#aa8ba8;
	background-color:#aa8ba8;
}
#modelTable .modelLeft {
	width:50%;
	text-align:left;
	vertical-align:middle;
	padding-right:10px;
}
.modelLeft ul {
	margin:0px;
	padding:0px 0px 0px 30px;
	color:#aa8ba8;
}
.modelLeft ul .fontColor {
	color:#000000;
}
#modelTable .modelRight {
	width:50%;
	text-align:center;
	vertical-align:middle;
	padding-left:10px;
}
.modelTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color:#561852;
}