@charset "utf-8";
/*Colours used in the site
#000000 Black
#0000ee Blue
#014336 Deep Green
#bbddbb Light Green (pastal)
#a35876 Purple
#e0dfe3 Light Gray
#ffffff White*/

/* ------ Basic Styling ------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #bdb;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/*
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	color:#968;
}
a:visited {
	text-decoration: none;
	color:#a35876;
}*/
p {
	margin: 0 0 1em;
}
#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	/*background-color:#a35876;*/
	background-color:#f0f2f0;
	/* #eff5ef;*/
}
#clear {
	clear: both;
}
/*--------------Position "container" elements ---------------------*/
#header {
	position: relative;
	background: url(../images/headerjs.png) no-repeat top center;
	height: 150px;
}
#header h1 {
	margin-left: -9000px;
}
#header h2 {
	margin-left: -9000px;
}

p img.right {
	margin: 0 0 7px 7px;
	float:right;
}
p img.left {
	float:left;
	margin: 0 10px 5px 0;
	padding-top: 5px;
}
/*////////////////////////////*/
#eachstory {
	float:left;
	width:520px;
	/*width: 528px;*/
	margin-left: 10px;
	padding: 15px 10px 5px 0;*/
	}
#eachstory.postupdate, p.posted, p.updated{
	float:left;
	/*width: 220px;
	line-height:.5em;*/
	line-height: .5em;
/*	padding-top:0;
	margin-top: 0;*/
	font-size: 75%;
	color:#666
	}

#eachstory h1 {
	margin-left: 15px;
	padding-bottom: 2px;
	font-size: 140%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color:#600;*/
	color:#ffa929;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	}
#eachstory p {
	/*padding-top: 10px;*/
	margin-left: 15px;
	padding: 12px 5px 5px 0;
	line-height: 1.4em;
	color:#000000;
	}
	#eachstory ol {
	/*padding-top: 10px;*/
	margin-left: 45px;
	padding: 12px 5px 5px 0;
	line-height: 1.4em;
	color:#000000;
	}
	#eachstory ul {
	/*padding-top: 10px;*/
	margin-left: 45px;
	padding: 12px 5px 5px 0;
	line-height: 1.4em;
	color:#000000;
	}
	#eachstory hr {
	/*padding-top: 10px;*/
	margin-left: 15px;
	width: 100%; 
	height: 1px;
	}
#eachstory p.posted, #eachstory p.updated{
	margin-top: 0;
	padding-top:2px;
	}
#eachstory p.category {
	font-size: 115%;
	font-weight: bold;
	/*	color:#C09;*/
	color:#ffffff;
	}
#eachstory p.author {
	line-height:1em;
	padding-top:.5em;
	font-size: 85%;
	font-variant: small-caps;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	letter-spacing: .1em;
	}
#eachstory p img {
	float:left;
	padding:0 5px 5px 0;
	}
	

#sidebar {
	float:right;
	width:182px;
	margin-right: 13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#sidebar #dateSearch {
	padding: 0 0 8px 0;
	}
#sidebar #dateSearch p.date{
	text-align: right;
	margin-top: 5px;
	padding: 5px 0/*10px 5px 0*/;
	}
#sidebar form /*, #sidebar div h3*/ {
	background: #d1e4d6;
}

#sidebar form {
	/*margin: 0; padding: 0.7em 0.5em 0.5em 0.3em;*/
	margin: 0; padding: 0.3em 0.5em 0.3em 0.3em;
}

#sidebar form .text {
	width: 8em;
}
#sidebar #content {
	margin-bottom: 0;
	padding-bottom: 0;
	
	}
#sidebar #content .newsflash, .one, .two {
	width: 170px;
	margin: 0 0 9px 0px; 
	background-color: #FFF
/*	padding: 0px;*/
	}

#sidebar #content .last{
	margin: 2px;
	}
#sidebar #content h3{
	display: block; 
	margin: 0;
	padding: 2px 5px 2px 5px; 
	background-color: #a2d6b0;
	font-size: 110%;
	font-weight: bold; 
	}
#sidebar #content p{
	/*margin: 0px 4px 0.4em 4px; */
	padding: 5px;
	/*background-color: #d1e4d6; */
	
	
	}

#sidebar #content .newsflash p{
	font-size: 110%;
	line-height: 1.4em;
	}
#sidebar #nifty i{
font-size: 90%;
}
#sidebar #content .one img{
	float:left;
	padding: 0 4px 4px 0;
	}
#sidebar #content .two img, .last img{
	float: none;
	display:block;
	padding: 0;
	}
#clear {
	clear:both;
	}
/*---------------start Footer styles ------------------*/

#footer {
	background: url(../images/bg_footer.gif) repeat-x top left;
	/*margin-top: .2em;*/
	position: relative;
	top: 50px;
	height: 50px;
	font-size:0.85em;
	text-align: center;
	color: #FFF;
	clear: both;
}
#footer a:link {
	text-decoration: none;
	color:#FFF;
}
#footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer p {
	margin-bottom: -1px;
}

A:link {text-decoration: none; color:#0000ee; }
A:visited {text-decoration: none;  color:black; }
A:active {text-decoration: none; color: #00ff00 ; }
A:hover	{ color: #0000ee; 
			text-decoration:underline;
		}
	A.ff {text-decoration: none; color: #000000; }
	A.ff:visited {text-decoration: none; color: #000000; }
	A.ff:hover	{color:#FF0000; }
	A:ff.active {text-decoration: none; color: #000000; }
	
	TD
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 12px;
    BORDER: 0px;
    COLOR: #000000; /*#a0522d;*/
    FONT-FAMILY: Arial,Sans Serif
}

.bd_mnu
{
    FONT-SIZE: 12px;    
    FONT-WEIGHT: PLAIN;
    COLOR: #blue; 
    FONT-FAMILY: Arial,Sans Serif    
}
.bd_shell
{
    /*BACKGROUND-COLOR: #aa7239*/
    BACKGROUND-COLOR: #d8e4f8;
}
.bd_smnu
{
    FONT-SIZE: 11px;
    COLOR: #aa7239; 
    /*COLOR:#ffffff;*/

    FONT-FAMILY: Arial,Sans Serif
}
.content_help
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial,Sans Serif
}
.maxLabel
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    COLOR: #0000ff;
    WIDTH: 300px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px;
/*    BACKGROUND-COLOR: #99BBEF;*/    
    BACKGROUND-COLOR: #d8e4f8;
}
.minLabel
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 150px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px;
  /*BACKGROUND-COLOR: #ffe6bf;*/
/*  BACKGROUND-COLOR: #99BBEF; */
    BACKGROUND-COLOR: #d8e4f8;

    
}
.EmptyLabel
{
    BORDER-WIDTH: 0px;    
    HEIGHT: 22px;
    BACKGROUND-COLOR: #ffe6bf;
}
.maxText
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 300px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px
}
.minText
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-LEFT: thin groove;
    WIDTH: 150px;
    BORDER-BOTTOM: thin groove;
    HEIGHT: 22px
}

.titleBgColor
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE:20px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 24px;
   /* BACKGROUND-COLOR: #ff8000;*/
    BACKGROUND-COLOR: #a35876;
    /*BACKGROUND-COLOR: #0054e3;*/
    TEXT-ALIGN: center;
}
.subTitle
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    /*BACKGROUND-COLOR: #ffa929;*/
/*    BACKGROUND-COLOR: #6699EF;*/
    BACKGROUND-COLOR: #bbddbb;
    TEXT-ALIGN: center;
}
.myChoiceClass
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: thin;
    COLOR: #050505;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 28px;
    /*BACKGROUND-COLOR: #ffa929;*/
/*    BACKGROUND-COLOR: #6699EF;*/
    BACKGROUND-COLOR: #F6F0DC;
    TEXT-ALIGN: center
}
.tableContent
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: thin;
	COLOR: #ffffff;
	BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
   /* BACKGROUND-COLOR: #ffa929;*/
	BACKGROUND-COLOR: #6699EF;*/
    /*BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: left
}
.menuSelected{
	BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    /*FONT-SIZE: 11px;*/
    BORDER-LEFT: thin;
    /*COLOR: #ffffff;*/
	COLOR: #000000;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #ffa929;
 	/*BACKGROUND-COLOR: #6699EF;*/
    /*   BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: center

}
.acknowledgment{
	BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BORDER-LEFT: thin;
    COLOR: #ffffff;
	/*COLOR: #000000;*/
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial,Sans Serif;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #6666EF;
 	/*BACKGROUND-COLOR: #6699EF;*/
    /*   BACKGROUND-COLOR: #1e90ff;*/
    TEXT-ALIGN: center

}

TEXTAREA
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 12px;
    BORDER-LEFT: thin groove;
    WIDTH: 700px;
    BORDER-BOTTOM: thin groove;
    Font-Family: Arial,Sans Serif;
    HEIGHT: 150px;
}
.textAreaSize{
 	BORDER-LEFT: thin groove;
    WIDTH: 400px;
    BORDER-BOTTOM: thin groove;
    Font-Family: Arial,Sans Serif;
    HEIGHT: 150px;

}
/*this is paginations style*/
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

</style>

