/*-------
// 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-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 { font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
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: underline; cursor/**/: /**/pointer; color: #88bff6; }
a:link:hover, a:visited:hover { text-decoration: none; 	color: #88bff6; cursor/**/: /**/pointer;}

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



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

html { height: 100.01%; }
body {
	font-family: Arial, Geneva, sans-serif;
	background: #f0f0f0;
}
#page {
	width: 834px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #000000;
	background: #ffffff;
}

#top {
	position: relative;
	z-index: 10;
	background: url(../img/header.png) 0 0;
	height: 97px;
}
	#logo {
		float: left;
		padding: 9px 0 0px 19px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 184px;
			height: 205px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo.gif) no-repeat 0 0;
			}

	#menu {
		font-family: Tahoma, Verdana, serif;
		font-size: 14px;
	}
		#menu ul {
			margin-left: 262px;
		}
			#menu li {
				float: left;
				color: #fff;
			}

			#menu li a{
				text-decoration: none;
				color: #fff;
			}

			#menu li.one {
				padding: 71px 0 0 0;
			}

			#menu li.two {
				padding: 71px 0 0 0;
			}

			#menu li.three {
				padding: 71px 0 0 0;
			}

			#menu li.four {
				padding: 71px 0 0 0;
			}

			#menu li.five {
				padding: 71px 0 0 0;
			}

table tr td{ 
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
}

table tr td{
	padding: 5px;
}

#wrap {
	overflow: hidden;
}

	#content {
		width:520px;
		float:right;
		margin-right: 85px;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
	}

#text {
	padding: 25px 0 25px 32px;
}

#content p {
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 220%;
	font-weight: bold;
	margin: 0 0 .3em;
	color: #88bff6;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#content h3 {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 .3em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #88bff6;
}

#content h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 .3em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #3366ff;
}

input {
	float: right;
}

#footer {
	padding: 10px 0 5px;
	text-align: center;
	background: #0000ff;
	width: 605px;
	float:right;
}
	#footer p {
		margin: 0 0 5px;
	}
		#footer a:link, #footer a:visited {
			color: #fff;
		}
	#footer p.links {
		color: #fff;
	}
		#footer p.links a:link, #footer p.links a:visited {
			text-decoration: none;
			padding: 0 .3em;
		}
		#footer p.links a:link:hover, #footer p.links a:visited:hover {
			text-decoration: underline;
		}
	#footer p.copyright, #footer p.copyright a {
		color: #fff;
		text-decoration: none;
		font-size: 9px;
	}

	#footer p.copyright a:hover {
		text-decoration: underline;
	}


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



