body{
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	text-decoration: none;
}

a:visited{
	color: #006633;
}

a:hover{
	color: #990000;
}

.container_shell{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 25px;
}

.container_core{
	width: 100%;
	height: 100%;
	background-color: #EFF0EB;
	float: left;
}

.header{
	float: left;
}

.logo{
	background-color: #414140;
	float: left;
}

.menu{
	border-bottom: 1px solid #CCCDC9;
	float: left;
}

.menu_item_small{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-image: url(../images/menu_item_bg.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 40px;
	padding-top: 10px;
	padding-left: 22px;
	margin-right: 5px;
	float: left;
}

.menu_item_big{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	background-image: url(../images/menu_item_bg.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 40px;
	padding-top: 10px;
	padding-left: 22px;
	margin-right: 5px;
	float: left;
}

.intro{
	float: left;
	width: 500px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

.yellow_bar{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px 0px 0px 0px;
	background-image: url(../images/yello_bar.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 8px;
	float: left;
	font-size: 0px;
}

.main_content{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	float: left;
}

.side_strip{
	width: 153px;
	height: 100%;
	border-right: 3px solid #FFFFFF;
	background-color: #EFF0EB;
	float: left;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

.major{
	display: inline;
	float: left;
}

.footer{
	width: 100%;
	height: 50px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}

input, textarea{
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}