body {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size:14px;
	   background-color:#333366;
}

h1 {
    font-family: Georgia, Times, serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

h2 {
    font-family: Georgia, Times, serif;
	color: white;
	font-size: 18px;
	font-weight: normal;
}

h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: white;
}

li {
	line-height:1.8em;
	font-size: 12px;
	color: white;
}

.editableText * {
margin:0;
padding:0;
}

.editableText ul {
margin-left:15px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}
/*
.body {
background-color: white;
}
*/
.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.bottomEms .widgetBit {
left:60px;
background-color:blue;
}

.middleEm .widgetBit {
left:110px;
background-color:red;
}

.topStuff a, .pageRules a, .footer a   {
text-decoration:none;
color:white;
}

/*above specification necessary to force default when in pic edit mode etc*/

a:hover { 
color:#d2d5ec; 
text-decoration:underline;
}

.formField_label { 
font-size:14px;
color:white;
 }

/*POLMARK*/

.pagearea {
margin-top:32px;
border:2px solid white;
}

.pagearea table {
width:auto;
}

/*top nav*/
.leftTopNav {
background:url('images/leftTopNav.png') no-repeat top;
height:210px;
min-height:210px;
width:210px;
}

.botTopNav {
background:url('images/botTopNav.png') no-repeat top;
height:32px;
min-height:32px;
width:630px;
}

.navLink {
min-height:30px;
height:30px;
}

.navLink .editableText {
text-align:center;
padding-top:5px;
}

.botTopNav .navLink .editableText {
padding-top:7px;
}

.navLink .editableText * {
    font-family: Georgia, Times, serif;
	color: white;
	font-size:16px;
}

.topStuff {
background-color:white;
}
/*top nav ends*/

/*body*/
.pageRules {
background:#6770b5 url('images/pade.png') repeat-x top;
}

.col {
width:380px;
padding:20px;
}

.middleEm {
padding:0 20px;
width:800px;
}
/*body ends*/

/*table rules*/
.tableRow6 {
background:url('images/table6.png') repeat-y left;
}

.tableRow6 .editableText {
text-align:center;
padding:10px;
}

.tableDivider {
background:url('images/table6div.png') repeat-x top;
}
/*table rules end*/

/*feeters*/
.footer {
padding:20px 0;
}

.spooter * {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size:12px;
	   color:white;
}

.spooter a {
text-decoration:none;
}
.spooter a:hover {
text-decoration:underline;
}
/*feeters end*/