body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFEF5;
	background-image:url(images/mainbg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.message0{background:url(images/message_0.jpg);}
.message1{background:url(images/message_1.jpg);}
.message2{background:url(images/message_2.jpg);}
.message3{background:url(images/message_3.jpg);}
.message4{background:url(images/message_4.jpg);}
.message5{background:url(images/message_5.jpg);}
.message6{background:url(images/message_6.jpg);}

img {
	border: none;
}

a:active {
	outline: none !important;
}

:focus {
	-moz-outline-style: none !important;
}

form {
	margin: 0px;
	padding: 0px;
}

h1.banner {
	font-size: 30px;
	line-height: 30px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 6px;
	font-weight: normal;
	margin: 4px 0px 0px 16px;
	float: left;
	color: #000000;
	border: 0px;
}
	#mylecom {
		background-color: #FFFFFF;
		border: 2px solid #999999;
		-moz-border-radius: 5px;
		margin:0px 0px 8px 0px;
	}
	.mainnav {
		background-color: transparent;
	}
	
	.mainnav h1 {
		font-size: 14px;
		font-weight: bold;
		color: #06579c;
		margin: 2px 4px 5px 6px;
		/* border-bottom: 1px dotted #b1c2d1; */
	}
	
.mainnav ul {
	margin: 0px 0px 6px 2px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}
	
.mainnav ul ul {
	margin: 4px 0px 4px 6px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

.mainnav li {
	margin: 0px;
	font-weight: normal;
}

.mainnav a {
	display: block;
	color: #666666;
	padding: 2px 2px 3px 10px;
	margin: 1px 0px 0px 0px;
	background-image: url(images/li_norm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: normal;
}

.mainnav a:link, .mainnav a:visited {
	color: #000000;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	background-image:  url(images/li_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #06579c;
}

.mainnav a.selected {
	background-image:  url(images/li_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #06579c;
	
}

h1 {
	color: #06579c;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	margin: 2px 6px 0px 6px;
}

h2 {
	color: #999999;
	font-size: 14px;
	margin: 2px 6px 0px 6px;
}

p {
	margin: 4px 10px 8px 10px;
}
	
	
#newsmenu {
	padding: 2px 0px 2px 4px;
}
	
	
	
	#newsmenu h1 {
	color: #06579c;
	background-color: #e6e3d5;
	font-size: 14px;
	padding: 2px 0px 4px 2px;
	margin: 2px 0px 0px 2px;
	border-bottom: 1px solid #666666;
	}
	
#newsmenu ul {
	margin: 0px 0px 6px 14px; 
	padding: 0px;
	list-style-type: disc; /*turns off display of bullet*/
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

#newsmenu li {
	margin: 0px;
	font-weight: normal;
}

#newsmenu a {
	display: block;
	color: #666666;
	padding: 1px 2px 2px 0px;
	margin: 1px 0px 0px 0px;
	font-weight: normal;
}

#newsmenu a:link, #newsmenu a:visited {
	color: #000000;
	text-decoration: none;
}

#newsmenu a:hover, #newsmenu a:active {
	color: #06579c;
}

.foot {
	font-size: 11px;
	color: #666666;
	
	text-align: center;
}

.bigbutton {
 margin: 0px 2px 0px 2px;
 background: transparent;
}

.bigbutton img{
 background: transparent;
		filter:alpha(opacity=80);
		opacity: .8;
}

.bigbutton:hover img{
 background: transparent;
		filter:alpha(opacity=100);
		opacity: 1;
}

.icon{
 background: transparent;
		filter:alpha(opacity=80);
		opacity: .8;
}

.icon:hover{
 background: transparent;
		filter:alpha(opacity=100);
		opacity: 1;
}