/* Global */
/*
body {
    padding:        0px;
    font:           normal 8pt arial;
    text-align:     center;
}

a, a:visited, a:active {
    color:          #FF3300;     
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a img {
	border: none;
}

/* Layout 

#page {
    width:          690px;
    height:         auto;
    margin:         0 auto;
    text-align:     left;
}

.logo {
    float:					right;
    margin:					20px 20px 0px 20px;
    height:         150px;
    width:          160px;
    background:     transparent;

}

#top_bg {
float: left;
    width:          700px;
    background:     transparent url('topbg.gif') top no-repeat;
}

#bottom_bg {
float: left;
    width:          700px;
    background:     transparent url('bottombg.gif') bottom no-repeat;
}

#menu {
		float: left;
		_margin-bottom: 20px;
}

#content {
    float: left;
    width:          635px;
		margin-left: 		35px;
		_margin-left:		15px;
    color:          black;
    line-height:    12pt;
    text-align:     left;
    font-size:      10pt;
}

p {
		clear: left;
		text-align: justify;
}

h1 {
		float:					left;
    font-size:      18pt;
    line-height:    22pt;
    color:          rgb(9,47,94);
    font-weight:    bold;
    margin-bottom:	-15px;
}

h2{
		float:					left;
		clear:					left;
		margin-top:			15px;
    font-size:      18pt;  
    line-height:    22pt; 
    color:          rgb(9,47,94);
    font-weight:		normal;
    width: 400px;
}   

#bar {
		float: 					left;
    background:     rgb(9,47,94);
    color:          #FFF;
    border:         10px solid rgb(9,47,94); 
    font-size:      8pt;
    width:          615px;
    margin-top:			20px;
    text-align:     center;
    line-height:    12pt;
    letter-spacing: 0.25em;
    font-variant:		small-caps;
    /* IE Hack */
   /* _width:         635px;
}
*/
/*
#widepic {
		float: 					left;
    border:         5px solid #E0D5B2;
    width:          625px;
    height:         140px;
    margin-top:     10px;
    margin-bottom:  20px;
}

#splashframe {
	margin-top: 50px;
	width: 637px;
	height: 490px;
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}

#foot {
	float: left;
	width: 317px;
	height: 275px;
}

#moon {
	float: left;
	height: 275px;
	background-color: #000000;
}

#grad {
	clear: both;
	background: url('grad.gif') repeat-x;
	background-color: #062048;
	height: 170px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

#grad object {
	margin-top: 15px;
}

#address {
 	background-color: #958800;
 	height: 43px;
}

// Menu
*/
#menu {
	_margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav{
	float: 					none;
	width:          635px;
	height:         22px;
	font-size:      11px;
	list-style:     none;
	_left: 					-40px;
	z-order: 1000;
	margin-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #935d11;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
    padding:        0;
    list-style:     none;
}
	
#menu ul li {
		position:      relative;
		float:         left;
		width:					127px;
		border-bottom: 1px solid #935d11;
		text-align:    center;
}
	
#menu li ul {
	position:      absolute;
	top:          22px;
	_top:					22px;
	_left: 				-40px;
	display:       none;
	background:    #FFF;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:active {
	display:       block;
	color:         #000;
	text-decoration: none;
}

#menu li:hover ul, #menu li.over ul {
	display:       block;
	border-left:   1px solid #935d11;
	border-right:  1px solid #935d11;
	border-top:    5px solid #b0b0b0;
	background:    #FFF;
	width:         127px;
	color: #FFFFFF;
}

#menu ul li:hover, #menu ul li a:hover{
	background:     #935d11;
	text-decoration:none;
	color: #FFFFFF;
}

#menu .menuitem {
	padding: 4px;
}

ul.norm, ul.norm li {
	padding: 0;
	margin: normal;
	margin-left: 10px;
	list-style: disc;
}

ul.norm, ul.norm li:hover {
	background: none;
	color: #FFFFFF;
}

ul.norm li {
	margin-bottom: 8px;
}

