/* CSS Document */
/* BODY */
body {
	width: 745px;
	margin: auto;
	padding: 0px;
	overflow: visible;
	font-family: verdana, arial, lucida grande;
	font-size: 11px;
	color: #4c4c4c;
	background: #b0c5da;
}

a {
	color: #0054a6;
	text-decoration: none;
}

a:visited {
	color: #0054a6;
}

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

#background-hack {
	background: #ffffff url(../images/background.gif) repeat-y left top;
}

img	{
	border: 0px;
}

img.left {
	padding: 4px 4px 4px 4px;
	margin: 0px 10px 6px 0px;
	float: left;
	border: #cccccc 1px solid;
}

#address {
	font-size: 10px;
	color: #999999;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
	border-bottom: #cccccc 1px dotted;
}
/* BODY END */

/* HEADER */
#header {
	width: 735px;
	height: 165px;
	background: #606870;
}

#header-links {
	width: 725px;
	height: 15px;
	padding: 5px;
	background: #ffffff;
}

#header-links1 {
	width: 725px;
	height: 15px;
	padding: 5px 5px 6px 5px;
	font-weight: bold;
	color: #ffffff;
	background: #0054a6 url(../images/links1.gif) repeat-x left top;
}

#header-links1 a {
	color: #ffffff;
	text-decoration: none;
	vertical-align:bottom;
}

#header-links1 a:hover {
	color: #cccccc;
	text-decoration: underline;
	vertical-align: bottom;
}
/* HEADER END */

/* FOOTER */
#footer {
	clear:both;
	width: 735px;
	height: 45px;
	background-color: #ebebeb;
	background:  url(../images/footer.gif) repeat-x left top;
	color: #666666;
	font-size: 10px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

#footer p {
	margin-top: 0px;
}

.w3c {
	padding-top: 8px;
}
/* FOOTER END*/

/* HOME */
#home {
	width: 400px;
	padding: 20px 10px 50px 0px;
	margin: 0px 0px 0px 10px;
	line-height: 1.4;
	text-align: left;
	border-right: 1px dotted #cccccc;
}

#home h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	color: #0054a6;
	padding: 0px 0px 5px 0px;
}

#home h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: none;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	color: #0054a6;
	padding: 10px 0px 2px 0px;
}

#home h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: none;
	text-align: left;
	border-bottom: none;
	color: #0054a6;
	padding: 0px 0px 2px 0px;
}

#home-nav {
	font-size: 11px;
	float: right;
	width: 275px;
	padding: 20px 10px 10px 10px;
	margin: 0px 13px 0px 0px;
	background-color: #ffffff;
}

#home-nav li {
	list-style-type: none;
	display: inline;
}

#home-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home-nav li a {
	display: block;
	padding: 4px 4px 4px 15px;
	background: transparent url(../images/bullet_b.gif) no-repeat left center;
	background-color: #ebebeb;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#home-nav li a:hover {
	display: block;
	padding-left: 15px;
	background: transparent url(../images/bullet_w.gif) no-repeat left center;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	background-color: #e1e1e1;
}

#home-nav h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	color: #0054a6;
	padding: 2px 0px 6px 0px;
	margin: 11px 0px 1px 0px;
}
/* HOME END */

/* MAIN */
#main {
	width: 500px;
	padding: 20px 0px 50px 10px;
	margin: 0px 0px 0px 195px;	
	line-height: 1.4;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

#main h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	color: #0054a6;
	padding: 0px 0px 5px 0px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: none;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	color: #0054a6;
	padding: 10px 0px 2px 0px;
}

#main h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-transform: none;
	text-align: left;
	border-bottom: none;
	color: #0054a6;
	padding: 0px 0px 0px 0px;
}

#main a {
	color: #0054a6;
	text-decoration: underline;
}

#main a:visited {
	color: #0054a6;
}

#main a:hover {
	color: #999999;
	text-decoration: underline;
}

#main li {
	list-style-type: none;
	display: block;
	background: transparent url(../images/bullet.gif) no-repeat left top;
	padding: 0px 0px 0px 10px;
}

.dots {
	text-align: center;
}
/* MAIN END */

/* SIDEBAR */
#sidebar-left {
	font-size: 11px;
	float: left;
	width: 173px;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 10px;
	background-color: #ebebeb;
}

#sidebar-left li {
	list-style-type: none;
	display: inline;
}

#sidebar-left ul {
	margin: 0px;
	padding: 0px;
}

#sidebar-left li a {
	display: block;
	padding: 4px 4px 4px 15px;
	background: transparent url(../images/bullet_b.gif) no-repeat left center;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#sidebar-left li a:hover {
	display: block;
	padding-left: 15px;
	background: transparent url(../images/bullet_w.gif) no-repeat left center;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	background-color: #e1e1e1;
}

#sidebar-left h3 {
	margin: 0px 0px 0px 0px;
	padding: 6px 2px 6px 6px;
	font-size: 11px;
	color: #ffffff;
	background: #0054a6 url(../images/sidebar-left.gif) repeat-x left top;
}
/* SIDEBAR END */

table {
	width: 500px;
	border-collapse: collapse;
}

td.id1 {
	background-color: #606870;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}

td.id2-1 {
	background-color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}

td.id2-2 {
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	padding: 8px;
}

td.id3-1 {
	background-color: #ebebeb;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}

td.id3-2 {
	background-color: #ebebeb;
	font-weight: normal;
	text-align: left;
	padding: 8px;
}
