@charset "utf-8";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #3f3f3f;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #45464c;
	padding: 0px;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#wrapper {
	width: 755px;
	margin: 16px auto 0px auto;
	background-color: #FFFFFF;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #0060b6;
	padding: 0px;
	margin: 0px 0px 18px 0px;
}

h2 {
	font-size: 1em;
}

#col_right h3 {
	font-size: 1em;
	text-align: right;
}

a {
	text-decoration: underline;
	color: #0060b6;
}

a:hover {
	color: #f2f2f2;
	background-color: #0060b6;
	text-decoration: none;
}

blockquote {
	background-color: #EAEAEA;
	border-top: 2px solid #0060b6;
	padding: 13px;
	font-style: italic;
	background-image: url(../images/tear_btm.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.hidden {
	display: none;
}

/* Header
---------------------------------------------------------------------------------------------- */
#header {
	height: 117px;
	display: block;
	background-color: #00649e;
	background-image:url(../images/header_gfx.jpg);
	background-repeat:no-repeat;
}

#header_menu {
	height: 21px;
	background-color: #002641;
	background-image:url(../images/header_menu.jpg);
	list-style: none;
	padding: 4px 0px 0px 0px;
	text-align: center;
	margin: 0px;
	display: block;
}

#header_menu li, #header_menu li a {
	width: auto;
	height: 21px;
	display: inline;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

#header_menu li a:hover {
	text-decoration: underline;
	background: none;
}

#header_btm {
	height: 27px;
	display: block;
	background-image:url(../images/header_btm.jpg);
}

/* Main content
---------------------------------------------------------------------------------------------- */
#col_right {
	width: 170px;
	display: block;
	float: right;
	margin-left: 20px;
	padding: 28px 18px 0px 0px;
}

#col_right .level_01, #col_right .level_02 {
	list-style: none;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#col_right .level_01 a {
	display: block;
	background-color: #f4f4f4;
	color: #666666;
	border-right: 3px solid #0060b6;
	padding: 7px;
	margin: 0px 0px 2px 0px;
	text-decoration: none;
}

#col_right .level_02 a {
	text-decoration: none;
	color: #666666;
	background-color:#FFFFFF;
	border-right: 3px solid #E4EFF8;
}

#col_right .level_01 a.on, #col_right .level_01 a:hover {
	background-color:#dfdfdf;
}

#col_left {
	width: 532px;
	display: block;
	float: right;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 15px;
}

#col_left .level_01 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#col_left .level_02 {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#col_left .level_02 a, #col_left .level_01 a {
	text-decoration: none;
}

#col_left .level_02 a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0px;
	color: #666666;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}

#col_left .level_02 a.on, #col_left .level_02 a:hover {
	background-position: 3px 50%;
	background-color: #ffffff;
	color: #0060b6;
}

#col_right .level_01 .no_hover:hover {
	background-color: #F4F4F4;
}


/* Footer
---------------------------------------------------------------------------------------------- */
#footer_rnd {
	height: 13px;
	display: block;
	background-image:url(../images/footer_rnd.jpg);
	background-repeat:no-repeat;
	background-color: #45464C;
}

.footer {
	width: 755px;
	display: block;
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer ul, .footer li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.footer li a {
	padding: 0px 10px;
	border-right: 1px solid #CCCCCC;
}

.footer .end {
	border: none;
}

.footer a {
	text-decoration: none;
	color: #CCCCCC;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: none;
}

.footer p {
	margin-top: 25px;
}

/* Alert Messages
---------------------------------------------------------------------------------------------- */
.alert_message {
	background-color: #ebebeb;
	margin: 18px 0px;
	border: 1px #cccccc dashed;
	background-image:url(../images/ico_info.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 15px 50px 15px 50px;
}

.tip {
	color:#666666;
	font-size: 0.8em;
	text-decoration: none;
}

.title_red, .title_orange, .title_green {
	font-weight: bold;
}

.title_red {
	color:#FF0000;
}

.title_orage {
	color: #FF6600;
}

.title_green {
	color:#009933;
}

/* General
---------------------------------------------------------------------------------------------- */
.help {
	cursor: help;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}


input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

.submit input, .submit input:focus, .button, .button:focus {
	background: url( ../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0.15em;
}
