@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.noprint{
	display:none;
}

body{
	background-color:#ffffff;
	padding:20px;
}

h1{
	font-size:18px;
	color:#000000;
}

h2{
	font-size:15px;
	color:#000000;
}

h3{
	font-size:14px;
	color:#7D7D7D;
}

p, li{
	font-size:11px;
	margin:10px 0;
	line-height:13px;
}

p.message{
	padding:10px 10px 10px 35px;
	border:1px solid #cccccc;
}

li{
	line-height:12px;
	margin-left:30px;
}

hr{
	margin:10px 0;
	height:1px;
	background-color:#cccccc;
	color:#cccccc;
	border:none;
	font-size:1px;
	line-height:0;
	display:block;
}

.hr{
	height:1px;
	background-color:#cccccc;
	margin:10px 0px;
	border:0px;
	overflow:hidden;
}

.box{
	padding:10px;
	border:1px solid #cccccc;
}

table{
	border-collapse:collapse;
}

table.formTable{
	font-size:12px;
}
table.formTable tr{
}
table.formTable td{
	padding:2px 1px;
}
table.formTable textarea{
	font-size:12px;
	width:240px;
}

table.simple{
	border-collapse:collapse;
}
table.simple th{
	border-right:2px solid #ffffff;
	background-color:#e0e0e0;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	padding:2px 5px 3px 5px;
}
table.simple tr{
}
table.simple td{
	border-bottom:1px solid #cccccc;
	font-size:10px;
	padding:2px 15px;
}

.simple{
	color:#555555;
	font-weight:normal;
}

a{
	color:#EF6600;
	font-weight:normal;
	text-decoration:underline;
}
a:link{
	color:#EF6600;
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

a.button, .button{
	color:#555555;
	padding:5px 15px;
	border:1px solid #EF6600;
	background-color:#efefef;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

input.button{
	padding:2px 15px;
}

input.check{
	overflow:hidden;
	font-size:10px;
	width:13px;
	height:13px;
}

#container{
	width:auto;
	background-image:none;
	margin:0 auto;
	padding:0;
}

#header{
	display:none;
}


#pageMenu{
	display:none;
}

#content{
	background-image:none
}

#contentTable{
	width:100%; 
}

#subMenuTd{
	display:none;
}

#subMenu a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

#innerContent{
	width:100%;
	padding:0;
}

#bread{
	margin:3px 0 0 0;
	color:#000000;
	font-size:10px;
}

#bread a{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

h1.pageTitle{
	border-bottom:4px solid #888888;
	padding:5px 20px;
	margin:0;
}

#iconLinks{
	display:none
}

ul.arrowList{
	list-style-type:none;
}

ul.arrowList li{
	background-image:url(images/arrowBulletLanding.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin-left:0px;
	padding-left:15px;
}

.newsBox{
	float:none; width:auto;
}


div.galleryImage a{
	display:block;
	background-image:url(images/imagePanel.jpg);
	float:left;
	margin:5px 5px 5px 0;
	padding:9px;
	width:110px;
	height:110px;
	text-align:center;
}

div.galleryImage img{
	border:none;
}

div.galleryAlbum a{
}
div.galleryAlbum a:hover{
	background-image:url(images/imagePanel2.jpg);
	padding:7px 11px 11px 7px;
}

div.galleryAlbum img{
	border:none;
}

#footer{
display:none
}