a.extern:link { 
	background: url(../images/link-link.gif) no-repeat left center;
	padding-left: 13px; 
	}
a.extern:visited {
    background: url(../images/link-visited.gif) no-repeat left center;
    padding-left: 13px;
    }
a.extern:hover, a.extern:active {
    background: url(../images/link-hover.gif) no-repeat left center;
    padding-left: 13px;
    }
body {
	color: black;
	font-size: 10pt; 
	font-family: Arial, Verdana, Helvetica;
	background-color: white ;
	text-align: center;
	}
h1 {
	color: #29396B;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	}
h2 {
	color: black;
	font-size: 12pt;
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	}
h3 {
	color: black;
	font-size: 10pt;
	font-family: "Century Gothic", Arial;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	}
hr {
	border: dotted 1px #333;
	}
.infobox {
	color: black;
	margin-bottom: 10px;
	padding: 3px;
	}
.infobox a img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 0;
	}
.infotitle {
	font-family: "Century Gothic", Arial, Verdana, Helvetica;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin-top: -3px;
	margin-right: -3px;
	margin-left: -3px;
	padding: 3px;
	height: 18px;
	border-bottom: 1px solid #134899;
	}
.menutitle {
	color: gray;
	font-weight: bold;
	margin-top: 15px;
	}
#banner {
	background: url(../images/banner.jpg) no-repeat right center;
	margin-bottom: 20px;
	padding: 5px;
	height: 100px;
	border-bottom:	1px dashed #29396b; }
#bannertext {
	color: #ddd;
	font-size: 28px;
	font-family: Verdana;
	clear: left
	}
#canvas {
	width:900px;
	margin:0 auto;
	text-align:left;
	}
#content { 
	float: right;
	}
#content a {
	outline-style: none;
	}
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #29396b;
	font-weight: bold;
	border-bottom: 1px solid #29396b;
	text-decoration: none
	}
#content a:hover {
	color: black;
	border-bottom: 1px solid #f0932c;
	text-decoration: none
	}
#copyright {
	color: #333366;
	font-size: 8pt;
	padding-top: 5px;
	height: 20px;
	clear: both; 
	border-top:	1px dashed #29396b
	}
#right {
	width: 262px; 
	float: right;
	line-height: 18px;
	}
#navcontainer {
	float: left;
	width: 200px;
	}
#navcontainer div.middle {
    background-image: url(../images/menu-middle.gif);
    background-repeat: repeat-y;
    }
#navcontainer div.top {
	height: 40px;
    background-image: url(../images/menu-top.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    }
#navcontainer div.bottom {
	height: 16px;
    background-image: url(../images/menu-bottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    }
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	}
#navcontainer ul li a {
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #999;
	}
#navcontainer ul li a:hover {
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
	}
#navcontainer ul li a#current {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #666;
	}
#navlist {
	list-style-position: inside;
	font-weight: bold;
	height: 200px;
	padding-top: 40px;
	padding-left: 40px;
	margin: 0px;
	}
