html {
    background-color: #f6f6f6;
}

body {
    font-family: Verdana, Arial, Tahoma, helvetica, sans-serif;
    font-size: 12px;
    color: #1d1d1d;
    width: 778px;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

img {
    border: 0px none;
}

a:link {
	color: #1D70B5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #F0E9BA;
}

#header, #topmenu, #leftcolumn, #leftcolumn2, #content, #footer {
    overflow: hidden;
}

#header {
    height: 78px;
    margin: 0;
    padding: 0;
    background: url('./images/bg.jpg') repeat-x;
}

#header h1 {
    text-align:right;
    font-weight:normal;
    font-size: 12px;
	color: #75777A;
	margin: 15px 20px 0px 0px;
	padding: 0px; /*top right bottom left*/
}

#header div {
    float: left;
}

#header p {
    padding-right: 20px;
    line-height: 2em;
    text-align: right;
	color: #75777A;
    margin: 0px;
}

/* safari and opera need this */
#header, #topmenu, #footer {
    width: 100%;
}

#topmenu {
    margin: 0;
    padding: 0;
    background-color: #9aaac4;
}

#topspacer {
    margin: 0;
    padding: 0;
    height: 22px;
    background-color: #9aaac4;
}

#pagetitle { 
	height: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: normal;
	text-align: left;
	color: #f6f6f6;
    margin: 0px;
	padding-top: 12px;
	padding-left: 210px;
	background: #669acc url('./images/pagetitlebg.gif') repeat-x;
}

#leftcolumn, #leftcolumn2, #content {
    float: left;
}

/* the floating of the content div is needed for IE but breaks konqueror/safari 
so we remove the float from browsers other IE <= 6.0 (this is a css hack based
on IE not reading child selectors. See css hack 3 from http://www.phespirit.info/cafe/css_hacks.htm
*/
html>body div#content { 
    float:none
}

#leftcolumn {
    width: 195px;
    background-color: #f6f6f6;
}

#leftcolumn2 {
    margin-top: -35px;
    width: 195px;
    background-color: #f6f6f6;
}

#content {
    width: 583px;
    background-color: #fff;
}

#content p.image {
    margin: 0;
    padding: 0;
}

#content .centercontent {
    margin: 0 5px 0 20px;
    padding: 0;
    line-height: 1.7em;
}

#content .centercontent p {
    font-size: 12px;
}

#content h1 {
	color: #51565A;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px; /*top right bottom left*/
}

#content h2 {
	color: #315C88;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 5px 0px; /*top right bottom left*/
	border-bottom:1px solid #ccc; /*top right bottom left*/
}

#content h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#content ul.ar li{
    background-image: url('./images/ar1.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
	line-height: 1.2em; list-style-type:none
}

#content .yellowbkg {
	background:#fffbea; 
	color:#000; 
	padding: 5px 5px 5px 5px; /* top right bottom left */
	border: 1px solid #cccccc; 
	line-height: 1.2em;
}

#footer {
    clear: left;
    border-top: 8px solid #857bb9;
    background-color: #e6eff3;
}

#footer p {
    margin: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.7em;
}

a.ft:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a.ft:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a.ft:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a.ft:active {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

/* Navigation */

.pn-clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.pn-clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .pn-clearfix {
    height: 1%;
}
.pn-clearfix {
    display: block;
}
/* End hide from IE-mac */

#navlist {
   margin: 0;
   padding: 0;
   font-size: 1em;
   background-image: url('./images/bgmenu.gif');
}

#navlist li {
   list-style-type: none;
   float: left;
   width: 110px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #F1F5F8;
   text-decoration: none;
}

#navlist li span {
   float: left;
   width: 110px;
   text-align: center;
}

a.navmenu, a.firstlastnavmenu {
   display:block;
   float: left;
   width: 110px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #F1F5F8;
   text-decoration: none;
   padding-left: 0;
   padding-top: 7px;
   padding-bottom: 7px;
   background-image: url('./images/bgmenu.gif');
   background-repeat: repeat-x

}

a.navmenu:link, a.firstlastnavmenu:link,
a.navmenu:active, a.firstlastnavmenu:active,
a.navmenu:focus, a.firstlastnavmenu:focus,
a.navmenu:visited, a.firstlastnavmenu:visited { 
   color: #F1F5F8;
}

a.firstlastnavmenu {
   width: 114px;
}

a.navmenu:hover, a.firstlastnavmenu:hover {
   background-image: url('./images/menuover.gif');
   background-repeat: repeat-x;
   color: #F1F5F8;
   text-decoration: none
}

.menutitle, #menutitle { 
	font-weight: bold; 
	background-color: #B2D1F0; 
	padding: 5px 5px 5px 12px; 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    background-color: #DCEADD;
}

#menu li {
	line-height:1.2em;
    border-bottom: solid #ffffff; 
    border-width: 1px 0; 
    margin: 1px 0; 
    height: 1%; 
    background-color: #B2D1F0;
}

html>body #menu li {
    height: auto;
}

#menu a {
	font-size:12px;
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none; 
}

#menu a:link, #menu a:active, #menu a:visited {
    color: #000; 
    font-size: 1.1em; 
    text-decoration: none; 
    display: block; 
    padding: 3px 7px 3px 19px; 
    background: 7px 0.5em; 
    background-color: #DCEADD;
}
	
#menu li a:hover, #menu li a:active, #menu li a:focus {
    color: #000; 
    background: 7px 0.5em #F0EABA;
}

.leftarea .content { 
	padding-left: 20px; 
	padding-top: 5px;
	padding-bottom: 20px;
}
	
.leftarea .title { 
	font-weight: bold; 
	background-color: #B2D1F0; 
	padding: 5px 5px 5px 12px; 
	margin-top: 20px;
}

.rightarea { 
	width: 195px; 
	margin-bottom: 8px;
}
	
.rightarea .content { 
	padding-left: 20px; 
	padding-top: 5px; 
	font-size: 90%;
}
	
.rightarea .title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('./images/bghdr.gif');
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 11px
}

/* custom content styles */
.demoimage {
    float:right;
    width:180px;
}

.communityimage {
    float:left; 
    width:60px
}

.alignright {
    text-align:right;
}

.messagecontainer {
    margin-bottom: 20px;
}

.learnmorearrow {
    color: #CC6600;
}