@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #006195;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006195;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom:0;
	margin:0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #006195;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006195;
	text-decoration: none;
}
a:hover {
	color: #90BAD1;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	text-align: left;
	width: 715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* header */

#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 71px;
	width: 715px;
}

/* image */

#image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0d6998;
	border-bottom-color: #0d6998;
	width: 715px;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* contact box */

#lefthandwrapper {
	float: left;
	width: 209px;
	}

#contact {
	float: left;
	width: 209px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

#contact p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.contact-text-blue {
	color: #0d6998;
	font-weight:bold;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	width: 209px;
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	padding: 0;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom:7px;
	margin:0;
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
}


/* content */

#content {
	clear: right;
	float: right;
	width: 480px;
	margin-left: 26px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.content-image {
	float: right;
	width: 144px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	}
	
#content ul li {
	padding: 5px;
	}


#content ul li a {
	color: #006195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#content ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #90B9D4;
	text-decoration: none;
}

/* navigation */

#nav {
	float: left;
	width: 209px;
	padding-top: 10px;
}

#nav ul {
	list-style: none;
	padding-top: 6px;
	background: url(images/navbox-top.gif) no-repeat 0 0;
	}



#nav ul li {
	margin: 0;
	padding: 0;
	background-color:#90B9D4;
	}

#nav ul li a {
    background:url(images/nav-link-bg.gif) no-repeat center center;
    display:block;
    padding:8px 0 8px 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

	
#nav ul li a:hover {
	color: #90B9D4;
	text-decoration: none;
	}

#nav ul li.last {
	padding-bottom: 7px;
	background: url(images/navbox-bottom.gif) no-repeat 0 100%;/*Positions background to bottom of <li>*/
	background-color:#90B9D4;
	}
	
	
/* IE6 Hack to remove whitespace in the nav */

#nav a { display: inline-block; }
#nav a { display: block; }



/* end hack */
	
/* end navigation */

/* footer */

#footer {
	float: left;
	width: 715px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0d6998;
	text-align: right;
	margin-top: 0px;
	padding-top: 10px;
}	

.footer-text a:link {
	color: #000000;
	text-decoration: none;
}
.footer-text a:hover {
	color: #90B9D4;
	text-decoration: none;
}
.footer-text a:visited {
	color: #000000;
	text-decoration: none;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	padding-top: 0px;
}
