* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body { font-size: 62.5%; /* Base Font Size of 10px */
	font-family: Verdana, Helvetica, Arial, san-serif;
	color: #003c91;
}  

#wrapper {
	width: 860px;
	margin: 0 auto;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}


h1 {
	font-size: 2em;
	color: white;
}

h2 {
	font-size: 1.7em;
	color: white;
}

h3 {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 5px;
	color: white;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: white;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 8px;
	color: white;
}

hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
}

a {
	color: #003c91;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus, a:active {
}

img, a img {
}


/* NAVIGATION */


#navigation {
	width: 153px;
	float: right;
	padding: 8px 13px 0 0;
	
}


#side-nav {
	font-size: 1.4em;
	line-height: 1.9em;
	border-bottom: 1px solid #ccc;
}

#side-nav ul {
	margin: 0;
	padding: 0;
	
}

#side-nav li {
	list-style: none;
	border-top: 1px solid #ccc;
}

#side-nav a {
	text-decoration: none;
	font-weight: normal;
}

#side-nav a:hover {
	color: #ffcc00;
}

/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
	color: #fff;
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
}

#content {
	width: 616px;
	float: left;
}

#main {
	width: 516px;
	min-height: 400px; 
	padding: 20px 50px 1px 50px;
	background: url(../images/bkg.gif) top center repeat-y;
}

#sidebar {
	width: 218px;
	height: 500px; /*Delete This */
	float: left;
	margin-right: 13px;
	text-align: right;
	padding: 15px 13px 0 0;
}


#footer {
	width: 616px;
	min-height: 55px; 
	background: url(../images/content-bottom.gif) bottom center no-repeat;
}



/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM CLASSES AND IDs */

.yellow {
	color: #ebe81d;
}

.blue {
	color: #003c91;
}

.white {
	color: #fff;
}

a.altLink {
	font-weight: normal;
	text-decoration: none;
}

a.altLink:hover {
	text-decoration: underline;
}


/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.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 */
