*{
	padding: 0;
	margin: 0;
}
html {
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../images/static/bgcolor.png);
}
td {

}
th {

}
ui {
	list-style-position: inside;
	list-style-type: circle;

}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}

li {
	list-style-position: inside;


}

hr {
	height:0px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 6px;
	background-image: url(../images/static/h1-bg.png);
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #66B313;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 2px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #66B313;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
}

a:link {
	color: #229ED1;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #229ED1;
}
a:visited {
	text-decoration: underline;
	color: #1E87B5;
}
div#banner {
	width: 100%;
	height: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	position: relative;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/static/banner-bg.png);
}
div#banner a {
	color: #CCCCCC;
	text-decoration: none;
}
div#banner a:hover {
	color: #000000;
	text-decoration: none;
}


div#header {
	width: 950px;
	height: 35px;
	text-align: right;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
div#content {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(../images/static/content-bg.png);
	color: #000000;
	padding-left: 250px;
	padding-right: 260px;
	padding-bottom: 50px;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content a {
	color: #1E87B5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}

div#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content li {
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: circle;
	padding-right: 0px;
	line-height: 18px;
	margin-top: 4px;
}


div#menu {
	width: 170px;
	left: 50px;
	top: 67px;
	position: absolute;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCCCCC;
}
div#menu  .selected  {
	color: #000000;
	text-decoration: none;
}
div#menu   a {
	color: #666666;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
div#menu   a:hover {
	color: #000000;
	text-decoration: underline;
}

div#contact {
	width: 170px;
	top: 73px;
	position: absolute;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	right: 40px;
	color: #333333;
}





div#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
	background-image: url(../images/static/footer-bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.imgthumb  {
	margin-right: 20px;
	border: 0px none #FFFFFF;
	float: left;
	margin-bottom: 10px;
}
.googlebutton {
	font-size: 9px;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.space {
	margin-right: 10px;
	margin-left: 10px;
	color: #8B8B8B;
}
#container   .hoverpopup {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #229ED1;
	text-decoration: none;
}
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	color: #FFFFFF;
	background-color: #229ED1;
	width: 200px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#overlay {
	background-color: #00FF00;
	visibility: visible;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 

}
.small {
	font-size: 10px;

}
