body
{
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: black;
}

p
{
	font-size: 70%;
}

h1, h2, h3, h4, h5, h6
{
	color: #004D5F;
	background-color: transparent; 
	font-size: 130%; 
} 

#banner{
	height: 75px;
	background-repeat: no-repeat;
}

#wrapper
{
	float: center;
	width: 770px;
	background-color:#FFFFFF;
	margin:10px auto;
	padding: 0;
	border: 1px solid #004D5F;
	text-align:left;
	background-image: url('/images/intranetbg.gif');
	background-repeat: no-repeat
}

.articlepanel
{
	float: left;
	border: 1px solid gray;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.articlepanel p
{
	font-size: 70%;
	margin: 10px;
}

.articlepanel li {
	font-size: 70%;
}

.articlepanel table
{
	font-size: 70%;
}

.articlepanel h1
{
	margin: 0;
	background-color: transparent; 
	font-size: 100%; 
	background-color: #004D5F;
	color: white;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid black;
}

.articlepanel h1 a{
	color: white;
	text-decoration: underline;
	text-align: center;
} 

.articlepanel h1 a:hover, .articlepanel a:focus
{
	color: #004D5F;
	background-color: white;
}

.articlepanel h2
{
	margin: 10px;
	background-color: transparent; 
	font-size: 100%; 
	color: black;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #004D5F;
}

.articlepanel h3
{
	margin: 10px;
	background-color: transparent; 
	font-size: 90%; 
	color: #004D5F;
	text-align: left;
	padding: 0;
	font-weight: bold;
}

.articlepanel a{
	color: #004D5F;
	text-decoration: underline;
	border-right: 0px solid #000000;
	text-align: center;
} 

.articlepanel a:hover, .articlepanel a:focus
{
	background-color: #004D5F;
	color: white;
}

.articlepanel a img {
	text-decoration: none;
	background-color: white;
} 

.articlepanel table{
	margin: 5px 10px 5px 10px;
}


.rightfloat{
	float: right;
	margin-left: 15px;
}

.leftfloat{
	float: left;
	margin-right: 15px;
}
#nav
{
	font-size: 70%;
	margin-left: 10px;
}

#nav p { 
	padding-left: 10px; 
	padding-right: 50px; 
	color: white;
	font-weight: bold;
}

#nav a{
	color: #FFFFFF;
	text-decoration: underline;
	border-right: 0px solid #000000;
	text-align: center;
	width: 9em;
} 

#content{
}

#content p{
	font-size: 70%;
	margin: 5px 10px 5px 10px;
}

#content ul{
font-size: 70%;
}

#content li
{
padding-bottom: 10px;
}

#content table{
	margin: 5px 10px 5px 10px;
	font-size: 70%;
}

#content h1{
font-size: 130%;
color: #004D5F;
padding: 0;
	margin: 5px 10px 5px 10px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
	margin: 5px 10px 5px 10px;
}

#content a{
color: #004D5F;
text-decoration: underline;
border-right: 0px solid #000000;
text-align: center;
} 

#content a:hover, #content a:focus{
	background-color: #8FB2C2;
	color: white;
}

#content a img {
	background-color: white;
	text-decoration: none;
} 


.leftcol{
  float: left;
  width: 48%;
}

.rightcol
{
  float: right;
  width: 48%;
}

.clearit {
clear: both;
visibility: hidden;
}

#footer{
	border-top: 1px solid black;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

#footer p{
font-size: 60%;
color: gray;
} 

#footer a{
color: gray;
text-decoration: underline;
} 

#footer a:hover, #nav a:focus{
	color: #004D5F;
}

.viewfieldname
{
	color: gray;
}

.viewfieldvalue
{
	color: black;
}

.viewfieldvalue a:link
{
	color: #004D5F;
}

.viewfieldvalue a:visited
{
	color: #004D5F;
}

.viewfieldvalue a:hover
{
	background: #004D5F;
	color: white;
}

.thinline
{
	color: #004D5F; 
	height: 1px;
	margin-bottom: 0px;
}

.edit
{
	border: solid 1px gray;
	background-color: white;
}

.editerror
{
	border: solid 1px gray;
	background-color: #eee8aa;
}

.editfocus
{
	border: solid 1px #004D5F;
	background-color: white;
}

.editfocuserror
{
	border: solid 1px #004D5F;
	background-color: #eee8aa;
}

.editblur
{
	border: solid 1px gray;
}

.pageerror
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: red;
}