body {
	margin: 0;
	padding: 0;
	background: #ededed;
}

td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	font-size: 24px;
	margin: 0 0 12px 0;
	color: #1f5b85;
}

h2 {
	font-size: 14px;
	margin: 0 0 12px 0;
	font-weight: bold;
	color: #1f5b85;
}

h3 {
	font-size: 12px;
	margin: 0 0 12px 0;
	color: #666;
	font-weight: normal;
}

h3 a {
	text-decoration: underline;
	font-weight: bold;
	color: #1f5b85;
	font-size: 12px;
}

h3 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #1f5b85;
	font-size: 12px;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

a {
	text-decoration:underline;
	color:#666;
}

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

#header {
	background: url(../images/header.jpg) no-repeat;
}

#header2 {
	background: url(../images/header2.jpg) no-repeat;
}

#page {
	background: url(../images/bg-repeat.gif) repeat-y top;
}

#nav-left2 {
	background: url(../images/left-nav-bg.jpg) no-repeat;
}

#nav-left {
	background: url(../images/left-nav-bg.jpg) no-repeat;
	padding: 0 0 0 0;
}

#left-side {
	background: url(../images/left-side-repeat.gif) repeat-y;
}

#left-bottom {
	background: url(../images/left-side-bottom.gif) no-repeat;
}

#nav-right {
	background: url(../images/right-nav-bg.jpg) no-repeat;
}

#right-side {
	background: url(../images/right-side-repeat.gif) repeat-y;
}

#right-bottom {
	background: url(../images/right-side-bottom.gif) no-repeat;
}

#middle-pic {
	background: url(../images/middle-pic.jpg) no-repeat;
}

#middle-left {
	background: url(../images/left-middle.jpg) no-repeat;
}

#middle-right {
	background: url(../images/right-middle.jpg) no-repeat;
}

#footer {
	background:url(../images/footer.jpg) no-repeat;
	margin-top: 26px;
	margin-bottom: 10px;
}

#footer2 {
	background:url(../images/footer2.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	text-decoration:none;
	color:#333366;
}

#footer a:hover {
	color:#333366;
	text-decoration:underline;
}

.join-us {
	font-size: 16px;
	font-weight: bold;
	color: #040b3d;
}

.nav-left {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #ededed;
}

.nav-left a {
	margin-left: 14px;
	font-size: 13px;
	color: #ededed;
	font-weight: normal;
	text-decoration: none;
}

.nav-left a:hover {
	color: #f2c848;
}

.nav-right {
	margin: 15px 0 0 15px;
	padding: 0;
	font-size: 11px;
	color: #ededed;
	list-style-image:url(../images/list-image.jpg);
	list-style-position: outside;
}

.nav-right li {
	margin: 0 0 4px 0;
	padding: 0;
	color: #ededed;
}

.nav-right a {
	font-size: 11px;
	color: #ededed;
	font-weight: normal;
	text-decoration: none;
	color: #ededed;
}

.nav-right a:hover {
	color: #f2c848;
}

.divider {
	margin: 13px 0 10px 0;
	background: url(../images/divider-bg.gif) repeat-y;
	height: 220px;
}

.footer-links, .footer-links a {
	font-size: 10px;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.border {
	border-top: 1px solid #d0d0d0;
}

