/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #dedfdd ;
	font-size: 81%;
	padding: 0 0 0 0;
	margin:0;
	text-align:center;
}

#page {
	width:760px;
	text-align:left;
	background:#FFF;
	border:0px solid #fff;
	margin:0 auto;
}

.cols{}
.cols .col1{
	width: 345px;
	float: left;
}

.cols .col2{
	width: 340px;
	float:right;
}

.content-cols{}
.content-cols .col1{
	width: 47%;
	float: left;
}

.content-cols .col2{
	width: 47%;
	float:right;
}

/* FORMAT */
abbr,acronym,dfn{
	cursor: help; border: 0;
}

a abbr,a acronym,a dfn{
	cursor: pointer;
}

pre,address{
	margin:0;
	padding:0;
}

p,blockquote {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

img {
	border:0;
}

/* FORMAT > fonts */
body,input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, sans-serif;
}

em,i {
	font-style: italic;
}

strong,b{
	font-weight: bold;
}

dfn {
	font-style:normal;
}

cite {
	font-style: italic;
}
 
code,kbd,pre{ 
	font-family:"Courier New",Courier,mono;font-size:1em;}


/* ANCHORS */
a {
	text-decoration:underline;
	color: #666688;
}

a:link{ }
a:visited{ }
a:hover {
	color:#666688;
}
a:active{ }


/* HEADERS */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #375d82;
}

h1{
	font-size: 1.8em;
	padding: 15px 0 0px 15px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size:1.3em;
	font-weight:strong;
}

h4 {
	font-size: 1.2em;
}

h5{
	font-size:1.0em;
	font-weight:strong;
	color: #000;
}

h6 {
	font-size:1.0em;
	font-weight:strong;
	color: #000;
	padding-left:15px;
}

/* TABLE */

#table {
	width:100%;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	
}

/* LINKS */
#links{
	background: #000000 url(../images/link_bg2.jpg);
	height:230px;
	width:280px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 1px;
	float:right;
}

#links a.selected{
	color:#000;
	text-decoration:none;
	font-size:1.20em;
	padding-left:20px;
}

#links a{
	color:#fff;
	text-decoration:none;
	font-size:1.20em;
	font-weight:bold;
	padding-left:20px;
}

#links img{
	padding-left:40px;
	padding-top:8px;
}

/* LISTS */
ul,ol,dl{
	margin: 0; 
	padding: 0 0 1em 0;
}

ul ul,ol ol,ol ul,ul ol {
	padding: 0;
	margin: 0 0 0 2em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin: 0 0 0 2em; 
	padding: 0;
}

dt {
	display: block; 
	float: left;
}

dd {
	margin-left: 10em;
}


/* HEADER */
#header {
	background: #666688 url(../images/header_bg2.gif) repeat-x;
	height:30px;
	width:762px;
}

#header p {
	float: left;
	display: inline;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-size: 10;
}


/* CLEARING */
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear{
	display: inline-table;
}


/* CONTENT */
#content {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:459px;
	margin-left: 15px;
	padding-top:10px;
	margin-right:1px;
}

#content p.bold {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
	margin-bottom:-15px;
}

#content h2, h3, h4, h5, h6 {
	margin-top: 5px;
}

#content strong {
	color: #76b73c;
	font-size: 110%;
}

#content ul {
	list-style-image: url(../images/dot.gif);
}

#content li {
	margin-bottom: 1px;
	margin-top: 6px;
}

#content blockquote p {
	margin-left: 3em;
	margin-top: 10px;
	font-size: 1.1em;
	font-style: italic;
}

#content table {
	border:0;
	border-top: 1px solid #221e1f;
	border-right: 1px solid #221e1f;
	width:100%;
	margin: 10px 0 10px 0;
}

#content th {
	border:0;
	border-left: 1px solid #221e1f;
	border-bottom: 1px solid #221e1f;
	color: #221e1f;
	padding:2px 5px;
	background-color: #D0E4F2;
}

#content td {
	border:0;
	color: #000;
	padding:2px 5px;
}


/* CONTENT RIGHT */
#content-right {
	background: #000000 url(../images/content_right_bg2.jpg) repeat-y;
	width:280px;
	margin-bottom: 1px;
	margin-right: 1px;
	float:right;
}

#content-right p {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
}

#content-right p.bold {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
	font-weight:bold;
}

#content-right p.date {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
	margin-bottom:-15px;
}

#content-right h3 {
	padding-left:10px;
	padding-top:5px;
	font-size:1.3em;
	font-weight:strong;
	color: #fff;
	}

#content-right a.right {
	float:right;
	color: #000;
	padding-right:15px;
	padding-bottom:10px;
	font-weight:bold;
	text-decoration:underline;
}

#content-right a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-left:20px;
}

#content-right hr {
	width:90%;
	color: #000;
	align:center;
	margin-left:15px;
}

#content-right img{
	padding-left:75px;
	padding-top:8px;
}

#content-right ul {
	padding-left:40px;
	list-style-image: url(../images/arrow_1.gif);
}

#content-right li {
	margin-bottom: 1px;
	margin-top: 6px;
}

/* CONTENT LOGO */
#content-logo {
	background: url(../images/header_logo2.jpg);
	height:90px;
	width:477px;
	margin-bottom:1px;
	margin-top:1px;
	float:left;
	margin-left: 1px;
}

/* CONTENT IMAGE */
#content-image {
	background: url(../images/home_header.jpg);
	height:313px;
	width:477px;
	float:left;
	margin-left: 1px;
}


/* MORE INFO */
#more-info {
	background: #000000 url(../images/more_info_bg.jpg);
	height:330px;
	width:280px;
	margin-bottom: 1px;
	margin-right: 1px;
	float:right;
}

#more-info p {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	color: #fff;
}

#more-info p.bold {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
	font-weight:bold;
}

#more-info p.date {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	color: #fff;
	margin-bottom:-15px;
}

#more-info h3 {
	padding-left:10px;
	padding-top:5px;
	font-size:1.3em;
	font-weight:strong;
	color: #fff;
	}


#more-info a{
	color:#fff;
	text-decoration:none;
	font-size:1.10em;
	font-weight:bold;
	padding-left:20px;
}

#more-info a.selected{
	color:#000;
	text-decoration:none;
	font-size:1.10em;
	padding-left:20px;
}

#more-info img{
	padding-left:75px;
	padding-top:8px;
}

#more-info ul {
	padding-left:20px;
	list-style-image: url(../images/arrow_1.gif);
}

#more-info li {
	margin-bottom: 1px;
	margin-top: 6px;
}


/* SPACER */
#news-spacer {
	background: #000000 url(../images/content_right_bg2.jpg) repeat-y;
	height:1650px;
	width:280px;
	margin-bottom: 1px;
	margin-right: 1px;
	float:right;
}

/* FOOTER */
#footer {
	clear: both;
	background: url(../images/footer_bg2.gif) repeat-x;
	height:30px;
	width:762px;
}

#footer p {
	float: left;
	display: inline;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-size: 10;
}

#footer p.bullet {
	background: url(../images/footer_bullet.gif) 0 50% no-repeat;
}

#footer p.right {
	float: right;
}

#footer p.rightbullet {
	float: right;
	background: url(../images/footer_bullet.gif) 0 50% no-repeat;
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer li {
	float: left;
	color: #fff;
	margin-right: 5px;
	padding: 0;
	font-size: 10;
}

#footer a {
	
	color: #ffffff;
	text-decoration: none;
}

#footer li.bullet {
	background: url(../images/footer_bullet.gif) 0 50% no-repeat;
	padding-left: 8px;
}