* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body { 
	font-size: 62.5%; /* Base Font Size of 10px */
	background: url(../images/bkg.gif) repeat-x top center;
	color: #494949;
	font-family: Tahoma, Trebuchet MS, Verdana, Helvetica, sans-serif;
}  

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2em;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #014194;
}

p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 12px;
}

a {
	color: #014194;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #494949;
	font-weight: bold;
	text-decoration: underline;
}

a:focus, a:active {
}

a.mbrLink {
	font-weight: normal;
	text-decoration: underline;
}

img, a img {
}

ul, ol { 
	font-size: 1.4em;
	line-height: 1.3em;
	margin-left: 14px;
	padding-left: 6px;
}

/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	height: 89px;
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
	padding: 25px 0px;
	margin-top: 25px;
	border-top: 1px solid #014194;
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM ID's DIV's */


.blue { color: #014194; }

div.mbrSpecs {
	font-size: 1.1em;
	line-height: 2em;
	padding-right: 8px;
	text-align: right;
	vertical-align: top;
	color: #6c89af;
}

div.mbrInfo {
	font-size: 1.1em;
	line-height: 2em;
	padding: 0 8px;
	border-left: 1px solid #7d9cc4;
	border-right: 1px solid #7d9cc4;
	background-color: #edeef0;
	text-align: left;
	color: #014194;
}

.members {
	float: left;
	width: 284px;
	padding-right: 12px;
	margin-bottom: 20px;
}



/* FIX FOR CLEARING DIV's */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
