@charset "UTF-8";

/*  =============   */
/*  Main settings   */
/*  =============   */


html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: none;
	margin: 0px;
	text-align: center;
}

#main {
	width: 100%;
	/*height: 720px;*/
	margin: 0px;
	text-align: left;
	padding: 0px;
}

#content {
	float: left;
	width: 98%;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

#content h1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.5em;
}

#content h2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.2em;
	color: #990000;
}

#content a, #content a.visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	color: #990000;
	text-decoration: underline;
}

#content a.namedisplay, #content a.namedisplay.visited {color: rgb(0,0,0); text-decoration: none;}
#content a.namedisplay:hover {color: rgb(0,0,0); text-decoration: none;}

.big-address {
	font-size: 120%;
}


/*  =============================   */
/*  Left (main) menu styles         */
/*  =============================   */

#main-menu {
	display: none;
}

/*  =============================   */
/*  Right hand column styles        */
/*  =============================   */

#main-rightbox {
	display: none;
}


/*#main-rightbox {
	float: right;
	width: 150px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 90%;
}
#main-rightbox p {
	line-height: 130%;
	margin-top: 0px;
}
#main-rightbox ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main-rightbox ul li {
	line-height: 140%;
}
#main-rightbox h3 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main-rightbox .rightfeature {
	background-color: #d8d8d8;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	background-image: url(../images/fboxbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-rightbox .rightfeature h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333;
	padding-top: 5px;
	background-image: url(../images/widget-h3bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 130%;
}
#main-rightbox .rightfeature p {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#main-rightbox .rightfeature a {
	color: #333;
	text-decoration: none;
	display: block;
	border: 1px solid transparent;
	padding-left: 2px;
}
#main-rightbox .rightfeature a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #d8d8d8;
	border: 1px solid #CCC;
	background-image: url(../images/fboxbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-rightbox .rightfeature li {
	margin-right: 5px;
	margin-left: 5px;
	_margin-left: 10px;
	margin-bottom: 5px;
}
*/

#hideForPrint {
	display: none;
}




