
body {
	background: url(/images/page_bg.png) #292B77 ;
	background-repeat: repeat-x ;
	background-position: top center ;
	font-size: 16px ;
	margin: 0px ;
}

body, input, select, textarea {
	font-family: georgia, times, serif ;
	font-size: 16px ;
}

p, li, td, body {
	line-height: 1.5 ;
	font-size: 16px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 16px ;
}

h1,
h2,
h3 {
	line-height: 1.25 ;
}

h1 {
	font-size: 42px ;
	letter-spacing: -3px ;
	font-weight: normal ;
	margin-top: 0px ;
	color: #484ACE ;
}

h2 {
	font-size: 26px ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	color: #484ACE ;
}

h3, .inline_h {
	font-size: 18px ;
	font-weight: bold ;
	color: #484ACE ;
	letter-spacing: -1px ;
}

.td1 {
	background: #E0DAB4 ;
}

.td2 {
	background: #ffffff ;
}

#holder {
	margin: auto ;
	width: 960px ;
}

#left {
	width: 250px ;
	float: left ;
}

#contentholder {
	margin-left: 265px ;
}

#content {
	border: 1px solid #ffffff ;
	padding: 15px ;
	background: url(/images/content_bg.jpg) ;
}

a.button:link,
a.button:active,
a.button:visited {
	display: block ;
	background-image: url(/images/button_bg.png) ;
	background-position: center ;
	border-left: 1px solid #F3AC51 ;
	border-right: 1px solid #593F1D ;
	text-align: center ;
	text-decoration: none ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	padding: 10px 15px ;
	color: #fff ;
}

a.button:hover {
	background: #F3AC51 ;
	color: #15163E ;
}

a.button_sub, 
a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	display: block ;
	background: #484ACE ;
	color: #fff ;
	font-size: 14px ;
	padding: 5px 15px ;
	text-decoration: none ;
}

a.button_sub:hover {
	background: #F3AC51 ;
	color: #15163E ;
}


a:link {
	color: #15163E ;
}

a:active, a:visited {
	color: #593F1D ;
}

a:hover {
	color: #484ACE ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/* nav sub */

.nav li ul li a {
	width: 250px; 
}

.content {
	padding: 20px ;
}

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 16px 20px ;
}

.border {
	border-left: 1px solid #F3AC51 ;
	border-top: 1px solid #F3AC51 ;
	border-right: 1px solid #593F1D ;
	border-bottom: 1px solid #593F1D ;
}

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}
