/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#9ebee5;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	font-family:Tahoma;
	font-size:0.75em;
	line-height:1.555em;
	color:#000000;
	}

input, select {
	vertical-align:middle;
	font-weight:normal;
	width: 200px;
}

a {
	color:#000000; 
}
a:hover{text-decoration:none; }
p {padding-top:15px;}
strong {
	color:#000000;
}

/* ============================= main layout ====================== */

.tail-top {background:#fff url(images/header-tail.gif) top repeat-x;}
.tail-bottom {background:url(images/footer-tail.gif) bottom repeat-x;}

.link1 {background:url(images/link1-bg.gif) top repeat-x; display:block; float:right; line-height:1.001em; padding:4px 12px 4px 14px; color:#2b61a2; font-weight:bold; text-decoration:none; margin-top:15px; font-family:arial;}
.link1:hover {background:url(images/link1-bg-hover.gif) top repeat-x;}

.link2 {background:url(images/link2-bg.gif) top repeat-x; margin-top:10px;}
.link2:hover {background:url(images/link2-bg-hover.gif) top repeat-x;}

.link3 {background:#fff; color:#3d8f0a; font-weight:bold; text-decoration:none; display:block; float:right; line-height:1.001em; padding:4px 10px 4px 14px; margin-top:12px; font-family:arial;}
.link3:hover {background:#e7f5ff;}
.box1 .link3 {color:#2b61a2;}
.box1 .link3:hover {background:#e5fbc7;}
 
ul li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:12px; font-family:arial;}
ul li a {color:#2b61a2; line-height:2em; font-weight:bold;}

.list2 li {border-bottom:1px solid #c3e5a1; background:url(images/list2-bg.gif) no-repeat 0 7px; font-family:tahoma; padding:2px 0 3px 14px;}
.list2 li a {line-height:1.001em; color:#4b4a4a; text-decoration:none;}
.list2 li a:hover {text-decoration:underline;}

ol {padding-left:20px;}
ol li {color:#2b61a2; font-weight:bold; border-bottom:1px solid #d1e4f7; padding:5px 0 5px 0;}
ol li a {color:#3d8f0a; font-weight:normal; text-decoration:none;}
ol li a strong {
	color:#2b61a2;
}

.imgindent {margin:0 20px 0 0; float:left;}
.title {border-bottom:1px solid #b8d0ed; margin-bottom:18px;}
.title2 {border-bottom:1px solid #b1d29d; margin-bottom:18px;}
.box1 .title {margin-bottom:15px;}

h2 {color:#4b4a4a; margin:12px 0 4px 0;}

/* ============================= content ====================== */

.col-pad {padding-right:39px;}
.col-pad2 {padding-right:21px;}
.col-pad3 {padding-right:4px;}
.col-pad4 {margin-right:58px;}
.indent {padding:0 0 0 34px;}
.indent2 {padding:0 34px 0 24px;}
.indent3 {padding:0 34px 25px 34px;}

.line {border-bottom:1px solid #cedef2; padding-bottom:5px;}
.padding1 {padding-top:40px;}

.row2 {padding-top:37px;}
.box1 {
	background:#e7f5ff;
	padding:4px 33px 26px 24px;
}
.box2 {background:#e5fbc7; padding:24px 33px 26px 24px;}

/* ============================= footer ====================== */

#footer {color:#fff; font-weight:bold; text-align:right; font-family:arial; padding-top:10px;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */

#SearchForm {border:1px solid #adc6e3; background:url(images/form-bg.gif) top repeat-x; padding:22px; margin-top:38px;}
#SearchForm img {margin-bottom:11px;}
#SearchForm select {width:125px; border:1px solid #77a0d1; background:#77a0d1; font-size:1em; color:#fff; font-weight:bold; font-family:arial;}
textarea {
	width:393px;
	height:122px;
	border:1px solid #7c7c7c;
	background:url(images/form_bg.jpg);
	padding:0 0 0 5px;
	overflow:auto;
	font-size:1em;
}
