/* CSS Document */

html, body, ol, ul, i, img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	letter-spacing: .3px;
	word-wrap: break-word;
}
p {
	margin-top: 0px;
}
/*headings*/
h1, h2, h3, h4 {
	margin-bottom: 5px;
}
h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {
	margin-top: 0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}/*starts first h2 in TD flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in TD flush top*/
h4:first-child {margin-top: 0;}/*starts first h4 in TD flush top*/
h5:first-child {margin-top: 0;}/*starts first h5 in TD flush top*/
h6:first-child {margin-top: 0;}/*starts first h6 in TD flush top*/

/*links*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #990066;
}
a:hover, a:active {
	color: #006699;
}

/*overall containter*/
#container {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	font-size: 100%;
	background-color:#fff;
	/*\width: 760px; /* only 2px extra for IE5win, the sum of the side borders. */
	/*w\idth: 760px;*/
}

/*banner plus navigation*/
#banner-container {
	height: 160px;
}

/*banner*/
#banner {
	height: 152px;
}
#banner-l_image {
	width: 127px;
	float: left;
}
#banner-logo {
	width: 377px;
	float: left;
}
#banner-r_image {
	width: 250px;
	float: left;
}

/*navigation*/
#nav {
	height: 35px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	margin-left: -2px;
	margin-top:0;
}
#graybar {
	width: 745px;
	background-color: #CCCCCC;
	color: #990066;
	font-size: 65%;
	padding-left: 15px;
	margin:0;
	border-bottom: solid 2px #FFFFFF;
	}
.graybar-nav {
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
	letter-spacing: .01px;
	border-left: 2px solid #FFFFFF;
	width: 125px;
	font-weight: bold;
	}
#graybar-nav ul {
	margin: 0;
	padding: 0;
	float: right;
}
#graybar-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*float: right;*/
	text-align: center;
	letter-spacing: .01px;
	border-left: 2px solid #FFFFFF;
	width: 125px;
	}
.graybar-nav a {
	text-decoration: none;
	display: block;
	padding: 1px 3px;
}
.graybar-nav a:link, .graybar-nav a:visited {
	color: #990066;
}
.graybar-nav a:hover, .graybar-nav a:active, .graybar-nav a:focus {
	/*color: #FFFFFF;*/
	background-color: #FFCC33
}

#whitebar {
	background-color: #FFFFFF;
	height:0px;
	margin:0;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1px;
	line-height: 0;	
	}
#whitebar2 {
	background-color: #FFFFFF;
	height:2px;
	margin:0;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1px;
	line-height: 0;	
	}
/*content area*/
.outerwrapper {
	background: url() left top repeat-y;
	zoom: 1;
}

.innerwrapper {
	background: url(../images/rightcol.gif) right top repeat-y;
	zoom: 1;
}
/*center: main content*/
#content {
	float: left;
	width: 333px;
	font-size: 80%;
	padding-right: 19px;
	padding-left: 20px;
	margin-top: 15px;
}
#content-home {
	float: left;
	width: 379px;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
#content ul, #content-home ul{
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
}
#content-wide {
	width: 575px;
}
#content-wide ul {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	margin-bottom: 8px;
}
h2 {
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 170%;
	font-weight: lighter;
}
h3 {
	line-height: 125%;
	letter-spacing: 0.1em;
	font-size: 140%;
	font-weight: lighter;
}
h4 {
	line-height: 125%;
	letter-spacing: 0.1em;
	font-size: 120%;
	font-weight: lighter;
}
h5 {
	line-height: 125%;
	letter-spacing: 0.1em;
	font-size: 100%;
	color: #990000;
	font-weight: bold;
}
/*sidebars: left=a, right=b*/
#sidebar-a {
	float: left;
	width: 127px;
	font-size: 76%;
	color: #000000;
	padding-right: 8px;
}
#sidebar-b {
	float: right;
	width: 225px;
	padding: 15px 5px 0px 15px;
	color: #000000;
	font-size: 76%;
}
#sidebar-b p {
	margin-top: 0px;
}

#sidebar-b a {
	text-decoration: none;
	color: #006699;
	letter-spacing: .01px;
}
#sidebar-b a:hover, #sidebar-b a:active, #sidebar-b a:focus {
	color: #990000;
	letter-spacing: .01px;
}
#sidebar-b h1, #sidebar-b h2, #sidebar-b h3, #sidebar-b h4, #sidebar-b h5, #sidebar-b h6, #sidebar-c h1, #sidebar-c h2, #sidebar-c h3, #sidebar-c h4, #sidebar-c h5, #sidebar-c h6 {
	color: #006699;
	letter-spacing: 0.1em;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
#sidebar-b ul {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	/*line-height: 1.5;
	padding-left: 35px;*/
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
}
#sidebar-b li {
	/*list-style-position: outside;
	vertical-align: 50%;*/
}
#content-news {
	float: left;
	width: 323px;
	font-size: 80%;
	padding-right: 19px;
	padding-left: 20px;
	margin-top: 15px;
}
#sidebar-c {
	float: right;
	width: 235px;
	padding: 15px 5px 0px;
	color: #000000;
	font-size: 76%;
}
#footer {
	clear: both;
	margin:0;
	padding: 5px 20px 5px 20px;
	font-size: 76%;
	color: #CC0000;
	width: 760px;
}
#footer a {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #928878;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
.footer-nav {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	letter-spacing: .01px;
	width: 180px;
	}
#footer-nav ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: .01px;
	width: 125px;
	}
.footer-nav a {
	text-decoration: none;
	display: block;
	padding: 1px 3px;
}
#footer2 {
	clear: both;
	padding: 5px 5px 5px 75px;
	font-size: 65%;
	width: 762px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	/*text-align: center;*/
}
	#footer2 a {
	padding: 0 10px;
	text-decoration: none;
	}
	#footer2 a:link, #footer2 a:visited {
		color: #928878;
	}
	#footer2 a:hover, #footer2 a:active {
		text-decoration: underline;
	}

#formcontainer {
	width: 265px;
	margin-left:10px;
	margin-top:10px;
	padding:10px;
	border: 1px solid gray;
	background: #fff;
	font-size: 65%;
}
.blue {
	color: #3399FF;
}
.bold_larger {
	font-size: 90%;
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #990000;
}
.element-left {
	float: left;
	}
	
.element-right {
	float: right;
	margin-right:20px;
	}
.element-right2 {
	float: right;
	}
.gray-block {
	background-color: #DEBFD9;
	line-height: 1.3;
	width: 460px;
	padding: 2px 10px;
	margin:5px 0px;
	color: #660F6E;
}
.gray-block-dark {
	color: #FFFFFF;
	line-height: 1.5;
	/*letter-spacing: 0.1em;*/
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(/images/purplewave.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 22px;
	/*padding-bottom: 3px;*/
	padding-left: 10px;
	height: 60px;
	width: 575px;
}
.gray-block-dark a:link, .gray-block-dark a:visited {
	color: #FFFFFF;
}
.gray-block-dark a:hover, .gray-block-dark a:active, .gray-block-dark a:focus {
	color:#CCCCCC;
}
.gray-block-short {
	/*background-color: #CCCCCC;
	letter-spacing: 0.1em;*/
	line-height: 1.5;
	width: 218px;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0px 0px 2px;
}
.gray-block-short a {
	display: block;
	text-decoration: none;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	letter-spacing: 0.1em;
}
.gray-block-short a:link, .gray-block-short a:visited {
	color: #000000;
}
.gray-block-short a:hover, .gray-block-short a:active, .gray-block-short a:focus {
	background-color: #666666;
	color: #FFFFFF;
}

.image-left {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 0px;
}
.image-right {
	float: right;
	margin: 0 5px 3px 10px;
	padding: 0px;
}
.indent {
	margin:0px;
	padding:0px;
}
.indent p {
	padding-left:10px;
}
.ital {
	font-style: italic;
}

.line {
	line-height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	margin-top: 3px;
	margin-bottom: 3px;
}
.lineabove {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #660066;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linebelow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660066;
	margin-bottom: 5px;
}
.linedivider {
	line-height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEBFD9;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 465px;
}
/* This is the menu for deep links on a given page*/
#link-box {
	margin:0px;
	padding:0px;
}
#link-box ul {
	margin:0px;
	padding:0px;
}
#link-box li {
	list-style-type: none;
	margin-right: 2px;
	padding: 0;
	float: left;
	width: 118px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height: 2;
	letter-spacing: 0.1em;
}
#link-box ul li {
	float: none;
}
#link-box a {
	display: block;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 3px 2px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.1em;
	/*height:25px;*/
}
#link-box a:hover, #link-box a:active, #link-box a:focus {
	background-color: #666666;
	color: #FFFFFF;
}

.more {
	font-size: 80%;
}
.red {
	color: #E50000;
}
.reg_info_box {
	border: 1px solid #000066;
	padding: 5px;
}
.reg_info_right {
	float: right;
	width:49%;
	padding-left: 10px;
	}
.reg_info_left {
	float: left;
	width:46	%;
	}
.search_box {
	border: 1px solid #13699D;
	padding: 5px;
}
.small {
	font-size: 80%;
}
.tiny {
	font-size: 60%;
	font-weight:normal;
}
.ym_info {
	float: right;
	width:60%;
	}
.ym_date {
	float: right;
	width:50%;
	}


/* from John Gallant the following closes floats */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* from John Gallant Holly Hack for a bug in floats?*/

/*\*/
* html .outerwrapper,
* html .innerwrapper,
* html #p7TMnav
{zoom: 1;}
/* */
.sort_head {
	font-weight: bold;
	color: #13699D;
}
.sidebar-b-box {
	float: right;
	width: 225px;
	padding: 15px 5px 10px 15px;
	color: #000000;
	font-size: 76%;
	margin-left: 10px;
	margin-right: -30px;
	margin-top: -30px;
	margin-bottom: 10px;
	background: url(../images/rightcol.gif) right top repeat-y;
	zoom: 1;
}

.style1 {
	color: #13699D;
	font-style: italic;
}
.proj-element-right {
	float: right;
	width: 270px;
	margin-left: 20px;
}
.project-element-left {
	float: left;
	padding: 0px;
	width: 280px;
}
.proj-indent {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.proj-indent p {
	padding-left:10px;
	margin-bottom:7px;
}.linedivider-2 {
	line-height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEBFD9;
	margin-top: 3px;
	margin-bottom: 3px;
}

