a {	
	color: #000033;	
	text-decoration: none
}
body {text-align: center; 
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.85em;	
	line-height: normal;	
	color: #333333;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
	}
		
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#wrapper {width: 900px; margin: 0 auto; text-align: left; }
	#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		padding-top:85px;			
	}
	#mainMenu{
		background-color: #8b2323;	/* Background color of main menu */
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
		font-size:1em;	/* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:15px;	/* Spaces at the left of main menu items */
		padding-right:15px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		background-color:#4682b4;	/* Background color of sub menu items */
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;	
		color: #ffdead;	/* Text color */
		background-color: #336699;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #eee9e9;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	color: #eee9e9;
	font-size:1em;
	font-weight: bold;
	}
	
	#submenu a:hover{
		color: #ffdead;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}
ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a:hover {	
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:  #336699
}
.paddedLayerGrey {
	padding: 0px;
	background-color: #eee9e9;
}
.paddedLayerGreytxt {
	padding: 8px;
	
}
.container {
        width: 892px;		
        padding: 4px;
        margin: 120px 0 0 0;
        background: #4682b4;
		z-index:1;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 24px 10px;
        border-bottom: 1px solid #9FB1BC;
		z-index:9;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
		z-index:9;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5px;
	font-weight: bold;
	color: #333333;
	padding: 15px;
}
#steve {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.0px;
	font-weight: bold;
	color: #333333;
	padding: 15px;
}
#steve2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.0px;
	font-weight: normal;
	color: #333333;
	padding: 15px;
	margin-right: 20em;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 4px 12px 6px 12px;
        text-decoration: none;
        color: #fff;
		z-index:9;
}

.nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #ffdead;
        background: url(Rounded.gif) no-repeat bottom center;
}
.container2 {
        width: 892px;	
		height:1300px; 
        padding: 4px;
        margin: 0 0 0 0;
        background: #cae1ff;
		z-index:2;
}
img.pic { border: 4px solid #eee9e9; }
.bluetext {
font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.05em;	
	line-height: normal;	
	color: #336699;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
.style2 {font-size: 1.5em; font-weight: bold; color: #FFFFFF; }
.style3 {
	font-size: 2.2em;
	font-weight: bold;
}
.style2b {font-size: 1.5em; font-weight: bold; color: #000000; }
