body {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	color: #00415F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2 url(/images/gradient.jpg) repeat-x;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 1em 0;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	background: #00415F;
	line-height: 25px;
	color: #FFF;
	padding-left: 5px;
	margin-top: 5px;
}

h2 a,h2 a:hover { color: #FFF; }

h3,h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 1em 0;
}

h4 { padding-left: 15px; margin: 0 0 .5em 0; }

a {
	color: #00415F;
	text-decoration: underline;
}

a:hover {
	color: #00415F;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 985px;
	position: relative;
	background: transparent;
}

#top { 
	position: relative;
	height: 90px;
	background: transparent url(/images/header.gif);
	border-bottom: 1px solid #FFF;
}

#top_home {
	position: absolute;
	top: 10px;
	left: 10px;
}
#top_home a {
	display: block;
	height: 70px;
	width: 290px;
}

#top_links {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-weight: bold;
}
#top_links a {
	color: white;
	text-decoration: none;
}
#top_links a:hover { color: #E4701E; }
#top_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top_links li {
	display: inline;
	padding: 0 15px;
	margin: 0;
	float: left;
	border-left: 1px solid #FFFFFF;
}
#top_links li.noborder { border: none; }

#top_vip {
	position: absolute;
	top: 10px;
	right: 15px;
}
#top_vip a {
	color: #DDDDDD;
	text-decoration: none;
	font-size: 10px;
}

#nav {
	height: 18px;
	background: #E3E3E3 url(/images/gray_gradient.jpg) repeat-x;
	margin-bottom: 1px;
	padding-top: 5px;
	font-weight: bold;
	position: relative;
}
#nav a { text-decoration: none; }
#nav a:hover, #nav li:hover a { color: #E4701E; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	padding: 0 15px;
	margin: 0;
	float: left;
	position: relative;
	border-left: 1px solid #00415F;
}
#nav li.noborder { border: none; }
#nav li.right { float: right; }

#content {
	text-align: left;
	background: white;
	margin-bottom: 1px;
	position: relative;
	min-height: 325px;
	padding: 5px 10px 10px 10px;
}
* html #content { height: 325px; } /* IE 6 */


#content li { line-height: 140%; }

#footer {
	height: 35px;
	line-height: 35px;
	background: transparent url(/images/footer.gif);
}
#footer a { color: #E4701E; }
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	float: left;
}
#footer li.right { float: right; }

.center { text-align: center; }

.clear { clear: both; }

/* Home Page */
#vcard {
	width: 353px;
	height: 205px;
	background: #CCC url(/images/vcard_bg.jpg) no-repeat;
	color: black;
}
#vcard_info {
	padding: 20px 25px 5px 20px;
	text-align: right;
}

#leftTop { float: left; width: 50%; }
#rightTop { float: left; width: 50%; }

#rightTop p { line-height: 1.4em; }

#left { float: left; width: 60%; }
#right { float: left; width: 40%; }

/* Partner Notif */
hr.itemSep {
	width: 275px;
	height: 1px;
	background-color: #77B2D0;
	color: #77B2D0;
	border: 0;
	margin-bottom: 1em;
	text-align: center;
}
