body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(/images/bkg/pale_line.jpg);
	background-repeat:repeat-x;
	background-position: left;
}
p { font-family: Arial, Helvetica, sans-serif; text-decoration: none ; font-size: x-small; line-height: 130%; color: #333333}
td { font-family: Arial, Helvetica, sans-serif; text-decoration: none ; font-size: x-small}

.nav_column { background-color:#FFF5CC; } 


#languages {
	width:180px;
	text-align:right;
	padding-right:8px;
	padding-bottom:6px;
}


/* Navigation Elements */

#nav {
	background-color:#FFF5CC;
	font-size:x-small;
	padding:0;
	margin:0;
	width:180px;
}

#nav_top {
	height:8px;
	width:180px;
	background-color:#FFF5CC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CDC6A7;
}

#nav_bot {
	height:8px;
	width:180px;
	background-color:#FFF5CC;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFBEB;
}


#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFBEB;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CDC6A7;
	font-size:x-small;
	color:#333333;
	width:100%;
	list-style-type:none;
	text-align:right;
}

#nav li a {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
	
	display: block;
	background-color:#FFF5CC;
	color:#333333;
	text-decoration:none;

	width:180px;
  
}

#nav li a:hover {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;

	display: block;

	background-color:#FFEB99;
	color:#000000;
	text-decoration:none;


	width:180px;
}

#nav li a:active {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;

	display: block;

	background-color:#FFEB99;
	color:#000000;
	text-decoration:none;

	width:180px;
}

html>body #nav a {
	width:auto;
}

html>body #nav a:hover {
	width:auto;
}





h1, .txt_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #063262;
	text-decoration: none;
	background-color: #EEEEE6;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEE6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A5A4;
	padding-bottom: 1px;
	padding-left: 12px;
	background-attachment: fixed;
	background-image: url(images/bkg/heading_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h2, .txt_sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #063262;
	text-decoration: none
}

.txt_small { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; text-decoration: none ; line-height: 12pt}
.txt_norm { font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-decoration: none }
.form_borders {  border: 1px #385B81 solid}

.footer { text-decoration: none; color: #FFFFFF; line-height: 150%}
a.footer:link {  color: #CCCCCC}
a.footer:active {  color: #CCCCCC}
a.footer:visited {  color: #CCCCCC}
a.footer:hover {  color: #FFFFFF}

a:link {  color: #063262; text-decoration: none}
a:active { color: #063262; text-decoration: none }
a:visited { color: #063262; text-decoration: none }
a:hover { color: #0033FF; text-decoration: none }

.footer_small { text-decoration: none; color: #FFFFFF; line-height: 150%; font-size: xx-small}

.info_headding { padding:4px; font-weight:bold; font-size: xx-small;}
.info { font-size: xx-small;}
				 
.table_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #DBDBCC;
}
.table_bodycells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #EEEEE6;
}


.table_bodycellstitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #4D4D4A;
	background-color: #EEEEE6;
	padding-top: 4px;
	padding-bottom: 4px;
}


.alertbox_table { background-color: #F0F0F0; }
.alertbox_tl { background-image:url(/images/alert/corner_tl.gif); }
.alertbox_t { background-image:url(/images/alert/edge_t.gif); }
.alertbox_tr { background-image:url(/images/alert/corner_tr.gif); }
.alertbox_l { background-image:url(/images/alert/edge_l.gif); }
.alertbox_r { background-image:url(/images/alert/edge_r.gif); }
.alertbox_bl { background-image:url(/images/alert/corner_bl.gif); }
.alertbox_b { background-image:url(/images/alert/edge_b.gif); }
.alertbox_br { background-image:url(/images/alert/corner_br.gif); }


.infobox_table { background-color: #F0F0F0; }
.infobox_tl { background-image:url(/images/infobox/corner_tl.gif); }
.infobox_t { background-image:url(/images/infobox/edge_t.gif); }
.infobox_tr { background-image:url(/images/infobox/corner_tr.gif); }
.infobox_l { background-image:url(/images/infobox/edge_l.gif); }
.infobox_r { background-image:url(/images/infobox/edge_r.gif); }
.infobox_bl { background-image:url(/images/infobox/corner_bl.gif); }
.infobox_b { background-image:url(/images/infobox/edge_b.gif); }
.infobox_br { background-image:url(/images/infobox/corner_br.gif); }


.linkbox {
	border-width: 1px;
	border-style: solid;
	border-color: #006600;
	background-color:#F0F0F0;
	padding:10px;
}

.linkbox ul {
	padding:0;
	margin:0 0 0 24px;
}

.linkbox li {
	list-style-image:url(/images/arrow.gif);
	text-align:left;
	padding:0 0 8px 12px;
}

.linkbox p {
	padding:0 0 12px 0;
	margin:0;
	font-weight:bold;
}




.alertbox {
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	background-color:#F0F0F0;
	padding:10px;
}


.alertbox p {
	padding:0 0 12px 0;
	margin:0;
}





.form_width_wide {
	width: 300px;
}
.form_width_std {
	width: 200px;
}
.form_width_narrow {

	width: 100px;
}
.txt_red {
	color: #FF0000;
}




/* HEADER STUFF */

#header {
	width:100%;
	margin:0;
	background-color:#336633;
}

#header_top {
	height:6px;
	border-bottom-width:1px;
	border-bottom-color:#132613;
	border-bottom-style:solid;
}

#header_mid {
	height:130px;
	border-top-width:1px;
	border-top-color:#95B095;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#132613;
	border-bottom-style:solid;
	background-image:url(/images/header_std.jpg);
}

#header_bot {
	height:12px;
	border-top-width:1px;
	border-top-color:#95B095;
	border-top-style:solid;
}

#header_final {
	height:14px;
	border-bottom-width:1px;
	border-bottom-color:#132538;
	border-bottom-style:solid;
	background-image:url(/images/header_shadow_blue.jpg);
	background-repeat:repeat-x;
}