body {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	min-height: 100%
	
}

html {
	height: 100%;
	
}

#wrapper {
	height: 100%;
	position: relative;
}

#login_box {
	background-color: #336699;
	color: #ffffff;
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

#logo_part	{
	top: 0px;
	left: 25px;
	position: relative;
	width: 760px;
	height: 150px;	
	background-image: url(/images/TakeAction.png);
	background-repeat: no-repeat;	
	text-align: left;
}

#category_bar	{
	position: absolute;
	background-color: #336699;
	background-image: url(/images/category_background.jpg);
	color: #ffffff;
	top: 165px;
	right: 0px;
	width: 150px;
	height: 100%;
	min-height: 100%
	text-align: left;
	
}

#top_nav	{
	position: absolute;
	top: 95px;
	left: 0px;
	background-color: #33cc00;
	height: 75px;
	right: 150px;	
	color: white;
	line-height: 1.1;
}

#top_nav a	{
	color: white;
	text-decoration: none;	
}

#deed_text	{
	font-size: 20px;
	font-family: trebuchet ms, arial, sans-serif;
	position: absolute;
	margin-left: 25px;
	margin-top: 15px;
	color: white;
	text-align: left;
}

.nav_text {
	margin-top: 15px;
	margin-left: -25px;
	text-align: left;
	width: 150px;
	min-height: 100%;
}

#category_detail_header	{
	position: absolute;
	top: 175px;
	left: 10px;
	background-color: #cccccc;
	height: 50px;
	width: 100%;
	color: black;
}

#main {
	right: 200px;
	top: 150px;
	margin-left: 20px;
	margin-top: 25px;
	width: 80%;
	min-height: 600px;
}

#info_footer {
	background-color: #336699;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	
}

#info_footer ul li {
	background-color: #336699;
	color: #ffffff;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	
}

#info_footer ul a {
	background-color: #336699;
	color: #ffffff;
	display: inline;
	list-style-type: none;
	text-decoration: none;
}

#mdg_links {
	text-indent: 5px;
	border-style: solid;
	border-width: thin;
}

#deed_links {
	text-indent: 5px;
	border-style: solid;
	border-width: thin;
}

.nav_text ul {
	list-style-type: none;
	margin: auto;
}


.nav_text ul a {
	font-size: 12px;
	color: #ffffff;
	text-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.nav_text ul a:hover {
	font-size: 14px;
	color: gold;
	text-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}