/* CSS Document */

a:link {
text-decoration: none;
color: #336699;
}
a:visited {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #FF9900;
}


A.menu {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
A.menu:Visited {
color: #FFFFFF;
text-decoration : none;
}
A.menu:Hover {
	color: #333333;
	text-decoration : none;
	background-color: #CCCCCC;
}

A.footer {
	text-decoration: none;
	color: #FFFFFF;
}
A.footer:Visited {
color: #FFFFFF;
text-decoration : none;
}
A.footer:Hover {
	color: #000000;
	text-decoration : none;
}



.texttop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #CCCCCC;
}


.textsm {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
}

.header_big {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
color: #993300;
}


.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #666666;
}

.heading1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-case: uppercase;
color: #000000;
}

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	border: 1px 1 #666666;
}

.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #993300;
}

.textbox_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #993333;
}

.textbox_peach {
	color: #666666;
	background-color: #E9F9BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

.text_b {
	color: #000000;
}
.header_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}








/* Drop Down menu starts HERE*/
body {
	font: normal 11px verdana;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
 li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

 ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
 li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
 li:hover ul, li.over ul { display: block; } /* The magic */
.box {
	border: thin solid #000000;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.line_red {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #993333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
}
.image_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
}
.image_oneside {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
}

