
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:active {
	color:#0000FF;
	text-decoration:none;
}

ul {
	margin:0 0 10px 50px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 10px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ol {
	margin:0 0 5px 53px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 10px 20px;
	padding:0;
	font-size:1em;
}

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

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

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:780px;
	background-color:#FFFFFF;
}

#topbar {
	margin:20px 0 0 0;
	padding:0;
	width:780px;
	height:22px;
	background:url(../images/top-bar.gif) no-repeat;
}

#columnscontainer {
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/column-bg.gif) repeat-y;
}

#leftside {
	float:left;
	margin:0;
	padding:0 20px;
	width:170px;
	background-color:#627382;
	color:#FFFFFF;
}

#leftside h1 {
	margin:0 0 20px 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:100%;
	color:#FFFFFF;
}

#leftside h2 {
	margin:5px 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:120%;
	color:#FFFFFF;
}

#leftside p {
	margin:0;
	padding:0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:120%;
	color:#FFFFFF;
}

#leftside ul {
	margin:0 0 0 -12px;
	padding:0;
	list-style-type:none;
}

#leftside ul li {
	margin:0;
	padding:0 0 0 12px;
	font-size:1.2em;
	font-style:italic;
	background:url(../images/arrow.gif) no-repeat;
}

#leftside a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#leftside a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#leftside a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#leftside a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.whiteline {
	margin:10px 0;
	padding:0;
	width:170px;
	height:1px;
	background-color:#FFFFFF;
}

#rightside {
	float:right;
	margin:0;
	padding:0;
	width:570px;
	background-color:#FFFFFF;
}

#rightside h1 {
	margin:5px 15px 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
}

#rightside h2 {
	margin:5px 15px 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
}

#rightside p {
	margin:5px 15px 5px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:110%;
	color:#000000;
}

#rightside img {
	display:block;
	border:none;
}

.bottomspacer {
	margin:0 0 25px 0;
}

#footer {
	margin:0 0 20px 0;
	padding:0;
	width:780px;
	height:17px;
	background:url(../images/bottom-bar.gif) no-repeat;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.footerleft {
	float:left;
	margin:2px 0 0 15px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
}

.footerright {
	float:right;
	margin:2px 15px 0 0;
	padding:0;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
}
