/* css document */

/* layout and html */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	background-image:url(../images_new/lbkgnd.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}
a:hover {
	background-color: #ebebeb;
}
a:link {
	color: #990000;
}
a:visited {
	color: #568181;
}
h1,h2,h3,h4 {
	line-height: normal;
}
th, td {
	padding: .3em;
}
#skipnav {
	display: none;
}
#header {
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	margin: 0;
	padding: 0;
}
#googlesearch {
	float: right;
	padding: 24px 10% 0 0;
}
#calread {
	margin: 0;
	padding: 0;
	height: 83px;
	width: 525px;
}
#navbar {
	margin: 0;
	padding: 0;
	height: 26px;
	background-image: url(../images_new/navbkgnd.jpg);
	background-repeat: repeat-x;
}
#navbuttons {
	margin: 0;
	padding: 0;
	height: 26px;
	width: 770px;
}
#topwave {
	margin: 0;
	padding: 0;
	height: 36px;
	width: 770px;
}
#bottomwave {
	margin: 0;
	padding: 0;
	height: 37px;
	width: 770px;
}
#content {
	margin-left: 60px;
	margin-right: 10%;
}
#footer {
	clear: both;
	margin: 8em 10% 4em 60px;
	padding: 1em 0 0 0;
	font-size: 90%;
	border-top: 1px dotted #333;
	background-color: #fff;
	color: #818181;
}
#quicklinks {
	background-color: #ffffdc;
	width: 30%;
	border: 1px solid #993333;
	margin: 0 0 1em 1em;
	padding: 1em;
	float: right;
}
#linkbox {
	margin: 1em 10em 1em 1em;
	padding: 1em;
	width: 10%;
	float: right;
	border: 1px solid #999999;
	background-color: #bedecf;
}

/* widths */

.one { width: 1%; }
.five { width: 5%; }
.ten { width: 10%; }
.twelve { width: 12%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.thirtythree { width: 33%; }
.thirtyfour { width: 34%; }
.thirtyfive { width: 35%; }
.forty { width: 40%; }
.fortyfive { width: 45%; }
.fifty { width: 50%; }
.fiftyfive { width: 55%; }
.sixty { width: 60%; }
.sixtyfive { width: 65%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.eightyfive { width: 85%; }
.ninety { width: 90%; }
.ninetyfive { width: 95%; }
.onehundred { width: 100%; }
.hundred1 { width: 100%; }

.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twelveem { width: 12em; }
.eighteenem { width: 18em; }
.twentyfourem { width: 24em; }
.twentysixem { width: 26em; }
.twofifty { width: 250px; }

/* classes */

.borderleft {
	border-left: 1px solid #cccccc;
}
.bottom {
	vertical-align: bottom;
}
.center {
	text-align: center;
}
.contact {
	 padding: 1em 1em 0 1em;
}
.crumbs {
	font-size: 90%;
	line-height: normal;
	color: #999999;
}
.flag {
	color: red;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin: 0px 1em 1em 1em;
}
.floatright {
	float: right;
	margin: 0px 0px 1em 1em;
}
.indent {
	margin-left: 20px;
	margin-right: 20px;
}
.larger {
	font-size: larger;
	line-height: normal;
}
.linespace {
	margin-top: 1em;
}
.pdf {
	font-size: 90%;
	color: #999999;
}
.presenter {
	color: #999999;
}
.rowgrey {
	background-color: #ebebeb;
}
.rowgreydarker {
	background-color: #cccccc;
}
.rule {
	border-top: 1px solid #dcdcdc;
}
.smaller {
	font-size: 90%;
}
.tableborder1 {
	border: 1px solid #cccccc;
}
.textbold {
	font-weight: bold;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}
.textitalic {
	font-style: italic;
}
.top {
	vertical-align: top;
}