@charset "utf-8";
a:link
	{
	color: #0078C1;
}

a:hover  {
	color: #0078C1;
}

body  {
	background: #eee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000;
	text-align: left;
	margin: auto;
} 
#header {
	background: #DDDDDD;
	background-image: url(../../Picture/pcheader.png);
	height: 207px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;}
#nav1 {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0px 0 0 230px;
	padding: 0;
} 
#footer { 
	padding: 0 10px 0 20px; 
	background:#fff; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent #pagetitle {
	padding-top: 1px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 62px;
	padding-bottom: 0px;
	position: relative;
}

#pagetitle #h1title {
	bottom:5px;
	position:absolute
}

#container #mainContent #bodytext {
	width: 500px;
	margin-right: 20px;
	float: left;
}

#container #mainContent #bodytext ul {
	list-style-type: none;
	list-style-image: url(../../Picture/bulletdot.gif);
}


#container #mainContent #rightboxes {
	position: relative;
	width: 220px;
	float: right;
	border-left-style: solid;
	border-left-color: #666;
	border-left-width: 1px;
	padding-left: 5px;
	padding-right: 10px;

}
#container #mainContent #rightboxes ul {
	list-style-type: none;
	list-style-image: url(../../Picture/bullet.gif);
	margin-left: 15px;
	padding-left: 0px;
}
.rightlink {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

.rsslink {
	color: #000099;
	text-decoration: none;
}

#container #mainContent #rightboxes li {
	font-size: smaller;
	margin-bottom: 0.75em;
}
#container #mainContent #rightboxes hr {
	width: 200px;
	margin-left: 15px;
}

#nav1 #prinav a {
	text-decoration: none;
	color: #666666;
}
#nav1 #prinav a:hover {
	text-decoration: none;
	color: #0078C1;
}

#nav1 #secnav a {
	text-decoration: none;
	color: #7FAAD7;
}
#nav1 #secnav a:hover {
	text-decoration: none;
	color: #0078C1;
}

#nav1 #prinav{
	list-style-type: none;
}
#nav1 #prinav li{
	margin-bottom: 10px;
	font-weight: bold;	
}
#nav1 #secnav {
	list-style-type: none;
}

#nav1 #secnav li{
	margin-bottom: 10px;
}

#nav1 #prinav .selected {
	color: #000099;
	list-style-image: url(../../Picture/bullet.gif);
}
#nav1 #secnav .selected {
	color: #000099;
	list-style-image: url(../../Picture/bullet.gif);
}
#container #mainContent #pagetitle h1 {
	color: #195BA9;
}

form label {
	float:left;
	margin-right:10px;
	padding-left:10px;
	text-align:right;
	width:9em;
	}

.maineditstyle
	{
	background: none;
	background-color: #FFF;
	text-align: left;	
}
#dash {
	height: 1px;
	background: url(../../Picture/dash.gif) repeat-x;
	}
img
	{
	border:none;
	}
img.left
	{
	float: left;
	margin-right: 10px;
	}

img.right
	{
	float: right;
	margin-left: 10px;
	}

.hidden {
	display: none;
	}

/*--------------------------------------------------------------*/	
/* = SIFR styles
/*--------------------------------------------------------------*/
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  	display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics 
match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-size: 2em;
	}













