* {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	
}
#wrapper {
	background: url('../images/wrapper_backtile.gif') 20% 0% repeat-y;
}

/* Title Section -------------------------------------------------------------------*/

#title {
	margin: 0;
	padding: 0;
	height: 100px;
	background: rgb(240,231,245) url('../images/title_tile.jpg') no-repeat;
}
#title2 {
	margin-left: 225px;
	padding: 0;
	height: 150px;
	background: rgb(255,255,255) url('../images/newslogo.jpg') no-repeat;
}
#title img {
	margin: 0;
	padding: 0;
	float: left;
}
#title h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
}

/* Gloabal Navigation -------------------------------------------------------------------*/

#global {
	background: url('../images/global_backtile.gif') 20% 0% repeat-y;
	height: 1em;
}
ul#nav_list {
	float: none;
	margin: 3px 1em 0 0;
	padding-left: 20%;
	white-space: nowrap;
	font-size: .8em;
	font-weight: bold;
}
#nav_list li {
	display: inline;
	list-style-type: none;
}
#nav_list a { 
	padding: 3px 10px; 
}
#nav_list a:link, #nav_list a:visited {
	color: #fff;
	background-color: rgb(121,101,135);
	text-decoration: none;
}
#nav_list a:hover {
	color: #fff;
	background-color: #3300cc;
	text-decoration: none;
}

/* Content Section -------------------------------------------------------------------*/

#content {
	display: block;
	float: right;
	padding: 2em 2em 2em 0;
	width: 74%;
	font-size: 1.1em;
}
#contentvote {
	display: block;
	float: left;
	padding: 7em 7em 7em 7em;
	width: 80%;
	font-size: 1.1em;
}
#content h1 {
	color: #6600ff;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: .3em;
}
#content h2 {
	color: #6600ff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .5em;
}
#content h3 {
	color: #6600ff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}
#content ul {
	margin-left: 2.5em;
	margin-bottom: 1em;
	list-style-type: disc;
	line-height: 1.3em;
}
#content p {
	margin-bottom: 1.2em;
}
#content dl {
	margin-bottom: 1em;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-left: 1em;
}
#content div.article{
	float:left;
	margin 0 1em 1em 0;
}
img.internal_link {
	border: none;
	padding-top: .5em;
	padding-left: .4em; 
}
.announce {
	padding: .5em 1em 0 1em;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: rgb(200,200,200);
}
.image_right {
	display: inline;
	float: right;
	margin: 0 0 .5em 1em;
}
.image_right_p {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
.image_right_s {
	display: inline;
	float: right;
	margin: 0 0 .5em 1em;
}
.image_left {
	display: inline;
	float: left;
	margin: 0 1em .5em 0;
}
.image_left_p {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
.image_left_s {
	display: inline;
	float: left;
	margin: 0 1em .5em 0;
}
.image_center {
	text-align: center; 
}

/* Local Navigation (left sidebar) -------------------------------------------------*/

#local {
	padding: 3em 0 0 0;
	display: block;
	float: left;
	width: 20%;
}

#local_list {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#local_list a {
	color: #707135;
	display: block;
	padding: .3em .2em .4em .3em;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid white;
}
/*
#local_list a {
	color: #707135;
	display: block;
	padding: .3em .2em .4em .3em;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid white;
}
*/
#local_list a.first-child {
	border-top: 1px solid white;
}
#local a:hover {
	background-color: #ffffcc;
}

/* Footer Section -------------------------------------------------------------------*/

#footer {
	background-color: #f3f0ff;
	padding-bottom: 3em;
	font-size: .8em;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: rgb(200,200,200);
}
#footer p {
	margin: 1em 0 2em 0;
	text-align: center;
}
#footer ul {
margin:auto;
padding-top:0.2em;
text-align:center;
}
#footer li {
border-color:black;
border-style:dotted;
border-width:0pt 1px 0pt 0pt;
display:inline;
padding:0pt 0.3em;
}
#footer li.last_link {
border-style:none;
}
#footer a {
color:black;
text-decoration:none;
}
#footer a:hover {
color:red;
text-decoration:underline;
}
#footer a.reg_link {
	color: blue;
	text-decoration: underline;
}

/* Misc Styling -------------------------------------------------------------------*/

div.clear {
	clear: both;
}

