body{
	color: #000000;
	background-color: #FAFAFA;
	background-image: url(imgs/pageBkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-size: 10px;
	font-family: Tahoma, helvetica, Arial;
	font-weight: normal;
}

h1{
	text-align: right;
	font-family: Times;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #999999;
	background-image: url(imgs/h1_underline_orange.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

ul#menu{
	list-style: none inside;
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 0 0px;
	text-align: right;
}

ul#menu a{
	background-image: url(imgs/menuArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5 30 5 0px;
	font-size: 14px;
	font-family: Tahoma, helvetica, Arial;
	font-weight: bold;
	color: #999999;
}

ul#menu a:link, 
ul#menu a:visited{
	text-decoration: none;
}

ul#menu a:hover{
	text-decoration: none;
	background-image: url(imgs/menuArrow_sel.png);
	background-repeat: no-repeat;
	color: #000000;
}

ul#menu a:active{
	text-decoration: none;
}

a{ color: #000000;}
 
a:link, a:visited{
	font-size: 11px;
	font-family: Tahoma, helvetica, Arial;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	font-size: 11px;
	font-family: Tahoma, helvetica, Arial;
	font-weight: normal;
	text-decoration: underline;
}

a:active{
	font-size: 11px;
	font-family: Tahoma, helvetica, Arial;
	font-weight: normal;
	text-decoration: none;
}

td{
	background: transparent;
	font-size: 12px;
	line-height: 1.2;
}

td.leftPageMargin, td.rightPageMargin{
	width: auto;
	border: none;
}

td.pageContentColumn{
	vertical-align: top;
	width: 750px;
	border: none;
	background-image: url(imgs/contentColBkg.png);
	background-repeat: repeat-x;
}

td.pageContentColumnFooter{
	border-top: solid 3px #ff8833;
	height: 20px;
	color: #999999;
	font-size: 11px;
	text-align: right;
}

div{
	/*border: solid 1px #dcdcdc;*/
	border: none;
}

div#leftColumn{
	width: 250px;
	width: 250px !important; /*mozilla adds padding to width*/
	float: left;
	background: transparent;
	padding: 0 0 0 0px;
}

div#rightColumn{
	width: 500px;
	width: 490px !important; /*mozilla adds padding to width*/
	float: left;
	padding: 10 10 10 0px;
}

div#left_menu{
	padding: 10 25 10 0px;
}

div#photo{
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background: transparent;
}

div#main_hdr{
	height: 145px;
	font-family: Times;
	font-weight: Bold;
	font-size: 22px;
	font-style: italic;
	color: #fafafa;
	text-align: right;
}

div#motto{
	height: 160px;
	font-family: Times;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #666666;
}

div#content{
	padding-top: 0px;
	text-align: justify;
}

