/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #003399;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #eeeeee;
	height: 100%;
}
#page {
	font-size: 1.2em;
	color: #333333;
	background: #FFFFFF;
	width: 950px;
	/* height: 100%; */
	margin: 0 auto;
}

#top {
	width: 100%;
	overflow: hidden;
	height: 150px;
	position: relative;
	background: url(../img/top-bg.png) repeat-x 0 0;
	border-bottom: solid 1px #cfd0d2;
	margin: 0 0 30px;
}
	#logo {
		float: left;
		padding: 13px 0 0 25px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 236px;
			height: 127px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#search {
		float: right;
		position: relative;
		z-index: 10;
		color: #FFFFFF;
		padding: 12px 20px 0 0;
	}
		#search p {
			float: left;
			margin: 0 10px 0 0;
			line-height: 20px;
			font-size: 83.33%;
		}
			#search p a:link, #search p a:visited {
				color: #FFFFFF;
			}
		#search input.text {
			float: left;
			border: none;
			padding: 3px 3px;
		}
	#menu {
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: 0;
	}
		#menu ul {
			height: 35px;
			padding: 0 0 0 36px;
			background: url(../img/menu-l.png) no-repeat 0 0;
		}
			#menu li {
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					line-height: 34px;
					padding: 0 .75em;
					color: #003399;
					white-space: nowrap;
					text-decoration: none;
					background: url(../img/but-1.png) repeat-x 0 0;
					border: solid 1px #cfd0d2;
					border-width: 1px 1px 0 0;
				}
				#menu li.last a:link, #menu li.last a:visited {
					border-width: 1px 0 0;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
					background: #3f7bb4;
					color: #FFFFFF;
				}
	#header {
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
		width: 625px;
		height: 150px;
	}


#wrap {
	padding: 0 25px 20px;
	margin: 0 0 25px;
	width: 900px;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
background-color:#fff;
}
	#content {
		float: left;
		width: 625px;
	}
	#side {
		float: right;
		width: 250px;
	}
#side a {font:normal 18px georgia,times,serif;line-height:1.8}

#content p {
	font-size: 116.67%;
	line-height: 1.3;
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	line-height: 1.4;
	margin: 0 0 1em 1.5em;
}

#content h1 {
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	color: #1f4ca5;
	margin: 0 0 .25em;
}
#content h2 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #1f4ca5;
	margin: 0 0 .4em;
}

.imgR {
	float: right;
	margin: 0 0 1em 1em;
}


.box1 {
	background: url(../img/box-1.png) repeat-x 0 0;
	padding: 10px 10px;
	height: 56px;
	border: solid 1px #cfd0d2;
	font-size: 116.67%;
	margin: 0 0 15px;
}
	.box1 h2 {
		font-size: 128%;
		font-weight: normal;
		color: #003399;
	}


#cols {
	padding: 0 25px;
	width: 900px;
	overflow: hidden;
	margin: 0 0 25px;
background-color:#fff;
}
	#cols .col {
		width: 275px;
		margin: 0 25px 0 0;
		float: left;
	}
	#cols h2 {
		font-family: Georgia, serif;
		font-size: 150%;
		font-weight: normal;
		color: #1f4ca5;
		margin: 0 0 .6em;
	}
	
	#news {
	}
		#news li {
			margin: 0 0 1.1em;
		}
			#news li a:link, #news li a:visited,#poll li a:link, #poll li a:visited {
				color: #666666;
			}
	#poll {
	}
		#poll ul {
			margin: 0 0 1em;
		}
		#poll li {
			margin: 0 0 .6em;
			width: 100%;
			overflow: hidden;
		}
			#poll li input {
				float: left;
				margin: 0 5px 0 0;
			}
			#poll li label {
				float: left;
				display: block;
				color: #686868;
			}
		#poll input.submit {
			border: solid 1px #cfd0d2;
			background: url(../img/but-2.png) repeat-x 0 0;
			height: 32px;
			color: #003399;
			font-family: Georgia, serif;
			font-size: 133.33%;
		}
	#topics {
	}
		#topics a:link, #topics a:visited {
			
		}
		#topics .s1 { font-size: 150%; }
		#topics .s2 { font-size: 116.67%; }
		#topics .s3 { font-size: 91%; }


#footer {
	background: #cfd0d2;
	font-size: 83.33%;
	width: 100%;
	overflow: hidden;
	padding: 17px 0;
}
	#footer p.links {
		float: left;
		padding: 0 0 0 15px;
		color: #003399;
	}
	#footer p.copyright{
		float: right;
		padding: 0 15px 0 0;
		color: #4b78b8;
	}



td,th {padding:5px;border:1px solid #ccc;text-align:left;}

table {border:1px solid #ccc;width:100%;}

.hidden {display:none;}

a.hoverable {
	position: relative;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

a.hoverable div {
	position: absolute;
	display: none;
	top: 1.0em;
	left: 0.5em;
	margin: 0em;
	padding: 3px;
	background-color: #eeeeee;
	border: 0px solid #999;
width:225px;
z-index:1;
}

a.hoverable:hover div {
	display: block;
}