html {
	min-height: 101%;
    margin-bottom: 1px;
} /*force scrollbars so no content jumping about as they appear & disappear*/

body {
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	color: #CCCCCC;
}
#page {
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	width: 960px;
	top: 10px;
	margin: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Masthead {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
#LeftPane {
	float: left;
	width: 200px;
	text-align: left;
}
#MidPane {
	width: 500px;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
#RightPane {
	width: 200px;
	text-align: right;
	float: left;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	line-height: 1.65em;
}
p {
	line-height: 1.65em;
	word-spacing: 0.25em;
}

h2 {
	font-size: 1.3em;
	margin-top: 5px;
}
h3 {
	font-size: 1.1em;
}

li {
	list-style: none;
	padding-left: 20px;
	background: url(images/bullet_sm-trans.png) no-repeat 0px 4px;
}

.wee {
	font-size:0.9em;
	line-height: 1em;
}

.roundcont {
	width: 500px;
	background-color: #ffc;
	margin-left: 20px;
	margin-right: 20px;
}

.roundcont p {
}

.roundtop { 
	background: url(images/box-tr-trans.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/box-br-trans.png) no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}
