/* Default CSS Stylesheet for a new Web Application project 

HOSTIOWA.NET

dk blue: 163954
mid blue: 18405d
host blue: 4288b9

dk brown: 463d2e
mid brown: 4e4433

dk green: 5d7639
mid green: 688340

*/

BODY
{
    BACKGROUND-COLOR: #CCCCCC;
    FONT-FAMILY: Arial, Helvetica, san-serif; ;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
    text-align: center;
    min-width: 1000px;
}

#wrapper {   
	width: 1000px;
	margin: 0 auto;   
	text-align: left;   
}

.wrapper-shadow {
	float: left;
	width: 100%;
	margin: 0;
	background: url('images/bg_body.png') repeat-y 50% 0;
}

.heading {
	font-size			:18px;
	color				:#999999;
	border-bottom		:solid 1 #CCCCCC;
}

h1 {
	font-size			:7px;
	color				:#181818;
	display				:inline;
}

h2 {
	font-size			:14px;
	color				:#4e4433;
	display				:inline;
}

.breadCrumb {
	font-size			:10px;
	color				:#999999;
}

.underline {
	BORDER-BOTTOM		:#e3e859 1px solid
}

.mainContent {
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	padding: 8px;
}

.Content {
	font-size: 12px;
	padding: 20px;
}

p, td, div {
	font-size: 8pt; 
}

.featuredTextTitle {
	font-size: 8pt; 
	font-weight: bold;
	color: #463d2e;
	letter-spacing: 1px;
}

.featuredText {
	font-size: 8pt; 
	color: #4e4433;
}

.menuTitle {
	padding-left: 10px;
	height: 34px;
}

.MenuSub {
	width: 237px;
	padding: 4px;
	position: absolute;
	z-index: 100;
}

.menuItems {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	padding-left: 6px;
}

A.menuItems:link {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.menuItems:active {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.menuItems:visited {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.menuItems:hover {
	color				: #DCE19A;
	text-decoration		: none;
}

.featuredTitle {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}

.quote {
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size   		: 11px;
	font-weight       	: normal;
	color				: #4B4B4B;
}

.name {
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size   		: 11px;
	font-weight       	: bold;
	color				: #4B4B4B;
}

.title {
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size   		: 11px;
	font-weight       	: normal;
	font-style			: italic;
	color				: #4B4B4B;
}

A.noview:link {
	font-size   		: 2px;
	color				: #111111;
	text-decoration		: none;
}

A.noview:active {
	font-size   		: 2px;
	color				: #111111;
	text-decoration		: none;
}

A.noview:visited {
	font-size   		: 2px;
	color				: #111111;
	text-decoration		: none;
}

A.noview:hover {
	font-size   		: 2px;
	color				: #111111;
	text-decoration		: none;
	cursor				: default;
}

A.noview2:link {
	font-size   		: 2px;
	color				: #FFFFFF;
	text-decoration		: none;
}

A.noview2:active {
	font-size   		: 2px;
	color				: #FFFFFF;
	text-decoration		: none;
}

A.noview2:visited {
	font-size   		: 2px;
	color				: #FFFFFF;
	text-decoration		: none;
}

A.noview2:hover {
	font-size   		: 2px;
	color				: #FFFFFF;
	text-decoration		: none;
	cursor				: default;
}

A:link	{	
	font-weight:		bold;
	text-decoration:	none;
	color:	#2C6E96;
	}	
		
A:visited	{	
	font-weight:		bold;
	text-decoration:	none;
	color:	#2C6E96;
	}	
		
A:active	{	
	font-weight:		bold;
	text-decoration:	none;
	color:	#2C6E96;
	}	
		
A:hover	{	
	font-weight:		bold;
	text-decoration:	underline;
	color:	#2C6E96;
	}

.topLinks {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 10px;
}

A.topLinks:link {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.topLinks:active {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.topLinks:visited {
	color				: #FFFFFF;
	text-decoration		: none;
}

A.topLinks:hover {
	color				: #DCE19A;
	text-decoration		: none;
}