html, body {
	margin-top: 0px;
	padding-top:0px;
	font-family: calibri, arial, sans-serif;
	font-size: 12pt;
}
p {
	font-size: 10pt;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
}
td a{width:100%;height:100%;display:block;}
td a:hover{width:100%;height:100%;display:block;}
a img{border: 0px;}
#header td{

}
#redbar {
	border-top: 13px solid #c3271b;
	text-align: left;
	padding-right: 15px;
}
#bluebar {
	border-top: 13px solid #1c0e5d;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#greenbar {
	border-top: 13px solid #1e5313;
	text-align: left;
}
#footer {
	width: 100%;
	float: left;
	border-top: 1px solid #dad9eb;
	color: #a3a39c;
	font-size: 10pt;
	position: relative;
}

.lmore {
	vertical-align: middle;
	text-align: right;
}


#photos {
	border-left: 10px solid white;
	border-bottom: 30px solid white;
	border-top: 30px solid white;
}

/*
	Main Menu Styles
*/
.MainMenu_MenuContainer
{
	margin-left: 25px;
	margin-right: 25px;
}
.MainMenu_RootMenuItem  TD,.MainMenu_RootMenuItemActive TD {
	text-align: right;
	background-image: url(images/unsel.gif);
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .6em;
	padding-bottom: .6em;
}

/* Acts as submenuitem */
.MainMenu_MenuItem  {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 0px;
	text-align: right;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-image: url(images/unsel.gif);
	background-repeat: no-repeat;
	background-position: 98% .4em;
	/*padding-right: .6em;*/
	padding-bottom: .3em;
	padding-left: 10px;
	padding-right: 15px;
}

.MainMenu_MenuItemSel {
	text-align: right;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	padding-right: .6em;
	padding-bottom: .3em;
}
.MainMenu_MenuItemSel TD{
	background-color: white;
	text-align: right;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-image: url(images/sel.gif);
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .6em;
	padding-bottom: .6em;
}
.MainMenu_SubMenuItemSel {
	text-align: right;
	background-color: #d2d2c8;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	border: 0px;
	padding-left: 10px;
	padding-right: 15px;
	border-top: 0px;
	background-image: url(images/sel.gif);
	background-repeat: no-repeat;
	background-position: 98% .4em;
	/*padding-right: .6em;*/
	padding-bottom: .3em;
	border-top: 1px solid #d2d2c8;
	border-bottom: 1px solid #d2d2c8;
}
.MainMenu_SubMenu {
	background-color: #eee;
	text-align: right;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	border-top: 0px;
	border-left: 0px;
	border: 1px solid black;
	/*border-bottom: 2px solid #b1b1a9;*/
	margin-left: 3px;
}

.MainMenu_MenuIcon {
    display: none;
}
.MainMenu_MenuArrow {
	display: none;
}




