/*@import url("css/global.css");*/
/* BASIC */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#DBDFEA;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#maintable {
	display: inline; /* for IE */
	float: left;
	width: 419px;
	padding-left: 10px;
	border-left: 0px dashed #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
}
#footer {
	float: left;
	width: 760px;
}


#main {
    display: inline; /* for IE */
	float: left;
	width: 419px;
	padding-left: 10px;
	border-left: 0px dashed #999999;
}

#nav {
	float: right;
	width: 150px;
	
}

#side1 {
	float: top left; 
	padding: 3px 0px;	
}

#side2 {
	float: top left; 
	padding: 3px 0px;
}
	
	
#side3 {
	float: top left; 	
	padding: 3px;
}

		
#news {
	float: left;
	width: 370px;
	padding-top: 15px;
	padding-left: 10px;
}


#box {
	float: left;
	width: 270px;	 
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	
}

#box2_wb {
	float: left;
	width: 320px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	
}


#box3_wb {
	float:left;
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
}

#pbox {
	float:left;
	width: 200px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;	
	padding-bottom:0px;	
}

#maincontent {
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-left: 10px;
}

#rightcontent {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-left: 10px;
}


#searchform {
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
}

#searchform input {
    font-size: 0.9em;
}

#searchform input.submit {
    background-color: #D6D6D6;
    margin-left: 3px;
}

#legal {
	clear: both;
	margin-right: 160px;
	padding: 5px 160px 20px;
	font-weight: bold;
	color: #666666;
	border-top-style: none;
}



h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

/* LAYOUT */

#banner {
	background:url(../images/logo2.jpg) no-repeat left;
	height: 118px;
	
}

#topmenu {
	
	height: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}



/*topmenu*/
#buttons li {
	float: left;
	padding: 0;
	margin: 0;
}

#buttons li.last {
    float: right;
}

#buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#buttons li a, #buttons li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#buttons li a:hover {
	background: url(images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
/** html #mainNav a { width: 1px; } */

/* NAVIGATION */
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #999999;
	position: relative;
	display: block;
	padding: 7px 2px 3px 10px;
	background-color: #E7E7E7;
	font-weight: bold;
}
a#homeLink {
	background-image: url(images/home.png); 
	background-repeat: no-repeat;
	background-position: left center;
}
#logo {
	display:block;
}

#mainNav ul {
	border-top: 1px dashed #999999;
	margin-top: 30px;
	margin-bottom: 20px;
}

#mainNav a:hover {
	
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	background: #DCE5FF;
}

#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}

#nav p {
	color: #ED6733;
	padding-right: 5px;
	padding-left: 5px;
}


#nav a {
	text-decoration: none;
	color: #666666;
}

/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 2em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}

#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 2.7em Impact, "Times New Roman", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}



#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

#maintablea p {
	font-size: 0.8em;
	margin-bottom: 5px;
}

/* headlines with warnings */
.warning {
	
	padding-top: 2px;
	padding-left: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

/* NEWS */
#news .story {
	color: #333;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#EBEBEB;
}
#news span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news .link {
	color: #333;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;

}
#news span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#C03;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#news a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #news a {
	height: 1px;
}

#news h3 {
	background:#CCC;
	color:#000;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#news h3 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}
/*news2*/
#news2 .story {
	color:#FFC;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#FEFDDE;
}
#news2 span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news2 .link {
	color: #333;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;

}
#news2 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#C03;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#news2 a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #news2 a {
	height: 1px;
}

#news2 h3 {
	background:#CCC;
	color:#000;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#news2 h3 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/*box*/
#box .story {
	color: #333;
	padding: 5px 5px;	
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}

#box .boxbkgray {
	border: 1px dashed #A2ABEA;      
	background-color:#F3F3F3;

}


#box .pictureboxbkwhite {	 
	background-color:#FFF;
	margin-left:5;

}

#box p.title {
	font-size: 1em;	
	color: #333;		
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box a.story:hover {
	color: #4A761D;
	background:#F2F7A6;
}

* html #box a {
	height: 1px;
}



#box h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box h3 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 		
	
		
}

#box ul.list {
	margin-left:20;
	margin-top:5;	
	margin-right:5;
	list-style:square;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
	
	}

/*box2_wb*/
#box2 .story {
	color:#FFC;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}
#box2_wb span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2_wb p {
	margin-top:10;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	
}

#box2_wb .boxbkgray {
	border: 1px double #A2ABEA; 
	background-color:#F3F3F3;

}

#box2_wb ul.list {
	font-size: 1.1em;
	margin-left:20;
	margin-top:10;	
	margin-right:10;
	margin-bottom:10;
	list-style:square;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box2_wb .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}

#box2_wb a.li:hover {
	color:#00F;
	text-decoration: none;
	padding: 4px 4px 0px 0px;

	
}

#box2_wb a.li {
	color:#333;
	text-decoration: none;
	padding: 4px 4px 0px 0px;
}




#box2_wb .boxbkyellow {
	border: 1px dashed #A2ABEA;    
	background-color:#FEFDDE;

}
#box_wb p.title {
	font-size: 1em;		
	color:#666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2_wb .link {
	color: #333;
	padding: 2px 2px;
	display: block;

}
#box2 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2_wb a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #box2 a {
	height: 1px;
}

#box2_wb h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box2_wb h3 span {	
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/*userra box2_wb*/

#box2_wb span.userratitle {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box2_wb .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}

#box2_wb .USERRAstory {
	color: #333;
	padding: 5px 5px;	
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}


#box2_wb span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2_wb a.userrastory:hover {
	color: #4A761D;
	background:#FFF;
}


/*box2*/
#box2 .story {
	color:#FFC;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}
#box2 span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2 p {
	margin-top:10;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	
}

#box2 .boxbkgray {
	border: 1px double #A2ABEA; 

}



#box2 .boxbkyellow {
	border: 1px dashed #A2ABEA;    
	background-color:#FEFDDE;

}
#box p.title {
	font-size: 1em;		
	color:#666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2 .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box2 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2 a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #box2 a {
	height: 1px;
}

#box2 h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box2 h3 span {	
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box2 p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/*box3_wb*/
#box3_wb .story {
	color:#FFC;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}
#box3_wb span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box3_wb p {
	margin-top:10;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	
}

#box3_wb .boxbkgray {
	border: 1px double #A2ABEA; 
	background-color:#F3F3F3;

}

#box3_wb ul.list {
	font-size: 1.1em;
	margin-left:20;
	margin-top:10;	
	margin-right:10;
	margin-bottom:10;
	list-style:square;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box3_wb .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}

#box3_wb a.li:hover {
	color:#00F;	
	text-decoration: none;
	padding: 4px 4px 0px 0px;

	
}

#box3_wb a.li {
	color:#333;
	text-decoration: none;
	padding: 4px 4px 0px 0px;
}




#box3_wb .boxbkyellow {
	border: 1px dashed #A2ABEA;    
	background-color:#FEFDDE;

}
#box3_wb p.title {
	font-size: 1em;		
	color:#666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box3_wb .link {
	color: #333;
	padding: 2px 2px;
	display: block;

}
#box3 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box3_wb a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #box3 a {
	height: 1px;
}

#box3_wb h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box3_wb h3 span {	
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}


/*box3*/
#box3 .story {
	color: #333;
	padding: 5px 5px;
	border-bottom: 1px dashed #AAEB11;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#EBEBEB;
}

#box3 .headlineslink {
	color: #333;
	text-decoration: none;
}

#box3 a.headlineslink:hover {
	color: #4A761D;
}


#box3 span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box3 .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box3 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#C03;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box3 a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #news a {
	height: 1px;
}

#box3 h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box3 h3 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box3 p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	
}

#box3 ul.list {
	margin-left:20;
	margin-top:5;	
	margin-right:5;
	list-style:square;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box3 .boxbkgray {
	border: 1px double #A2ABEA; 

}


/*picturebox*/

#pbox img { 
	border:none;
	text-align:center;	
		
	
	
}
#pbox h3.right {
	text-align:right;
	

}
#pbox p {
	margin-top:10;
	margin-bottom:2; 
	
	
}


/*footer*/

#footer {
	float: center;
	width: 848px;	
}


#footer p {
	padding-top: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a:hover {		
	color:#00F;
}

#footer a {	
	text-decoration: none;
	color:#333;
}



