/*  HTML Elements
----------------------------------------------------------------------------------- */
html {
	font-size:11px;
}

body, input, textarea, select {
	font:  normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

body {
	line-height:        1.3em;
	background:         url(/images/bg.gif) repeat-x;
	background-color:   #fff;
	padding: 	        0px;
	margin:		        0px;
}

img {
	display: block;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}


a          { color: #f04900; text-decoration: none; }
a:visited  { color: #f04900; text-decoration: none; }
a:hover    { color: #518fb2; text-decoration: none; }


/*  Page Layout
----------------------------------------------------------------------------------- */
.nav {
	width: 896px;
	margin: 0 auto;
}

.torso {
	width: 894px;
	padding: 1px 0px 25px 0px;
	margin: 0 auto;
	background-color: #fff;
	border: 0px;
	border-left: 1px solid #a0a2a3;
	border-right: 1px solid #a0a2a3;
}

.torso  a{
	font-weight: bold;
	line-height: 1.4em;
}

.torso  hr{
	border: 0px;
	border-top: 1px solid #dedede;
	margin: 12px 0px 6px 0px;
}

.footer {
	width: 876px;
	margin: 0 auto;
	background-color: #40474e;
	padding: 8px 10px 11px 10px;
	color: #888;
}

.footer .copyright {
	width: 250px;
	float: right;
	text-align:right;
	color: #bbb;
}

.footer a {
	color: #bbb;
	letter-spacing: normal;
}
.footer a:visited {
	color: #bbb;
	letter-spacing: normal;
}
.footer a:active {
	color: #f04900;
	letter-spacing: normal;
}
.footer a:hover {
	color: #f04900;
	letter-spacing: normal;
}


.bullet {
	vertical-align: -2px;
	display: inline;
	margin-left: 2px;
}

#subnav {
	padding: 8px 5px 9px 9px;
	font-size:1em;
	line-height:1em;
	margin-bottom: 0px;
	border-bottom: 1px solid #eeeeee; 
	background: url(/images/bg_subnav.gif) repeat-x;
}
#subnav a {
	background-image: url(/images/bullet.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 7px;
	margin: 0px 2px 0px 9px;
	width:180px;
	color:#444;
	text-decoration:none;
}
#subnav a:visited {
	text-decoration:none;
	color:#444;
}
#subnav a:active {
	color:#444;
}
#subnav a:hover {
	color:#888;
}

.subnav_bullet {
	vertical-align: -2px;
	display: inline;
	margin-left: 11px;
}

.content {
	padding: 0px 18px 18px 18px;
	margin: 0px;
}