ul.inline li {
	display: inline;
	margin: 0 5px 0 0;
}

ul.inline li.first {
	margin: 0;
}

ul.columns li {
	width: 33%;
	float: left;
}

ul ul {
	font-size: 1em;
}



.tblnormal
{
	COLOR		: #000000; 
	FONT-FAMILY	: Arial; 
	FONT-SIZE	: 12px; 

}


.likeH2{
	font-size: 0.7em;
	color: #0F1A84;
}
.likeH2a{
	font-size: 0.7em;
	color:	#CC3333
}


.test
{
	background-color : #e8e8e8;
	COLOR		: #000000; 
	FONT-FAMILY	: Arial; 
	FONT-SIZE	: 12px; 
	BORDER-LEFT	: #B2B2B2 solid 1px;
	BORDER-TOP	: #B2B2B2 solid 1px;
	BORDER-RIGHT	: #B2B2B2 solid 1px;
	BORDER-BOTTOM	: #B2B2B2 solid 1px;

}

Pre{
	font-family: Arial, Verdana, sans-serif;
	font-size : 12px;
	color :#000000;
                background-color:#fce8d2;

}

* {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	/*	text-align: center;*/
}

body {
	text-align: center;
	background-color : white;
	font-family : Arial;
	font-size : 12px;

}

h1, h2, h3, h4, h5, h6, p, hr {
	margin-bottom: 3px;
	line-height: 1.6;
}

h1 {
	font-size: 1.20em;
	color: #0F1A84;
}

h2 {
	font-size: 0.8em;
	color: #0F1A84;
}

h3 {
	font-size: 0.7em;
	color: #0F1A84;
	margin-bottom: 0;
}

h4, h5, h6, p, address {
	font-size: 0.7em;
	font-weight: normal;
}

p {
	font-size: 12px;
	font-weight: normal;
}

.redlink {
	color: #CC3333;
	text-decoration: none;
}

a {
	color: #0F1A84;
	text-decoration: none;
}

a:hover {

	text-decoration: none;
	color: #ff0000;
}

/* layout styles */

#holdall {
	width: 450px;
	margin: 10px auto auto;
	padding: 5px 5px 0;
	background: #fff;
	border: 1px solid #e8e8e8;
	position: relative;
}

#header {
	height: 80px;
	border-bottom: 2px solid #0F1A84;
	margin-bottom: 1px;
	background: url(images/header_wide.jpg) top center no-repeat;
	position: relative;
}

#header h1 {
	text-indent: -1000px;
}

#header p {
	font-size: 0.7em;
	color: #0F1A84;
	position: absolute;
	top: 51px;
	right: 545px;
	font-weight: bold;
}

#body {
	width: 100%;
	float: left;
	border-top: 1px solid #999;
	margin-bottom: 10px;
	padding-top: 10px;
}

#rightside {
	width: 795px;
	float: right;
}

#main {
	width: 600px;
	float: left;
}

#right {
	width: 185px;
	float: right;
}

#left {
	width: 160px;
	float: left;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	font-size: 0.7em;
	text-align: center;
	padding: 3px 0;
}

img#banner {
	border: 1px solid #fff;
	position: absolute;
	top: 9px;
	right: 12px;
}



#main ul {
font-size: 0.7em;
margin-bottom: 5px;
}


/* left nav styles */

ul.nav, ul.nav_archive {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 1px;
}

ul.nav li {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #d8d8d8;
	background: #e8e8e8;
	margin-bottom: 1px;
}

ul.nav1 li {
	display: block;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	padding: 2px 0px 0px 20px;
	background: url(images/bullet.gif) top left no-repeat;
	height: 1%;
}

ul.nav2 li {
	display: block;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	background: url(images/bullet_blue.gif) top left no-repeat;
	height: 1%;
}



ul.nav_archive li {
	border-bottom: 1px solid #E1D8BD;
	border-top: 1px solid #F0E9CE;
	border-right: 1px solid #E1D8BD;
	border-left: 1px solid #F0E9CE;
	background: #EFEBEF;
	margin-bottom: 1px;
}

ul.nav a {
	display: block;
	font-size: 0.8em;
	color: #0F1A84;
	text-decoration: none;
	padding: 3px 3px 2px 32px;
	background: url(images/menulink.gif) top left no-repeat;
	height: 1%;
}

ul.nav_archive a {
	display: block;
	font-size: 0.7em;
	color: #666633;
	text-decoration: none;
	padding: 3px 3px 2px 32px;
	background: url(images/menulink.gif) top left no-repeat;
	height: 1%;
}

ul.nav a:hover, ul.nav li.current a {
	color: #CC3333;
	background: url(images/menulink_over.gif) top left no-repeat;
}

ul.nav_archive a:hover, ul.nav_archive li.current a {
	color: #cc3333;
	background: url(images/menulink_over_archive.gif) top left no-repeat;
}

li.current a {
	font-weight: bold;
}

/* layout classes */

p#breadcrumb {
	border-bottom: 1px solid navy;
}

p#Lightborder {
	border-bottom: 1px solid #e8e8e8;
}

p#breadcrumb a {
	text-decoration: none;
	font-weight: bold;
}

p.author {
	font-weight: bold;
}

p.issue {
	float: right;
}

/* news story styles */

div.news_story {
	width: 600px;
	float: left;
	clear: both;
	padding-bottom: 5px;
}

div.news_story_narrow_left {
	width: 295px;
	float: left;
	padding-bottom: 5px;
}

div.news_story_narrow_right {
	width: 295px;
	float: right;
	padding-bottom: 5px;
}

div.news_story h2, div.news_story_narrow_left h2, div.news_story_narrow_right h2 {
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 5px;
}

div.news_story h2 {
	font-size: 1em;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

div.news_story ul, div.news_story_narrow_left ul, div.news_story_narrow_right ul {
	font-size: 0.7em;
	margin-left: 20px;
}

ul.inline, div.news_story ul.inline, div.news_story_narrow_left ul.inline, div.news_story_narrow_right ul.inline  {
	list-style: none;
	display: inline;
	margin-left: 0;
}



div.news_story li, div.news_story_narrow_left li, div.news_story_narrow_right li {
	line-height: 1.6;
}


hr {
	border: 0;
	border-bottom: 1px dotted #CCC;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	line-height: 0;
	height: 0;
}

/* float images left or right with or without captions within a news story */

div.img_right {
	float: right;
	margin: 0 0 0 10px;
}
div.img_right_noborder {
	float: right;
	margin: 0 0 0 0px;
}


div.img_left {
	float: left;
	margin: 0 10px 0 0;
}

div.img_right img, div.img_left img {
	border: 1px solid #0F1A84;
}


div.img_right p, div.img_left p {
	line-height: normal;
	color: #666;
	text-align: justify;
}

div.img_above, div.img_below {
	text-align: center;
}

div.img_above img, div.img_below img {
	border: 1px solid #0F1A84;
	margin: 0 5px;
}

div.img_above p, div.img_below p {
	line-height: normal;
	color: #666;
	display: block;
}

/* form styles */

form p {
	font-size: 1em;
	line-height: 1em;
}

label {
	font-weight: bold;
	font-size: 0.7em;
}


input, textarea {
	padding: 1px;
	font-size: 0.9em;
}

select {
	font-size: 0.7em
}

option {
	padding: 0 5px 0 2px;
}

input.button {
	padding: 0 5px;
	text-align: center;
}

.error {
	font-weight: bold;
	color: #cc3333;
}

/* side box styles */

div.side_box {
	background: #E8E8E8 url(images/sidebox_back.jpg) top left repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #aaa;
	border-right: 1px solid #999;
	border-left: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 10px;
}


div.side_box input {
	width: 150px;
	border: 1px solid #999;
	border-bottom: #ccc;
	border-right: #ccc;
	padding: 2px;
}

div.side_box input.image {
	width: auto;
	position: relative;
	top: 3px;
	border: 0;
	padding: 0;
}


div.center_box {
	background: #E8E8E8 url(images/sidebox_back.jpg) top left repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #aaa;
	border-right: 1px solid #999;
	border-left: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 10px;
}


div.side_box input.button {
	width: auto;
}


div.side_box h2 {
	font-size: 0.7em;
}

div.side_box ul {
	margin-left: 15px;
	font-size: 0.7em;
}

div.side_box li {
	margin-bottom: 0px;
}

div.side_box ul ul {
	font-size: 1em;
}

img#frontpage {
	margin-top: 4px;
	border: 1px solid #0F1A84;
}









































