/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	margin-top:15px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #095B95;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	border: solid 2px #55c462;
	background-color:  #40a770;
}



/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	border-left: solid 2px #55c462;
	border-right: solid 2px #55c462;
}

/*----------- 	NAVIGATION LINKS -----------*/
table#Menu a, table#Menu a:active, table#Menu a:visited {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	margin: 3px 10px ;
	line-height: 1.15em;
	/*padding-right: 16px;
	display: block;
}
html>body table#Menu a {
	padding-right: 16px;*/
}
table#Menu a:hover {
	color: #55c462;
}
/*----------- 	DROPDOWN LINKS -----------*/
div.Dropdown {
	width: 8.75em;
	min-width: 140px;
	background: #ebf1f6;
	position:absolute;
	visibility: hidden;
	border-left: solid #55c462 5px;
	border-top: solid #55c462 1px;
	border-right: solid #55c462 1px;
	border-bottom: solid #55c462 1px;
}
div#DomeDropdown, div#EventsDropdown {
	position:absolute;
	visibility: hidden;
}
/* \*/
div.Dropdown {
	margin-top: 1px;
	margin-left: -3px;
}
/* */
html>body div.Dropdown {
	margin-left: 5px;
	margin-top:0px;
}
div.Dropdown a{
	display: block;
	text-decoration: none;
	border-bottom: solid #55c462 1px;
	padding: 4px 5px;
	color: #095B95;
	font-size: 11px;
	width: 100%;
}
html>body div.Dropdown a{ /* This hack allows the netscape to read the second style while IE ignores it and just uses the first one*/
	width: auto;
}
div.Dropdown a:hover{
	color: #d80125;
	background: #98bbd3;
	z-index: 1;
}
/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 47.5em;
	min-width: 760px;	
	background: #ffffff url(images/bg_container.jpg) 0 0 repeat-x;
	border-left: solid 2px #55c462;
	border-right: solid 2px #55c462;
}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
	width: 47.385em;
	min-width: 760px;
}



/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	
}
div#AdminMenu {
	width: 90;
	text-align: center;
	font-size: 0.75em;
	margin-top: 35px;
}

h1 {
	color:#d80125;
	font-size: 1.35em;
	text-decoration: underline;
	font-weight:normal;
	font-style: italic;
	margin: 20px 50px;
}
div#Content {
	margin: 30px 50px 10px 50px;
	background: url(images/bg_content.jpg) 0 0 no-repeat;
	font-size: 0.7em;
}

H2 {
	color:#095B95;
	font-size: 1.2em;
	font-weight:bold;
	
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
	font-style: italic;
}
/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
 
p.SmallText {
	font-size: 0.65em;
	color: #000000;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.7em;
	line-height: 1.35em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/
div#Content a, div#Content a:visited, div#AdminMenu a, div#AdminMenu a:visited {
	color:#095B95;
}
div#Content a:hover, div#AdminMenu a:hover {
	color:#d80125;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 47.5em;
	min-width: 760px;
	border: solid 2px #55c462;
	background: #40a770 url(images/bg_footer.jpg) 0 0 no-repeat;
	padding: 5px 0 5px 200px;
}

td#copyright {
	font-size: 0.55em;
	color:#ffffff;
}
td#copyright a {
	color:#ffffff;
	text-decoration: none;
}
td#copyright a:hover {
	color:#ffffff;
	text-decoration: underline;
}
/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: none;
}