/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
	border: none;
	border-bottom: 0px none;

}

a:hover {
	color: #9EC068;
	background: inherit;
	border: none;

}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	padding: 7px 0 0 8px;
	margin: 0;
}

h1, a, h2, sub_title a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, sub_title a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	/*letter-spacing: -1px;*/
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.header { 
	height: 45px;
	text-align: center;
}

.top_info {
	float: right;
	width: 570px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: right; 
	}
	
	.bar li.active { 
		background: #FFF url(bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 

.search_field { 
	background: #DCF2B8 url(barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}


.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0 0 10px 0;
}
.left_sub {
	float: left;
	width: 100px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
	}
	
	.left_links:hover {
		border: 1px solid #ccc;
	}
	
	.left_message {
		border: 4px solid #e4f2fd;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(questionmark.gif) no-repeat center left;
		color: black; 
	}
	
	.left_message:hover {
		border: 1px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 180px;
		}
		
		.right_side {
			float: right;
			width: 200px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
}
.right_sub {
	float: right;
	width: 585px;
	margin: 3 0 10px 0;
}
	.boxtop { height: 19px; background: #fff url(boxtop.gif) no-repeat; color: #000; }
	.box { text-align: center; background: #fff url(box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
	.box p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }


	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #d5dbff; /*#A9D4F2;*/
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: none; /*1px solid #eee;*/
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}

	.sub_title {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
	}
	

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.center {
	float: center;
	width: 760px;
	margin: 0 0 10px 0;
}


/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

/*.footer a {
	color: black;
	background: #fff;
} */

.link A {
 font-size: 14px;
 color: #003399;
 text-decoration: none;
 border-bottom: dashed 1px;
}
.link A:link {
 font-size: 14px;
 text-decoration: none; 
 border-bottom: dashed 1px;
 color: black;
 }
.link A:visited {
 font-size: 14px;
 color: #003399;
 text-decoration: none; 
 border-bottom: dashed 1px;
}
.link A:active {
 font-size: 14px;
 text-decoration: none
 }

.link A:hover {
 border-bottom: solid 1px; 
 text-decoration: none;
 background-color: #f2dda4;
 color: #003399;
 font-size: 14px; 
 }

 .search_link { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #blue;
	background: none;
	padding: 10px 0 10px 0;
	border-top: none 0px;
	border-bottom: none 0px; 
	text-decoration:none
}

.search_link a {
	color: #gray;
	background: none;
}

/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(images/bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(images/greenbtn.gif) no-repeat; padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }

/* table */
.td_smile
	{
	PADDING-RIGHT: 0px; PADDING-LEFT: 14px; PADDING-BOTTOM: 14px; PADDING-TOP: 0px
	}
.tr_smile
	{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 8px; PADDING-TOP: 0px
	}
.line_table 
	{
	BORDER-RIGHT: #cccccc 1px dashed; PADDING-RIGHT: 14px; PADDING-LEFT: 14px; PADDING-BOTTOM: 14px; PADDING-TOP: 0px
	}
.td1_smile
	{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; WORD-WRAP: break-word
	}
.title_table
	{
	PADDING-RIGHT: 5px; WORD-WRAP: break-word
	}
.line1_table
	{
	BORDER-RIGHT: #cccccc 1px dashed; PADDING-RIGHT: 14px; PADDING-LEFT: 0px; PADDING-BOTTOM: 14px; PADDING-TOP: 0px
	}
.headerSub{
PADDING-RIGHT: 5px; 
BORDER-TOP: #eee 2px solid; 
PADDING-LEFT: 5px; 
PADDING-right: 10px; 
BACKGROUND:  #e4f2fd; 
PADDING-BOTTOM: 3px; 
MARGIN: 5px; 
PADDING-TOP: 3px; 
border-bottom: #eee 2px solid;
}