body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFF url('/images/page-background.png') top left repeat-x;
	color: #444;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a {
	outline: 0;
}

img {
	border: 0;
}

/* =====================================================================

	HEADER

===================================================================== */

#header {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFF url('/images/header-background.png') top right no-repeat;
}

/* =====================================================================

	TOP MENU

===================================================================== */

#menu-top {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 25px;
	background: #263d96 url('/images/blue-fade.png') top left repeat-x;
	color: #FFF;
}

#menu-top ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	overflow: hidden;
}

#menu-top ul li{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#menu-top ul li.right{
	float: right;
}

#menu-top ul li.active{
	background: #263d96;
}

#menu-top ul li a {
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
}

#menu-top ul li a:hover {
	background: #1e71ba;
}

#menu-top li.home-button a:hover {
	background: transparent;
}
/* =====================================================================

	BREADCRUMBS

===================================================================== */

#breadcrumbs{
	width: 938px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;	
	background: #FFF url('/images/white-fade.png') bottom left repeat-x;
	color: #444;
	font-size: 12px;
	line-height: 22px;
}

#breadcrumbs a{
	color: #444;
	text-decoration: none;
}

#breadcrumbs a:hover{
	color: #444;
	text-decoration: underline;
}

/* =====================================================================

	NEWS TICKER

===================================================================== */

#ticker{
	width: 938px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;	
	background: #FFF url('/images/white-fade.png') bottom left repeat-x;
	color: #444;
	font-size: 11px;
	line-height: 22px;
}

#ticker-anchor{
	margin: 0 5px;
	color: #444;
	text-decoration: none;
}

#ticker-anchor:hover{
	color: #444;
	text-decoration: underline;
}

/* =====================================================================

	LAYOUT

===================================================================== */

#layout {
	width: 958px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFF;
	overflow: hidden;
	min-height: 400px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	position: relative;
	top: 0;
	left: 0;
}

/* =====================================================================

	LEFT MENU

===================================================================== */

#menu-left {
	float: left;
	margin: 17px 22px 18px 7px;
	padding: 1px 1px 0 1px;
	width: 166px;
	font-size: 11px;
	line-height: 18px;
}

#menu-left #joinad {
	margin: 0 0 5px 0;
	padding: 1px;
	border: 2px solid #015962;
	font-size: 1px;
	line-height: 0;
}

#menu-left dl {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	border: 2px solid #015962;
	background: #273691 url('/images/nav-blue.png') top left repeat-x;	
}

#menu-left dt {
	color: #FFF;
	border: 1px solid #FFF;
	list-style-type: none;
	list-style-image: none;
	background: #015962 url('/images/green-fade.png') top left repeat-x;
}

#menu-left dt a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 10px;
	background: transparent;
}

#menu-left dt a:hover{
	color: #FF0;
}

#menu-left dd {
	list-style-type: none;
	list-style-image: none;
	background: transparent;
	border: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0;
	padding: 0 8px;	
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
}

#menu-left dd.first {
	padding-top: 4px;
}

#menu-left dd.last {
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}

#menu-left dd a{
	color: #FFF;
	background-image: none;
	text-decoration: none;
	background: transparent;
	display: inline;
	padding: 0;
}

#menu-left dd.current a {
	color: #FF0;
}

#menu-left dd a:hover {
	color: #FF0;
}

#menu-left dl.news {
	border: 2px solid #263d96;
	background: #ebebeb url('/images/nav-white.png') top left repeat-x;	
}

#menu-left dl.news dt {
	background: #263d96 url('/images/blue-fade.png') top left repeat-x;
}

#menu-left dl.news dd a{
	color: #263d96;
}

#menu-left dl.news dd.current a {
	color: #015962;
}

#menu-left dl.news dd a:hover {
	color: #015962;
}


#menu-left form {
	margin: 0;
}

#menu-left form fieldset {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	border: 2px solid #015962;
	background: #273691 url('/images/nav-blue.png') top left repeat-x;	
}

#menu-left fieldset label {
	color: #FFF;
	border: 1px solid #FFF;
	list-style-type: none;
	list-style-image: none;
	background: #015962 url('/images/green-fade.png') top left repeat-x;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 10px;
}

#menu-left fieldset label:hover {
	color: #FF0;
	cursor: pointer;
}

#menu-left fieldset div {
	list-style-type: none;
	list-style-image: none;
	background: transparent;
	border: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 4px 8px;	
	font-size: 11px;
	line-height: 18px;
}

#menu-left fieldset input.textinput {
	border: 1px solid #273691;
	width: 75px;
	padding: 2px 8px;
	font-size: 11px;
}

#menu-left fieldset input.button {
	color: #FFF;
	font-size: 11px;
	padding: 0;
	border: 0;
	background: transparent;
}

#menu-left fieldset input.button:hover {
	color: #FF0;
	cursor: pointer;
}

#menu-left ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	background: #FFFFFF;	
}

#menu-left ul li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#menu-left ul li a img {
	border: 2px solid #273691;
}

#menu-left ul li a:hover img {
	border: 2px solid #015962;
}

#menu-left dd ul {
	margin: 0 0 0 1em;
	background: transparent;
}

#menu-left dd ul li {
	margin: 0;
	padding: 0;
}

#menu-left dd.current ul a {
	color: #FFF;
}

#menu-left dd ul li.current a {
	color: #FF0;
}

/* =====================================================================

	FOOTER

===================================================================== */

#footer hr {
	display: none;
}


#footer-inner{
	width: 938px;
	height: 57px;
	margin: 0 auto;
	padding: 0 10px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;	
	background: #273691 url('/images/footer-bottom.png') top left no-repeat;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

#footer-inner a{
	color: #FFF;
	text-decoration: none;
}

#footer-inner a:hover{
	text-decoration: underline;
}

#copyright {
	margin: 0;
	padding-top: 5px;
	color: #FFF;
}

#footer-inner dl {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	overflow: hidden;
	line-height: 13px;
}

#footer-inner dl dt.address{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	clear: left;
}

#footer-inner dl dd {
	margin: 0 50px;
	padding: 0;
}

#footer-inner dl dt.telephone,
#footer-inner dl dt.fax,
#footer-inner dl dt.email
{
	display: inline;
	padding: 0;
	margin: 0;
}

#footer-inner dl dd.telephone,
#footer-inner dl dd.fax,
#footer-inner dl dd.email
{
	display: inline;
	padding: 0 10px 0 3px;
	margin: 0;
}



#footer-inner ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	overflow: hidden;
	float: right;
	position: absolute;
	bottom: 2px;
	right: 5px;
}

#footer-inner ul li{
	margin: 0;
	padding: 0;
	float: left;
}

#footer-inner ul li#menu-top-right{
	float: right;
}

#footer-inner ul li a {
	display: inline-block;
	padding: 0 5px;
}


/* =====================================================================

	NOTICE

===================================================================== */

#notice {
	width: 938px;
	height: 20px;
	margin: 0 auto;
	padding: 50px 10px 110px 10px;
	text-align: center;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;	
	background: #FFF url('/images/footer-top.png') bottom left no-repeat;
	color: #666;
	font-size: 10px;
}

#notice a{
	color: #666;
	text-decoration: none;
}

#notice a:hover{
	color: #666;
	text-decoration: underline;
}


/* =====================================================================

	PAGE TITLES

===================================================================== */

#page-titles {
	padding-bottom: 8px;
	border-bottom: 1px dashed #999;
}

#page-titles p {
	font-size: 15px;
}

/* =====================================================================

	CONTENTS

===================================================================== */

#contents {
	padding: 20px 40px 0px 200px;
	font-size: 13px;
	line-height: 20px;
}

#contents a {
	color: #263d96;
	text-decoration: none;
}

#contents a:hover {
	color: #015962;
	text-decoration: underline;
}

#contents h2 {
	color: #263d96;
	margin: 0 0 5px 0;
}

#contents h3, h4, h5, h6 {
	color: #263d96;
	margin: 15px 0 5px 0;
}

#contents p {
	text-align: justify;
	margin: 10px 0 5px 0;
}

#contents blockquote {
	border: 1px dashed #999;
	margin: 1.5em 0;
	padding: 1em;
}

#contents blockquote h3 {
	margin:  0 0 5px 0;
}

#contents dl dt {
	color: #263d96;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 5px 20px;
}

#contents dl dd {
	text-align: justify;
	margin: 10px 0 5px 30px;
}

#contents strike {
	color: #CCC;
}

#contents em {
	color: #015962;
}


/* =============================================================================

	TABLES

============================================================================= */

#contents table.format {
border: 1px solid #015962;
border-spacing: 0;
border-collapse: collapse;
}

#contents table.format td, #contents table.format th {
padding: 0em 1em;
border: 1px solid #015962;
}

#contents table.format th {
background-color: #015962;
color: #ffffff;
}

/* =============================================================================

	ARTICLES

============================================================================= */

#contents ul.articlelist {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

#contents ul.articlelist li {
	margin: 0 0 15px 0;
}

#contents ul.articlelist h3 {
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#contents ul.articlelist h4 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#contents ul.articlelist h4 a img{
	margin-left: 5px;
	position: relative;
	top: 2px;
}

#contents ul.articlelist p {
	margin: 5px 0;
}


/* =============================================================================

	SMALL ARTICLES

============================================================================= */

#contents ul.smallarticlelist {
	padding: 0 20px;
	margin: 10px 0;
	border-left: 1px dashed #999;
}

#contents ul.smallarticlelist h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#contents ul.smallarticlelist h5 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#contents ul.smallarticlelist h5 a img{
	margin-left: 5px;
	position: relative;
	top: 2px;
}

/* =====================================================================

 FORM FORMATTING

===================================================================== */

#contents form {
}

#contents form fieldset {
	border: 0;
	margin: 20px 0;	
	padding: 0;	
}

#contents form fieldset legend {
	color: #263d96;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 15px;	
}

#contents form fieldset p {
	line-height: 25px;
	margin-left: 15px;
}

#contents form fieldset div {
	line-height: 25px;
	margin-left: 15px;
}

#contents form fieldset div.required label {
	font-weight: bold;
}

#contents form fieldset label {
	float: left;
	clear: left;
	text-align: left;
	width: 175px;
	padding-right: 25px;
	line-height: 25px;
	cursor: pointer;	
}

#contents form fieldset input {
	width: 450px;
	border: 1px solid #CCC;	
}

#contents form fieldset textarea {
	width: 450px;
	height: 150px;
	border: 1px solid #CCC;	
}

#contents form fieldset select {
	width: auto;
	border: 1px solid #CCC;	
}

#contents form fieldset input.button {
	font-family: Verdana, Arial, sans-serif;
	width: auto;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0 2em;
	background: #FFF url('/images/white-fade.png') bottom left repeat-x;
	font-size: 12px;
	height: 24px;
	text-decoration: none;
	color: #263d96;	
	border: 1px solid #CCC;
}


#contents form fieldset input.button:hover {
	color: #263d96;
	text-decoration: none;
	background: #F5F5F5;
	border: 1px solid #CCC;
}

#contents form fieldset .checkbox {
}

#contents form fieldset .checkbox input {
	width: auto;
}

#contents form .checkbox label {
	text-align: left;
	clear: none;
	width: auto;
	font-weight: normal;
	line-height: 1em;
}

/* =============================================================================

	GENERAL PURPOSE CLASSES

============================================================================= */

#contents .centered {
	text-align: center !important;
}

#contents .columns-2 {
	overflow: hidden;
}

#contents .columns-2 dl {
	width: 50%;
	float: left;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

#contents .button {
	font-family: Verdana, Arial, sans-serif;
	width: auto;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0 2em;
	background: #FFF url('/images/white-fade.png') bottom left repeat-x;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #CCC;
}


#contents .button:hover {
	color: #263d96;
	text-decoration: none;
	background: #F5F5F5;
	border: 1px solid #CCC;
}

#contents h3.notice {
	padding: 5px 20px 5px 35px;
	border: 1px solid #CCC;
	font-weight: normal;
	background: #FFFFF0 url('/images/icons/fugue/information_frame.png') 10px 5px no-repeat;
	color: #444;
	overflow: hidden;
}


/* =============================================================================

	SHARE PAGE BOX

============================================================================= */

#share-page {
	background: #F5F5F5;
	border: 1px solid #CCC;
	margin-top: 1em;
}

#share-page dl {
	padding: 5px 5px 10px 5px;
	margin: 0;
}

#share-page dl dt{
	padding: 0;
	margin: 0 5px 5px 5px;
	font-size: 12px;
}

#share-page dl dd{
	padding: 0 5px;
	display: inline;
	margin: 0;
	font-size: 12px;
}

#share-page dd a {
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 5px;
}

#share-page dd a.share-google {
	background: url('/images/favicons/google.png') 2px center no-repeat;
}

#share-page dd a.share-yahoo {
	background: url('/images/favicons/yahoo.png') 2px center no-repeat;
}

#share-page dd a.share-ask {
	background: url('/images/favicons/ask.png') 2px center no-repeat;
}

#share-page dd a.share-delicious {
	background: url('/images/favicons/delicious.png') 2px center no-repeat;
}

#share-page dd a.share-facebook {
	background: url('/images/favicons/facebook.png') 2px center no-repeat;
}

#share-page dd a.share-twitter {
	background: url('/images/favicons/twitter.png') 2px center no-repeat;
}

#share-page dd a.share-digg {
	background: url('/images/favicons/digg.png') 2px center no-repeat;
}

#share-page dd a.share-blogger {
	background: url('/images/favicons/blogger.png') 2px center no-repeat;
}

/* =============================================================================

	SFEEDBACK FORM

============================================================================= */

form#feedback-form {
	background: #F5F5F5;
	border: 1px solid #CCC;
	margin-top: 2em;
	padding: 5px 10px 10px 10px;	
}

form#feedback-form fieldset {
	padding: 0;
	margin: 0;
}

form#feedback-form fieldset legend {
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}

form#feedback-form fieldset p {
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}

form#feedback-form fieldset div {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

form#feedback-form fieldset div label {
	font-size: 12px;
	padding: 0 55px 0 0;
	margin: 0;
}
