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

body
{
	
	font-family: Helvetica, arial, sans-serif;
	color: #222222;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;	
}

h1
{
	font-family: Helvetica, arial, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}


ul
{
	list-style-image: url('../images/li.jpg');
	text-indent: 0px;
	padding-left: 15px;
}

.headerShadowL
{
	width: 28px;
	height: 399px;
	
	background: #ffffff url('../images/leftShadow.jpg') no-repeat;
}

.headerShadowR
{
	width: 28px;
	height: 399px;
	
	background: #ffffff url('../images/rightShadow.jpg') no-repeat;
}

.headerBk
{
	background: #ffffff url('../images/headerBk.jpg') repeat-x;
}

.footerBk
{
	background: #ffffff url('../images/footer_bk.jpg') repeat-x;
	height: 110px;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
}


.bodyBk
{
	background: #ffffff url('../images/BodyBk.jpg') repeat-x;
}

a
{
	font-family: Helvetica, arial, sans-serif;
	color: #1483f4;
	font-size: 11px;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{	
	text-decoration: underline;
}

.bio_pic
{
	padding-right: 15px;
	padding-bottom: 10px;
	border: 0px;
}

.feedback
{
	width: 30px;
	height: 119px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 330px;
	text-align: right;
}

.feedback_button
{
	width: 30px;
	height: 119px;
	background: #070e16 url('../images/feedback_normal.jpg');
	display: block;
	text-indent: -10000px;
	border: 1px solid #ffffff;
	border-left: 0px;
}

.feedback_button:hover
{
	background: #000000 url('../images/feedback_hover.jpg');
	border: 1px solid #000000;
	border-left: 0px;
}


.emergency
{
	width: 30px;
	height: 170px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 150px;
	text-align: right;
}

.emergency_button
{
	width: 30px;
	height: 170px;
	background: #070e16 url('../images/emergency_normal.jpg');
	display: block;
	text-indent: -10000px;
	border: 1px solid #ffffff;
	border-left: 0px;
}

.emergency_button:hover
{
	background: #000000 url('../images/emergency_hover.jpg');
	border: 1px solid #000000;
	border-left: 0px;
}