body {
	width: 100%;
	margin: 0px;
	background-color: #2E3136;
	font-family:  Arial, Helvetica, sans-serif;
	cursor: default;
	font-size:  125%;
	cursor: default;
	text-align: left;
}

a {
	text-decoration: none;
	color: #344360;
}

a:hover {
	color: #7CB525;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px; 
}

.logoStrip {
	height: 39px;
	background-color: #41444D;
	width: 100%;
	margin-top: 15px;
}

.shinyLogo {
	margin-left: 11%;
}

.navBar {
	width: 100%;
	margin: 0px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 45px;
	height: 47px;
	background-image: url("../../images/design/menubggrad.gif");
	padding: 0px;
}

.menuCont {
	margin-left: 11%;
}

.menuBG {
	float: left;
	height: 47px;
	width: 100%;
}

.menuBGLeft {
	float: left;
	background-image: url("../../images/design/menubgleft.gif");
	width: 6px;
	height: 47px;
}

.menuBGRight {
	float: left;
	background-image: url("../../images/design/menubgright.gif");
	width: 6px;
	height: 47px;
}

.formList {
	width: 70%;
	margin-left: 35px;
}

* html body .formList {
	font-size: 1em;
}

.formList li {
	/*border-bottom: 1px solid #EFEFEF;*/
}

.formList .leftDiv {
	background-color: #344360;
	padding: 12px;
	width: 25%;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
}

.formList .rightDiv {
	width: 85%;
}

.textInput {
	margin-left: 15px;
	width: 50%;
	border: 1px solid #344360;
	color: #344360;
}

.bottomPart {
	width: 100%;
	background-color: #383B42;
	margin-top: 10px;
	border-top: 2px solid #8CC534;
	background-image: url("../../images/design/bottompartbg.gif");
	background-position: top;
	background-repeat: repeat-x;
}

.bottomPart a.title {
	float: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomPart a.title:hover {
	color: #999999;
}

.bottomPartInner {
	padding: 5px;
}

.bottomBox {
	width: 30%;
	border-right: 1px solid #8CC534;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
	float: left;
}

.bottomBox ul {
	margin-right: 5px;
}

.bottomBox ul li {
	text-align: left;
	font-size: 0.6em;
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.bottomBox ul li .title {
	font-weight: bold;
	color: #ABABAB;
}

.bottomIMGBox {
	width: 30%;
	border-right: 1px solid #8CC534;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
	float: left;
}

.bottomIMGBox ul {
	margin-right: 5px;
}

.bottomIMGBox ul li {
	text-align: center;
	font-size: 0.6em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: none;
}

.bottomIMGBox a {
	float: left;
	margin-left: 5px;
}

.bottomIMGBox a img {
	border: 3px solid #344360;
}

.bottomIMGBox a:hover img {
	border: 3px solid #7CB525;
}

.weekSign, .weekSign img {
	margin-left: 15px;
	margin-top: 15px;
	color: #7CB525;
}