/* CSS Document */

body {
	margin: 0px 0px 25px 0px;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

/* Main content blocks */

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	width: 700px;
}

#banner {
	width:700px;
	height:100px;
	line-height: 14px;
	font-size:12px;
	margin-bottom: 10px;
}

#menu {
	width: 190px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin-right: 10px;
	/* background-image:url("images/boxes20.gif");
	background-repeat: no-repeat;
	background-position: top right; */
}

#content {
	width: 476px;
	float: left;
	background-color: #F5F5F5;
	padding: 0px 10px 0px 10px;
	margin-bottom: 50px;
	border: solid 1px #999;
}

#content-extended {
	position: absolute;
	top: 100px;
	left: 225px;
	width: 500px;
	background-color: #F2F3F3;
	padding: 10px;
}

#content-extended-narrow {
	position: absolute;
	top: 100px;
	left: 235px;
	width: 300px;
	padding: 10px;
	border: solid 10px white;
	background-color: #F2F3F3;
}

#rightcolumn {
	width: 200px;
	float: left;
	background-image:url("images/gradient-gray.gif");
	background-repeat: repeat-x;
	background-color: #F1F1F3;
	/* border-right: solid 10px white;
	border-top: solid 10px white;
	border-bottom: solid 10px white; */
}

#footer {
	width: 700px;
	float: left;
	font-family:Times New Roman, serif;
	font-size:12px;
	text-align: center;
}

/* id-specific tags */
#banner h1 {
	color: black;
	font-size:36px;
	margin:10px 0px 0px 0px;
}

#banner p {
	font-family:Times New Roman, serif;
	margin:0px 0px 0px 10px;
}

#rightcolumn img {
	padding:0px;
	margin:0px;
}

#footer p {
	margin:2px;
}

/* id-specific link tags */
#banner a {
	border-bottom: none;
	text-decoration: none;
}

#banner a:hover {
	border-bottom: none;
	text-decoration: none;
}

#banner img {
	border: none;
}

#menu a {
	color: #0B177C;
	text-decoration:none;
}

#menu a:hover {
	color: #0B177C;
	border-bottom: solid 1px black;
	padding-bottom: 2px;
}

/* Classes */

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.menuitem {
	list-style-type: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	color:#757480;
	font-size: .9em;
	margin-left: -20px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.hr {
	width: 250px;
	border-bottom: dashed 1px #CCC;
	text-align: middle;
}

.italic {
	font-style: italic;
}

.float-right {
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-left: 10px;
}

.selected {
	color: #CCC;
	padding-left: 20px;
}

.spotlight {
	border: dashed 1px #CCC;
	background: #CEDCFC;
	padding: 0px 10px;
	text-align: center;
}

/* HTML tags */

a {
	color: #0B177C;
	text-decoration: none;
}

a:hover {
	color: #0B177C;
	border-bottom: solid 1px black;
	padding-bottom: 1px;
}

h1 {
	font-family:Arial Narrow, Verdana, Arial, sans-serif;
	font-size:24px;
	color:#757480;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size:1.2em;
	color: black;
	border-bottom: solid 1px #ACACAC;
	background-color: transparent;
}

p,li {
	font-size: .75em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}