body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


h1 {
	font-size: 1.1em;
	color: #0c2577;
	margin-top: 20px;
}

h2 {
	font-size: 1.1em;
	color: #003f7c;
	font-weight: normal;
	margin-bottom: -.5em;
}

h3 {
	color: #0c2577;
	font-size: 1em;
	margin-bottom: .5em;
}

p {
	color: #656565;
	font-size: .75em;
	line-height: 1.3em;
}

ul {
	color: #656565;
	font-size: .75em;
	line-height: 1.3em;
}

ol {
	color: #656565;
	font-size:.75em;
}

sup {
	font-size: .7em;
}

a:link {
	color: #899b08;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color : #899b08;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color : #a6bc09;
	font-weight: bold;
	text-decoration: underline;
}

.heading {
	padding: 10px 20px;
}

body { 
margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
} 


.top {
	color: #fff;
	background-color: #AFB0B3;
	font-size: .7em;
	font-weight: bold;
}

.footer {
	padding: 20px 0 10px 0;
}

#sidenav { 
position:absolute; 
left:0; 
top:77; 
padding:5; 
width:200px; 
height:1000px; /* works only if parent container is assigned a height value */ 
color:#b2b2b2; 
background:#a6bc09;
font-size:.75em; /* don't even use pixels here */
} 

.sidenav-links {
	margin-top: .75em;
	margin-bottom: .75em;
}

.content {
	padding: 20px;
}

.widget-title-middle {
	background: url(../images/title_middle.jpg) repeat-x;
}

.widget-border {
	border-left: 1px #b7b8ba solid;
	border-right: 1px #b7b8ba solid;
	border-bottom: 1px #b7b8ba solid;
	padding: 10px;
}

.field-label {
	font-size: .75em;
	color: #787878;
}

.cell {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 5px;
}

.cell-end {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 5px;
}

.cell-end2 {
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 5px 0;
}

.cell-onecell {
	border: 1px solid #d2d2d2;
	padding: 5px;
}

.cell-bottom {
	background-color: #d2d2d2;
}

.cell-feature {
	background-color: #f1f1f1;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 20px;
}

.cell-feature-end {
	background-color: #f1f1f1;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 20px;
}

.cell-feature-onecell {
	background-color: #f1f1f1;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 20px;
}

.item {
	background-color: #e6e6e6;
	padding: 3px;
	border-bottom: 2px #fff solid;
	font-size: .7em;
}

.bluecell {
	background-color: #0c2577;
	color: #fff;
	padding: 5px;
	font-size: .75em;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}


.small {
	font-size: .7em;
}

.bluebold {
	color: #0c2577;
	font-weight: bold;
}

.greenbold {
	color: #a6bc09;
	font-weight: bold;
}

.bluetext {
	color: #0c2577
}

.accent {
	color: #e6a801;
}

.error {
	color: #FF4500;
	font-weight: bold;
}

.caption {
	font-size: .7em;
	color: #6C6D69;
	font-weight: bold;
}

.button {
	font-size: .75em
}

.field {
	font-size: .75em;
}

.field_label {
	font-size: .75em;
}

.list {
	font-size: .75em;
}

.content {
	padding: 10px 10px 10px 30px;
}

.submitLink {
	color: #004990;
	font-size: .75em;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}
	
