/*
div {
	border: 1px solid dotted #FF0000;	
	}
*/

/**********************************************************
	TAGS
**********************************************************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 10px 20px 20px 20px;
	text-align: center;
	}

p {
	padding-top: 0px;
	padding-bottom: 5px;
	}

td {
	font-size: 75%;
	line-height: 155%;
	}

h1 {
	font-size: 140%;
	color: #0523AA;
	margin-top: 10px;
	margin-bottom:-5px;
	}

h2 {
	font-size: 110%;
	color: #333333;
	margin-top: 0;
	margin-bottom: 5px;
	}

ol {
	margin-left: 2em;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
  
ul {
	margin-left: 2em;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

li {
	margin: 0;
	padding: 0;
	} 

input, select, textarea {
	font-size: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	}

table {
	border-outset: 0;
	border-spacing: 0;
	border-collapse: collapse;
	}

/**********************************************************
	DIVs
/*********************************************************/

#toolbar {
	background-color: #0523AA;
	width: 760px;
	height: 20px;
	padding-left: 10px;
	}

#tool_links {
	float: left;
	color: #FFF;
	font-size: 85%;
	}
	
#logobar {
	background-color: #FFF;
	width: 760px;
	height: 70px;
	border-bottom: 1px solid #0523AA;
	}
	
#palamon_logo {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 9px;
	}

#prev_next {
	height: 15px;
	}
	
#prev_next_links {
	font-size: 80%;	
	float: right;
	padding-right: 15px;
	padding-top: 5px;
	}
	
#sidenav {
	width: 140px;
	height: auto;
	margin-top: 13px;
	}
	
#sidenav_link_level1 {
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	}
	
#sidenav_link_level2 {
	line-height: 12px;
	font-size: 90%;
	margin-top: -2px;
	margin-bottom: -5px;
	padding-top: 0;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0;
	}

#sidenav_link_level3 {
	line-height: 10px;	
	font-size: 80%;
	color: #666;
	margin-top: -5px;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 0;
	background: url("/images/section.gif") no-repeat left top;
	}

#nav_on{
	color: #0523AA;	
	}

#content_area {
	width: 585px;
	float: left;
	}

#body_text {
	text-align: left;
	}
	
#body_text font  b{
	font-size: 80%;
	color: #0523aa;
	font-weight: normal;
	}

#blue_text {
	color: #0523AA;	
	}

#legend {
	line-height: 180%;
	}
	
#footer {
	font-size: 80%;
	background: #ECECEB;
	border-top: 1px solid #AFAAA7;
	border-bottom: 8px solid #0523AA;
	margin-top: 30px;
	}
	
#footer_text {
	font-size: 80%;
	color: #2F2A31;
	}
	
/**********************************************************
	CLASSES
**********************************************************/

.input {
	margin-top: -2px;
	margin-bottom: -2px;
}

.input_error  {
	background: #FF4E4E;
	margin-top: -2px;
	margin-bottom: -2px;
}

/**********************************************************
	LINKS
**********************************************************/

a:link {
	text-decoration: underline; color: #009;
	}
a:visited {
	text-decoration: underline; color: #009;
	}
a:active {
	text-decoration: underline; color: #C00;
	}
a:hover {
	text-decoration: underline; color: #C00;
	}

a.tools:link {
	text-decoration: none; color: #FFF;
	}
a.tools:visited {
	text-decoration: none; color: #FFF;
	}
a.tools:active {
	text-decoration: underline; color: #FFF;
	}
a.tools:hover {
	text-decoration: underline; color: #FFF;
	}

a.footer:link {
	text-decoration: none; color: #776D6A;
	}
a.footer:visited {
	text-decoration: none; color: #776D6A;
	}
a.footer:active {
	text-decoration: underline; color: #776D6A;
	}
a.footer:hover {
	text-decoration: underline; color: #776D6A;
	}

a.nav:link {
	text-decoration: none; color: #0523AA; font-weight: bold;
	}
a.nav:visited {
	text-decoration: none; color: #0523AA; font-weight: bold;
	}
a.nav:active {
	text-decoration: underline; color: #0523AA; font-weight: bold;
	}
a.nav:hover {
	text-decoration: underline; color: #0523AA; font-weight: bold;
	}

a.subnav:link {
	text-decoration: none; color: #000;
	}
a.subnav:visited {
	text-decoration: none; color: #000;
	}
a.subnav:active {
	text-decoration: underline; color: #000;
	}
a.subnav:hover {
	text-decoration: underline; color: #000;
	}

a.prevnext:link {
	text-decoration: none; color: #000;
	}
a. prevnext:visited {
	text-decoration: none; color: #000;
	}
a. prevnext:active {
	text-decoration: underline; color: #000;
	}
a. prevnext:hover {
	text-decoration: underline; color: #000;
	}