@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#686868;
}

#page {
	width: 900px;
	margin:0 auto; 
	text-align:center; 
}

#pagecontent {
	width:900px;
	text-align:left;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#header {
	height:140px;
	width:900px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	text-align:left;
	margin-top:0px;
	padding:50px 0 0 260px;
	font-size:24px;
	color:#173374;
}
#header h2 {
	margin-top:0px;
	padding:0 0 0 260px;
	font-size:20px;
	color:#173374;
}
#header-shadow {
	height:29px;
	width:900px;
	background-image:url(../images/header-shadow.gif);
	background-repeat:no-repeat;
}

#left-column {
	width:170px;
	padding:0px 20px 20px 10px;
	margin-top:0px;
	background-color:#d9d9d9;
	float:left;
}

#left-column ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#left-column li {
	padding-left:10px;
	margin-left:0px;
	padding-bottom:3px;
	list-style:none;
	font-size:13px;
    line-height:20px;
 
}

#left-column li a:link {
	text-decoration:none;
	color:#173374;
}

#left-column li a:visited {
	text-decoration:none;
	color:#173374;
}

#left-column li a:hover {
	text-decoration:underline;
	color:#173374;
}

#left-column li a.current {
	color:#ed8c22;
}

#center-column {
	width:440px;
	padding:0px 20px 20px 25px;
	margin-top:0px;
	background-color:#f3f3f3;
	float:left;
}

#center-column #contact-box {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width:426px;
	height:103px;
	clear:both;
}

#center-column #contact-box h2 {
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	width:240px;
	padding:8px 10px 8px 10px;
	margin:0px 0px 0px 0px;

}

#center-column h1 {
	font-size:18px;
	font-weight:normal;
	color:#173374;
}

#center-column h2 {
	font-size:16px;
	font-weight:normal;
	color:#173374;
}

#center-column p, #center-column li, #center-column td {
	font-size:12px;
	font-weight:normal;
	color:#3d3d3d;
	line-height:19px;
}

#center-column a:link {color:#173374; text-decoration:underline}
#center-column a:visited {color:#173374; text-decoration:underline}
#center-column a:hover {color:#173374; text-decoration:none}

#right-column {
	width:185px;
	padding:0px 20px 20px 10px;
	float:left;
}
#right-column p {
	margin-top:0px;
	margin-bottom:10px;
}

#footer {
	height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:10px;
}

#footer #footer-left {
	width:160px;
	padding:5px 20px 5px 20px;
	background-color:#d9d9d9;
	float:left;
	color:#173374;
}

#footer #footer-left a:link {color:#173374; text-decoration:none}
#footer #footer-left a:visited {color:#173374; text-decoration:none}
#footer #footer-left a:hover {color:#173374; text-decoration:underline}

#footer #footer-right {
	width:670px;
	padding:5px 20px 5px 10px;
	background-color:#ec8c22;
	float:left;
	text-align:right;
	color:#ffffff;
}

#footer #footer-right a:link {color:#ffffff; text-decoration:none}
#footer #footer-right a:visited {color:#ffffff; text-decoration:none}
#footer #footer-right a:hover {color:#ffffff; text-decoration:underline}

.orange {color:#ed8c22;}
.blue {color:#173374;}