* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e0e0e0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	color: #202c8b;
	text-decoration: none;
}

a:hover {
	color: #15b0b4;
	text-decoration: none;
}

img {
	border: none;
}

hr.content_break {
	border: none;
	background-color: gray;
	color: gray;
	height: 1px;
	margin: 5px 0px;
}

hr.title_break {
	border: none;
	background-color: #afc6d2;
	color: #afc6d2;
	height: 2px;
	margin: 5px 0px;
}

hr.news_break {
	border: 2px dotted #dddddd;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	margin: 10px 0px;
}

p {
	margin: 8px 0px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

li {
	margin: 0px 30px;
}

li.link_primary {
	/* background-image: url(../img/arrow.gif); */
	background-repeat: no-repeat;
	background-position: right;
	border-top: 2px solid #98b1c4;
	border-bottom: 1px solid #98b1c4;
	background-color: #c8d7e3;
	list-style-type: none;
	padding: 5px 10px;
	margin: 0px !important;
	font-weight: bold;
}

li.anchor_secondary {
	background-color: white;
	border-bottom: 1px solid #98b1c4;
	list-style-type: none;
	padding: 5px 20px;
	margin: 0px !important;
}

input, textarea, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

input.buttonDef {
	background-color: #d2d4e7;
	border-top: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 0px 4px;
}

span.field_info {
	font-size: 90%;
	color: #aaaaaa;
}

.textDef {
	border: 1px solid gray;
}

.translucent {
	filter: alpha(opacity=20);
	opacity: 0.20;
	-moz-opacity: 0.20;
}

.opaque {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

div.extra_action {
	margin-top: 10px;
	background-color: white;
	border-top: 3px solid #98b1c4;
	border-bottom: 1px solid #98b1c4;
	padding: 5px;
}

#primary_body {
	width: 810px;
	margin: auto auto;
	border-collapse: collapse;
	visibility: hidden;
}

#shade_left {
	background-image: url(../img/page_bg_left.gif);
	background-repeat: repeat-y;
	width: 20px;
}

#shade_right {
	background-image: url(../img/page_bg_right.gif);
	background-repeat: repeat-y;
	width: 20px;
}

#master {
	background-color: white;
	padding: 0px 10px;
	height: auto; /*auto*/
}

#shade_bottom_left {
	background-image: url(../img/page_bg_bottom_left.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#shade_bottom_right {
	background-image: url(../img/page_bg_bottom_right.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#shade_bottom_center {
	background-image: url(../img/page_bg_bottom.gif);
	background-repeat: repeat-x;
	height: 20px;
}

#header {
	background-image: url(../img/header_img.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 750px;
	height: 80px;
	top: 0px;
	left: 50%;
	margin-left: -375px;
}

#nav {
	position: absolute;
	width: 750px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -375px;
	z-index: 10;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0px !important;
}

#nav li ul {
	color: black;
	display: none;
	margin-top: -2px;
}

#nav li ul a:link, #nav li ul a:visited {
	color: #666666;
	text-decoration: none;
}

#nav li ul a:hover {
	color: black;
	text-decoration: underline;
}

#nav li ul li {
	background-color: white;
	border-right: 1px solid #a4aab3;
	border-bottom: 1px solid #a4aab3;
	border-left: 1px solid #a4aab3;
	float: none;
	position: relative;
	padding: 5px 10px;
	width: 103px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.over ul ul,
#nav li.over ul ul ul,
#nav li.over ul ul ul ul {
	display: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.over ul,
#nav li li.over ul,
#nav li li li.over ul,
#nav li li li li.over ul {
	display: block;
}
#nav li ul li:hover,
#nav li ul li.over {
	background-color: #eaeaea !important;
}

#nav_bottom {
	background-image: url(../img/nav_bottom_img.gif);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	position: absolute;
	width: 750px;
	height: 5px;
	top: 110px;
	left: 50%;
	margin-left: -375px;
	z-index: 5;
}

#main {
	position: absolute;
	width: 750px;
	top: 113px;
	height: auto; /*auto*/
}

#main_menu {
	background-color: #eff5f8;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 154px;
}

#main_menu_title {
	background-image: url(../img/left_menu_title.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 154px;
	height: 31px;
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 8px;
	letter-spacing: 1px;
}

#main_menu_content {
	background-color: #eff5f8;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 154px;
}

#main_content {
	background-image: url(../img/main_bg_top1.gif);
	background-repeat: repeat-x;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 155px;
	padding: 8px 10px;
}

#main_content img {
	padding: 0px 10px;
}

#main_news {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 170px;
	height: 100%;
}

#main_news_content {
	background-color: #eff5f8;
	border-left: 1px solid #afc6d2;
	border-bottom: 1px solid #afc6d2;
	border: 1px solid #afc6d2;
	position: absolute;
	top: 28px;
	right: 0px;
	width: 148px;
	padding: 10px;
}

#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-color: white;
	position: absolute;
	width: 750px;
	
}

#footer_top {
	text-align: center;
	margin-top: 6px;
}

#footer_top a:link, #footer_top a:visited {
	margin: 0px 20px;
	color: white;
	text-decoration: none;
}

#footer_top a:hover {
	color: white;
	text-decoration: underline;
}

#footer_bottom {
	color: #202c8b;
	padding: 10px 5px;
	height: auto;
}

#footer_bottom p {
	width: 25%;
	float: left;
}

#error_message {
	margin: 5px;
	padding: 5px;
	font-size: 80%;
	border: 1px solid #ff3333;
	color: #ff3333;
}

#change_password {
	border: 2px dotted #0a86a5;
	background-color: #eff5f8;
	padding: 10px;
	position: absolute;
	width: 220px;
	height: auto;
	top: auto;
	left: 50%;
	margin-left: -110px;
	z-index: 10;
}
