* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor: hand; cursor/**/: /**/pointer; }

input.text, textarea { 
	padding: 1px 0px; 
}
.submit { 
	cursor: hand; cursor/**/: /**/pointer; 
}

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

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

.hide { display: none; }

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

a:link, a:visited {
	color: #004d21;
	text-decoration: none;
}
a:visited {
	color: #004d21;
}
a:link:hover, a:visited:hover {
	color: #004d21;
	text-decoration: underline;
}
a.inv:link, a.inv:visited {
	text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
	width: 49.9%;
}
body #page .last {
	margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
body {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #FFFFFF url(img/page-t.jpg) repeat-x 0 0;
	color: #424242;
}
.page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	position: relative;
}
#page {
}

#top {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 121px;
}
	#logo {
		position: absolute;
		width: 370px;
		height: 103px;
		left: 190px;
		top: 4px;
		z-index: 50;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 370px;
			height: 103px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/logo-top.jpg) no-repeat 0 0;
			}



#cols1 {
}
	#cols1 .col {
		width: 343px;
		margin: 0;
		padding: 0 10px;
	}
	#cols1 .last {
		float: right;
	}

		#cols1 h2 {
			margin: .7em -5px .3em;
			padding: 0 5px;
			line-height: 40px;
			font-size: 150%;
			font-weight: normal;
			color: #111111;
			border-bottom: solid 1px #CCCCCC;
		}
		#cols1 p {
			line-height: 1.4em;
			margin: 0 0 .75em 0;
		}
		#cols1 p.height1 {
			height: 95px;
		}

.links {
}
	.links li {
		padding: 0 0 0 10px;
		background: url(img/bullet-1.gif) no-repeat 0 .6em;
		line-height: 1.6em;
	}

#box1, #box2 {
	height: 136px;
	margin: 0 -10px;
}
#box1 {
	background: url(img/box-1.png) no-repeat 0 0;
}
#box2 {
	background: url(img/box-2.png) no-repeat 0 0;
}
	#box1 p, #box2 p {
		text-indent: -1000em;
	}

#bot {
	clear: both;
	font-size: 91%;
	border-top: solid 1px #cfcfcf;
	padding: .7em 0;
	margin: 3em 0 0;
	text-align: center;
}
	#bot a:link, #bot a:visited {
		color: #424242;
	}

	#links1 {
		margin: 0 0 .4em;
	}
	#copyright {
	}
	

