html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:770px;
	margin: 0px;
	padding: 0px;
	background-color: #CC3300;
}
#wrap {
	background:#FFFFFF;
	margin:0 0px;
	width:770px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#main {
	background:#FFFFFF;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#main p {
	padding:0 18px;
}
#main h2, #main h3 {
	padding:0 10px;
}
#main a{
	text-decoration:underline;
}
#main a:hover{
	text-decoration:none;
}
#footer {
	clear:both;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#footer p {
	padding:5px;
	margin:0;
}
#footer a {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}

/****MENU STYLE****/
#nav {
	background:url(/assets/layoutImages/menu-background.jpg) repeat-x;
	height: 32px;
	margin: 0px;
	padding: 0px;
	line-height:-1em;
}
.menu {
	list-style : none;
	font-family : Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	padding : 0;
	height : 32px;
	background : url(/assets/layoutImages/menu-background.jpg) repeat-x;
	letter-spacing: .1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1em;
}
.menu .stream {
	display : none;
}
.menu li {
	display : inline;
	height: 32px;
}
.menu a {
	position : relative;
	float : left;
	text-decoration : none;
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1em;
	list-style-type: none;
	margin-bottom: -12px;
	padding-bottom: -12px;
}
* html .menu a {
	margin-bottom : -0.09em;
	height: 32px;
}
.menu .active a {
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-bottom : none;
	background-image: url(/assets/layoutImages/menu-active-background.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.menu-ie5mac a { padding-bottom : .27em; }
.menu-ie5mac .active a { padding-bottom : .36em; }

.menu a:link, .menu a:visited {
	color: #FFFFFF;
}
.menu a:hover, .menu a:active {
	color : #FFFFFF;
	background-image: url(/assets/layoutImages/menu-active-background.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: left;
	font-size:.76em;
	padding: 3px;
}
#menu-navigation {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-right: 3px;
}
#menu-navigation ul {
	list-style-type: none;
	margin-left: -0px;
	line-height: 1.7em;
}
#menu-navigation .avtive {
}