html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	text-align:center;
}

tr{
	vertical-align:top;
}
img{
	vertical-align:bottom;
}

/** some generic classes **/
.center {
	text-align:center;
}
.left {	
	text-align:left;
}
.right {
	text-align:right;
}

a.menu{
	text-decoration:none;
	color:white;
	font-variant:small-caps;
	font-weight:bold;
}

#PageContent {
	text-align:left;
	min-height:100%;
	width: 780px;
	margin: 20px auto 0 auto;
	padding:10px;
}
/** Header Definitions **/
#Header {
	
}
#HeaderLeft {
	padding-left:4px;
	float:left;
	text-align:left;
}
#HeaderRight {
	float:right;
	padding-right:10px;
	text-align:right;
	color:#828186;
	font-weight:bold;
	font-variant:small-caps;
}
#HeaderLogo {
	margin: 4px 0 4px 10px;
	border:none;
}

a.hLink{
	font-size:10pt;
	text-decoration:none;
}
a.hLink:hover{
	text-decoration:underline;
}

/** Menu Definitions **/
#Menu {
	width:780px;
	margin:5px 0 5px 0;
	
}
a.mFirst, a.mItem, a.mLast {
	display:block;
	height:100%;
	text-align:center;
	padding:7px 10px 7px 10px;
}

/** Page Identity **/
#Identity {
	margin:10px 0 10px 0;
}
#IdentityGraphic {

}

/** Ad Rotator **/
#AdRotatorBox {
}
a.ad{
}
img.ad{
}

/** Content Definitions **/
#Content {
	width:800px;
	padding:0;
	margin-left:-10px;
	margin-right:-10px;
}

#cbMiddle {
	background: url(../images/content-border-mid.gif) repeat-y;
}
#cbTop {
	background: url(../images/content-border-top.gif) no-repeat top center;
}
#cbBottom{
	padding:7px 20px 25px 15px;
	background: url(../images/content-border-bot.gif) no-repeat bottom center;
}

#ContentOutput {
	margin-left:145px;
	margin-right:10px;
}

/*the .5 pixel thing.. uh.. don't ask*/
#ContentMenu {
	display:inline;
	float:left;
	margin:5.5px 0px 5px -2.5px;
}
td.cMenu{
	width:145px;
	height:35px;
}
img.cmIcon{
	float:left;
	border:0;
	margin-right:2px;
}
a.cMenu{
	display:block;
	width:145px;
	height:30px;
}
a.cMenu span {
	cursor:pointer;
	display:inline-block;
	height:30px;
	padding:6px 0 0 0;
}

h1.title {
	color:#303030;
	font-size:12pt;
}
h2.title {
	color:#303030;
	margin-bottom:0;
	padding-bottom:0;
}
p.content{
	color:#303030;
	margin-top:0;
	padding: 0 10px;
}
a.content{
	color:#0000cc;
}

li.content{
	margin: 3px auto 5px auto;
}

img.content{
}

img.left{
	float:left;
}
img.right{
	float:right;
}
div.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

/** Foot Menu **/
#FootMenu {
	width:100%;
	margin:20px 0 20px 0;
}
#FootMenu td {
	vertical-align:top;
	padding:0 10px 0 10px;
}
#FootMenu h3 {
	margin:0 auto 0 auto;
	padding-top:0;
	padding-bottom:0;
}
td.fMenuFirst,
td.fMenu {
	border-right:1px solid #828186;
}
a.fmHead, a.fmLink{
	font-size:8pt;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

a.fmHead{
	color:#3131cc;
	margin:0;
	padding:0;
}
a.fmHead:hover{
}
a.fmLink{
	padding:2px 0 2px 0;
	color:#828186;
}
a.fmLink:hover{
	text-decoration:underline;
}

/** Footer Definitions **/
#Footer {
	margin:auto;
	height:40px;
	text-align:center;
	font-size: 8pt;
	color:#828186;
	width:800px;
}
