/* CSS DOCUMENT - Works for Netscape 4.7x browsers and up */

/* -- [ Body ] --------------------------------------------*/
body {
	background-color: #e6efee;
}

div, body, p, table, tr, td, ol, li {
	color: #666; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}



/* -- [ Home Page ] --------------------------------------------*/
.portal-bodytext {
	line-height: 1.5em;
}

.portal-top {
	padding: 15px 18px 24px 22px;
}

.portal-top a:link, .portal-top a:visited, .portal-top a:active {
	color: #666;
	text-decoration: underline;
}

.portal-top a:hover {
	text-decoration: none;
}

.portal-bot {
	padding: 29px 18px 33px 22px;
}

.portal-bot a:link, .portal-bot a:visited, .portal-bot a:active {
	color: #666;
	text-decoration: none;
}

.portal-bot a:hover {
	text-decoration: underline;
}



/* -- [ Content Area ] --------------------------------------------*/
.pagebody {
	padding: 22px 80px 22px 22px;
	/*padding: 22px 159px 22px 22px;*/
}

.pagebody, .sidenav {
	line-height:1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #345c86; 
}

h2 {
	color: #666; 
}

h3 {
	color: #B1B1B1; 
}

a:link, a:visited, a:active {
	color: #3399ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sidenav {
	padding: 22px 33px 175px 22px;
}

.sidenav a:link, .sidenav a:visited, .sidenav a:active {
	color: #666;
	text-decoration: none;
}

.sidenav a:hover {
	text-decoration: underline;
}



/* -- [ Footer ] --------------------------------------------*/
.footer {
	padding: 15px 0 25px 0;
	color: #8C9190;
	text-align: center;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #8C9190;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.privacy {
	padding: 22px 22px 22px 22px;
}



/* -- [ Form Items ] --------------------------------------------*/
form {
	display: inline;
	margin:0;
	padding:0;
}

input.text, input.text-long, textarea.text, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	color: #565656;
}

input.text {
	width: 111px;
}

input.text-long {
	width: 120px;
}

textarea.text {
	width: 207px;
	height: 80px;
}