@charset "utf-8";
/* CSS Document */
body{
	background-color:#E7E4E1;
	font-family:Arial, Helvetica, sans-serif;
	color:#867A77;
	font-size:11px;
	line-height: 16px;
}
#container{
	width:740px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	width:740px;
	margin-bottom:10px;
	float:left;
}
#leftContainer{
	width:200px;
	float:left;
}
#menuContainer{
	width:200px;
	float:left;
}
#main{
	width:500px;
	float:left;
	background-color:#FFFFFF;
	min-height:542px;
	height:auto !important;
	height:542px;
	margin-left:10px;
	padding-right: 15px;
	margin-bottom:15px;
	padding-left:12px;
	padding-top:15px;
}
#mainTitle{
	padding-left:0px;
	padding-right:0px;
	float:left;
	padding-bottom:10px;
	width: 95%;
}
#footerContainer{
	height:50px;
	float:left;
	width:530px;
	;
	padding-left:210px;
	clear: both;
}
#logInBox{
	width:200px;
	height:171px;
	float:left;
	background-repeat:no-repeat;
}
#logHolder{
	width:200px;
	float:left;
	padding-top:60px;
}
.loginField{
	width:180px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:right;
}
.loginTitle{
	width:180px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-weight:600;
}
#main .loginTitle{
	color:#000000;
}
.menuItem{
	margin-bottom:10px;
	width:200px;
	float:left;
}
.menuItem a img{
	border:none;
	text-decoration:none;
}
.mainTextHome{
	width:285px;
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
}
.mainTextHome p {
	margin-top: 0px;
}

.newsListContainer{
	width:520px;
	float:left;
	padding-top:15px;
	padding-left:0px;
}
.storyContainer{
	width:520px;
	float:left;
	padding-top:10px;
}
.newsStoryTitle{
	width:510px;
	float:left;
	color:#E23C96;
	font-size:110%;
	font-weight:600;
}
.newsStoryText{
	width:510px;
	float:left;
}
.mainTextNews{
	width:285px;
	float:left;
}
.newsBack{
	width:500px;
	float:left;
	color:#E23C96;
	font-size:100%;
}
.newsBack a{
	color:#E23C96;
	text-decoration:none;
	border:none;
}
.newsBack a:hover{
	color:#867A77;
	text-decoration:none;
	border:none;
}
.newsMore{
	width:500px;
	color:#E23C96;
	font-size:100%;
	float:left;
}
.newsMore a{
	color:#E23C96;
	text-decoration:none;
	border:none;
}
.newsMore a:hover{
	color:#867A77;
	text-decoration:none;
	border:none;
}
.mainSplashContainer{
	width:185px;
	float:left;
	margin-left:5px;
}
.mainImageContainer{
	width:200px;
	float:right;
	margin-left:0px;
	padding-right:0px;
}
.splashItem1{
	width:195px;
	margin-bottom:10px;
	background-color:#E23C96;
	color:#FFFFFF;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}
.splashItem2{
	width:195px;
	margin-bottom:10px;
	background-color:#867A77;
	color:#FFFFFF;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}
.splashTitle{
	float:left;
	width:185px;
	font-size:105%;
	font-weight:600;
	padding-left:10px;
	margin-bottom:5px;
}
.splashTitle2{
	float:left;
	width:185px;
	font-size:105%;
	font-weight:600;
	padding-left:10px;
	margin-bottom:5px;
}
.splashTitle a{
	color:#FFFFFF;
	text-decoration:none;
}
.splashTitle a:hover{
	color:#F8C9E2;
	text-decoration:none;
}
.splashTitle2 a{
	color:#FFFFFF;
	text-decoration:none;
}
.splashTitle2 a:hover{
	color:#CDC8C7;
	text-decoration:none;
}
.splashText{
	float:left;
	width:180px;
	font-size:100%;
	padding-left:10px;
	margin-right:5px;
}
.footerLeft{
	width:200px;
	float:left;
	text-align:right;
}
.footerMiddle{
	width:370px;
	padding-right:30px;
	text-align:left;
	float:left;
	font-size:95%;
}
.footerRight{
	width:120px;
	text-align:right;
	float:right;
	font-size:80%;
}
.footerTitle{
	width:auto;
	color:#E23C96;
	float:left;
}
.footerContentRight{
	width:100px;
	color:#7D706C;
	float:Right;
}
.footerContent{
	width:auto;
	color:#7D706C;
	float:left;
	margin-left:5px;
	margin-right:10px;
}
.footerContent a{
	color:#7D706C;
	text-decoration:none;
	border:none;
}
.footerContent a:hover{
	color: #E23C96;
	text-decoration:none;
}
.footerRight a{
	color:#7D706C;
	text-decoration:none;
	border:none;
}
.footerRight a:hover{
	color: #E23C96;
	text-decoration:none;
}
.mainTextHome ul {
	padding: 10px;
	list-style-type: none;
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mainTextHome li {
	margin-bottom: 5px;
	font-size: 1.2em;
}
.mainTextHome a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
