/* CSS Document */
/* HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-image:url(../images/bkgd_gray_700a.jpg);
	background-repeat:repeat-y;
	background-position:top left;*/
	background-color:#FFFFFF;
	margin: 0px;
}
img#logo {
	padding-top: 5px;
}
h1 {
	font-size: 14px;
	margin-bottom: -10px;
}
h2 {
	font-size: 12px;
}
caption {
	font-weight: bold;
	text-align:left;
	font-size: 12px;
}
p.righttext {
	text-align:right;
	font-size:12px;
}
p.crumbs {
	padding-top: -5px;
	font-size: 10px;
}
ul.subbullets {
	margin-left: -10px;
}
*html ul.subbullets {
	margin-left: 15px;
}
*:first-child+html ul.subbullets {
	margin-left: 15px;
}
.highlight {
	color: #CC0033;
	font-weight:bold;
}
/*******************PAGE LAYOUT STYLES *********************/
#wrapper{
	background-color: #FFFFFF;
}
#wrapper #icons {
	margin-left: 350px;
}
#header {
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
	height: 130px;
	width: 700px;
	background-color:#FFFFFF;
}
#contactbar {
	background-color: #CCCCCC;
	width: 100%;
	height: 20px;
	letter-spacing: 1px;
}
.phonefax {
	padding-left: 10px;
	color: #000000;
	font-weight:bold;
	padding-top: 2px;
}
#leftcolumn {
	display: none;
}
#middlecolumn {
	width: 100%;
	margin-top: 10px;
	padding-bottom:10px;
	height: 100%;
}
#middlecolumn_short {
	width: 100%;
	margin-top: 10px;
	padding-bottom:35%;
}
#footer {
	border-top: 1px solid #000000;
	color: #000000;
	font-size:12px;
	width: 100%;
	padding: 10px 0px;;	
}



