html * {
	margin: 0;
	padding: 0;
}
body{
	background: #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
sup{
	font-size: 8px;
	line-height: 0px;
}
a{
	color: #559cbe;
}
h2{
	font-size: 20px;
	margin: 5px 0px 14px 0px;
	color: #fff;
}
h4{
	font-size: 14px;
	color: #fff;
}
h5{
	font-size: 12px;
	color: #12597c;
	font-weight: bold;
}
p{
	margin-bottom: 18px;
}
img{
	border: 0;
}

hr { 
	color: #D1D2D4;
	background-color: #D1D2D4;
	size: 1px;
	height: 1px;
	border: 0;
	border-bottom: 0px solid #D1D2D4;
	margin-bottom: 15px;
 }

#container{
	width: 955px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: #000 url(shared_graphics/container_bg.gif) repeat-y top left;
}

#header{
	position: relative;
}

#header #logo{
	width: 300px;
	float: left;
}

#header #picture{
	float: left;
	margin-left: 5px;

}

#header h1{
	font-size: 18px;
	line-height: 18px;
	color: white;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#sidebar{
	width: 305px;
	position: relative;
	float: left;
}

#sidebar #menu{
	list-style-type: none;
	display: block;
	background: #292a29;
}

#sidebar #menu li {
	list-style-type: none;
	display: inline;
}

#sidebar #menu li a{
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 25px;
	padding-left: 25px;
	background: url(shared_graphics/menu_off.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	height: 1%;
}

#sidebar #menu li a:hover{
	color: #559cbe;
}

#sidebar #callout{
	padding: 20px 20px 20px 40px;
	position: relative;
}

#sidebar #callout p{
	line-height: 16px;
}

#sidebar #callout h3{
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 18px;
	font-weight: bold;
}
#sidebar #callout ul{
	list-style-type:none;
}
#sidebar #callout li{
	list-style-type: none;
	padding: 5px 0px 5px 17px;
	background: url(shared_graphics/callout_bullet.gif) no-repeat 3px 9px;
	line-height: normal;
}
#content{
	width: 650px;
	position: relative;
	float: right;
}

#footer{
	position: relative;
	width: 630px;
	left: 305px;
	bottom: 0px;
	background: #535353 url(shared_graphics/copy_logo.gif) no-repeat right center;
	padding: 10px;
	clear: both;
}
#footer #copy{
	font-size: 10px;
	margin-top: 5px;
}
#footer a{
	color: #fff;
}

.hilite{
	font-weight: bold;
	color: #559cbe;
}

.marginTop{
	margin-top: 15px;
}

.caps{
	text-transform: uppercase;
}