/*----------GLOBAL----------*/

body {
	background-color: #666; background-image: url('images/bg1.gif'); background-repeat: repeat-y; background-position: top; background-attachment: fixed;
}

/*formatting*/
h1 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font: bold 18px arial;
	color: #23468D;
}
h2 {
	margin: 0px;
	padding: 5px 10px 0px 15px;
	font: bold 13px arial;
	color: #23468D;
}
.title {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font: bold 13px arial;
	color: #23468D;
}
p {
	margin: 0px;
	text-align: normal;
	padding: 10px 20px 10px 25px;
	font: 12px arial;
}

hr {
	border-top: 1px #EEE solid; border-right: 0px #FFF solid; border-bottom: 0px #FFF solid; border-left: 0px #FFF solid;
	height: 1px;
}
/*/formatting*/

/*anchors*/
a {
	font: bold 10px arial;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	font: bold 10px arial;
	text-decoration: none;
	color: #666;
}
a.main_a {
	font: bold 12px arial;
	text-decoration: none;
	color: #23468D;
}
a.main_a:hover {
	font: bold 12px arial;
	text-decoration: underline;
	color: #666;
}
.nav_selected {
	font: bold 10px arial;
	text-decoration: none;
	color: #23468D;
}
/*/anchors*/

/*----------/GLOBAL----------*/

/*----------FORMATTING----------*/

.main {
	background: #FFF;
	border: 10px #CCC solid;
}

.head {
	background: #AFAFAF;
	border-bottom: 1px #FFF solid;
}

.logo {
	background: #000;
}

.banner {
	background: #CCC;
}

/*----------NAVIGATION----------*/

.nav {
	background: #AAA;
	border-top: 0px #CCC solid;
	font: bold 9px arial;
	color: #FFF;
}
.nav ul {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

/*----------/NAVIGATION----------*/

/*----------CONTENT----------*/

/*gen*/
.content {
	background: #FFF;
	border: 0px #CCC dashed;
}
.synopsis {
	background: #DDD; background-image: url(''); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	border: 1px #CCC solid;
	padding: 10px 0px 10px 0px;
	color: #000;
}
.synopsis_pic {
	background: #FFF;
}
.info {
	background: #EEE; background-image: url(''); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	border: 1px #CCC solid;
	padding: 10px 0px 10px 0px;
	font: 12px arial;
	color: #000;
}
.info ol {
	display: normal;
	padding: 0px 0px 0px 25px;
	margin: 10px 15px 5px 25px;
}
.info ul {
	display: normal;
	padding: 0px 0px 0px 25px;
	margin: 10px 15px 5px 25px;
}
.info li {
	display: normal;
	padding: 0px 0px 5px 0px;
}
/*/gen*/

/*segmented pages*/
.info_segs {
	background: #FFF; background-image: url(''); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	border: 1px #EEE solid;
	font: 11px arial;
	color: #000;
}
.seg_info {
	background: #EEE; background-image: url(''); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	border: 1px #CCC solid;
	padding: 10px 0px 10px 0px;
}
.seg_pic {
	background: #FFF;
}
/*/segmented pages*/

/*home*/
.value_panel {
	background: #FFF;
}
/*/home*/

/*----------/CONTENT----------*/

/*----------FOOT----------*/

.foot {
	background: #AAA;
	font: bold 10px arial;
	color: #FFF;
}
.foot ul {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.foot li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
.colorlink a {
	font:  12px arial;
	text-decoration: none;
	color: #23468D;
}
.colorlink a:hover {
	font:  12px arial;
	text-decoration: underline;
	color: #666;
}
.text {
	font: 11px arial;
	color: #000;
	
}
.text12 {
	font: 12px arial;
	color: #000;
}
.info1 {
	background: #EEE; background-image: url(''); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed;
	border: 1px #CCC solid;
	padding: 10px 10px 10px 10px;
	font: 12px arial;
	color: #000;
}
.mand {
	font: bold 13px arial;
	color: #23468D;
}
.bluelink a {
	text-decoration: none;
	font: bold 18px arial;
	color: #23468D;
}
.bluelink a:hover {
	text-decoration: underline;
	font: bold 18px arial;
	color: #23468D;
}
/*----------/FOOT----------*/

/*----------/FORMATTING----------*/