body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin: 0px;
	background-color:#110044;
}
img {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}

#Container {
	width:760px;
	margin: 0px auto; 
	background-color: #A39FC1;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


/*Header*/
#spacer {
	height: 20px;
	background-image:url(images/tile_head.gif);
	border-bottom: 1px solid #FFFFFF;
}

#topBanner {
	height: 20px;
	background: #333333;

}

#topBannerHeading {
	height: 20px;
	width: 594px;
	margin-left: 165px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-top: 3px;
	background-color: #333333;
}

#header {
	background: #A39FC1;
	border-bottom: 1px solid #FFFFFF;
	height: 95px;
}

#headerLeft {
	float: left;
	background:  url(images/logo.jpg) no-repeat top left;
	width: 165px;
	height: 95px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#headerRight {
	float: right;
	background:  url(images/header.jpg) no-repeat top left;
	width: 594px;
	height: 95px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#headerLeft2 {
	float: left;
	background:  url(images/seen_heard_logo_header.jpg) no-repeat top left;
	width: 165px;
	height: 95px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#headerRight2 {
	float: right;
	background:  url(images/Seen_Heard_Header.jpg) no-repeat top left;
	width: 594px;
	height: 95px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*Navigation */

#navigation {
	height: 30px;
	width: 760px;
	padding: 0px;
	margin: -1px;
	float: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #333333;
}
#form {
	float: left;
	width: 165px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: -8px;
}
#form form {
	padding-left: 20px;
	padding-top: 2px;
}
.field {
	margin-top: 3px;
	margin-left: 1px;
	border-width: 1px; 
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, "sans serif"; 
	font-size: 10px;
	color: #000000;
}
.int {
	color: #660000;
}
.sidelink a {
	color: #660000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
.sidelink a:hover {
	text-decoration: underline;
}
#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	float:right;
	width: 594px;
	height: 30px;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}

#menu ul {
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;	
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 2px;
}

#menu a:hover {
	text-decoration: underline;
}




/*Page Content*/
#PageContent {
	width:760px;
	color: #FFFFFF;
	margin-top: -3px;
}

/*Main Content*/
#MainContent {
	float: left;
	width:488px;
	padding: 0px 15px;
	margin: 0px auto;
	background-image: url(images/tile_cont.gif);
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	/*text-align: justify;*/
}

#MainContent h1 {
	padding: 5px 10px 5px 15px;
	margin-left: -15px;
	margin-top: 13px;
	font-size: 13px;
	color: #FFFFFF;
	line-height:16px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}

#MainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0px;
}
#MainContent h3 {
	padding: 5px 10px 5px 15px;
	margin-left: -15px;
	margin-top: 13px;
	font-size: 13px;
	color: #FFFFFF;
	line-height:16px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #555555;
}

#MainContent a {
	color: #AEBDD3;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}

#MainContent a:hover {
	text-decoration:underline;
	font-weight: bold;
}
#MainContent li {
	margin-left: -20px;
	list-style-type: square;
}
.mod li {
	margin: 0px 0px -6px 0px;
}
/*Sidebar*/
#sidebar {
	float: right;
	width: 240px;
	background: #A39FC1;
	color: #000000;
	font-size:11px;
	line-height:16px;
	margin-top: 0px;
	margin-right: -1px;
	border-right: 1px solid #FFFFFF;
}

#sidebar h1 {
	background-image:url(images/tile_head.gif);
	padding: 3px 3px 3px 10px;
	font-size: 13px;
	margin: 0px;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height:14px;
	font-weight: bold;
}

#sidebar p, li, a {
	padding: 5px 5px 5px 5px;
}

#sidebar li {
	margin-left: -20px;
	list-style-type: square;
}
.sidebarLink {
	padding: 0px;
	width: 239px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12px;
}
.sidebarLink a {
 	float: left;
	width: 229px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;

}
.sidebarLink a:hover {
	text-decoration: underline;
	background: #CCCCCC; 
}
/*Footer*/
#Footer {
	font-size: 11px;
	width: 735px;
	clear: both;
	background: #333333;
	padding: 5px 10px 5px 15px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#PopContent {
	float: left;
	width:740px;
	padding: 0px 15px;
	margin: 0px auto;
	background-image: url(images/tile_cont.gif);
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: justify;
}
#PopContent h1 {
	padding: 5px 10px 5px 15px;
	margin-left: -15px;
	margin-top: 13px;
	font-size: 13px;
	color: #FFFFFF;
	line-height:16px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}
#PopContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0px;
}

.td_odd {
	color: #FFCC00;
	line-height: 25px;
}