@charset "utf-8";
/* CSS Document */

body {
		font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
		font-size: small;
		background-color: #d9d9d9;
		text-align: center;}

dl {
		font-size: small;}

dt {
		padding-top: 10px;
		font-weight: bold;}

#bodyWrapper {
		border: 2px solid #000000;
		background-color: #c8cada;
		width: 670px;
		height:1%}

#banner {
		width: 670px;
		height: 68px;
		margin: 0;
		padding: 0;
		border: none;}

#topNav {
		background: url('./buttonbar.png') no-repeat left top;
		width: 670px;
		height: 19px;
        	text-align: left;}

#contentWrapper {
		float: left;
		background-color: #ffffff;
		clear: none;}

#leftCol {
		background-color: #ffffff;
		float: left;
		width: 145px;}

#mainContent {
		float: left;
		background-color: #ffffff;
		width: 363px;
		padding: 5px 5px 15px;
		border: #8b94dc solid;
		border-width: 0 1px;}

#rightCol {
		float: right;
        	width: 150px;
		height: inherit;
		padding-top: 50px;
		border-width: 0 0 0 1px;
		clear: right;}

#bottomNav {
		clear: both;
		background-color: #223b6b;
		border-top: 1px solid #000000;
		width: 670px;
		height: 19px;}

.topBottomNavigation {
		text-transform: capitalize;
		font-variant: small-caps;
		color: #cccccc;}

.alignRight {
		width: 100%;
		text-align: right !important;}

.blankBox {
		border: 0px;
		width: 90%;
		margin-left: 0px;
		margin-top: 0;
		padding: 5px;}

.lineBox {
		width: auto;
		height: auto;
		margin: 0 20px;
		border: 1px solid #8b94dc;
		padding: 5px;}
.content { text-align: left;}

.fieldLabel {
		width: 90px;
		float: left;
		text-align: left;
		background: #c8cada;
		border: 1px #8b94dc solid;
		padding-left: 5px;}
.fieldInput {
		width: 90px;
		text-align: left;
		background: #c8cada;
		border: 1px #8b94dc solid;
		vertical-align: top;
		padding-left: 5px;}

h1, h2, h3 {
		text-align: left;
		font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
		color: #027;
		width: 90%;
		margin-bottom: 0px;}

h1 {		font-size: 1.4em;
		border-bottom: 1px #8b94dc solid;}
h2 {		font-size: 1.2em;
		border-bottom: 1px #8b94dc solid;}
h3 {		font-size: 1.1em;}

a, a:link, a:visited, a:active { 
		color: #006;
		font-weight: bold;}
a:hover { 
		color: #339;}

ul {		margin-top :5px;
		margin-bottom: 0px;}

li {		margin-bottom: 5px;}

a.textButton {
		display: block;
		text-align: center;
		margin: 10px;
		width: 127px;
		height: 31px;
		text-decoration: none;
		font-size: .9em;
		font-weight: bold;
		color: #ccf;
		line-height: .85;}
a.textButton:link, a.textButton:visited, a.textButton:active {
		color: #ccf;
		background: url('bluebutton.png') no-repeat left top;}
a.textButton:hover { 
		color: #ccf;
		background: url('redbutton.png') no-repeat left top;}

a.topNavLink {
		font-weight: normal;
		font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
		text-decoration: none;}
a.topNavLink:link, a.topNavLink:visited, a.topNavLink:active { 
		color: #eeeeee;}
a.topNavLink:hover { 
		color: #bbbbbb;}

a.sideNavLink {
		text-decoration: none;
		font-weight: normal;
		font-size: .9em;
		line-height: 2em;
		border-bottom: 1px #ccc solid;
		text-transform: capitalize;
		font-variant: small-caps;}
a.sideNavLink:link, a.sideNavLink:visited, a.sideNavLink:active { 
		color: #555;}
a.sideNavLink:hover { 
		color: #027;}

a.bottomNavLink {
		text-decoration: none;
		font-size: .8em;
		line-height: 1;}
a.bottomNavLink:link, a.bottomNavLink:visited, a.bottomNavLink:active { 
		color: #eee;}
a.bottomNavLink:hover { 
		color: #bbb;}

a.linkButton {
		text-align: center;
		color: #fff !important;
		margin: 10px;
		width: 127px;
		height: auto;
		text-decoration: none;
		font-size: .9em;
		font-weight: bold;
		line-height: 2;
		border-width: 3px 0px;
		border-style: double;
		text-decoration: none;
		padding: 5px 5px 5px 15px;
		background: url(arrow.png) no-repeat 5px;}
a.linkButton:link, a.linkButton:visited, a.linkButton:active { 
		background-color:#14254F;
		color: #fff;}
a.linkButton:hover { 
		background-color: #600;
		color: #fff;}

abbr {border-bottom: 1px #14254F dotted;}

.tdBorder th, .tdBorder td {
		white-space: nowrap;
		border: 1px #8b94dc solid;
		border-collapse: collapse;
		text-align: left;
		vertical-align: top;
		font-size: .9em;
		}

.tdBorder th { font-weight: bold;}

.clickMeDiv {
		display: inline;
		border-bottom: 1px black solid;
		cursor: hand; }
		
.floatRightDiv {
		display: inline;
		float:right;}