/* CSS Document */
body,html {
color:#003333;
margin:0;
padding:0;
background-image:url(images/common/bkfade.jpg);
background-repeat:repeat-x;
background-position:top;
	font-family: Helvetica, sans-serif;
letter-spacing: 0.05em;
	word-spacing: -0.05em;
	line-height: 26px;
font-size:14px;
line-height: 16px;
}


#wrap {
position:relative;
width:800px;
margin:0 auto;
border:1px solid #E5E7F3;
background-color:#fff;
height:auto;
}
#footer {
position:relative;
width:800px;
margin:0 auto;
font-size:86%;
}

#content{
min-height:900px;
}
#content ul{
/*list-style-type:square;*/
list-style-image:url(images/common/greenbullet.gif);
	padding:0px 0px 18px 18px;
	margin:0px;
}

.col1{
float:left;
min-height:500px;
display:inline;
width:177px;
padding:36px 36px 36px 44px;
}
.col2{
float:left;
display:inline;
width:464px;
padding:36px;
}


a:link, a:visited, a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color:#99CC33;
	font-weight:normal;
font-size: 95%;
}

a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}


.reg a:link, .reg  a:visited, .reg a:active {
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color:#99CC33;
}

/*from old site */

p {
	padding:0px 0px 18px 0px;
	margin:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
h2 {
	font-family: Georgia, Times New Roman;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#aa8182;
	line-height: 22px;
}
h3{
font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
color:#999999;
margin: 0px;
	padding: 0px;
}

.purplegray{
color:#938594;
}
.smaller{
font-size:90%;
}



/* for web.php */

.imgblock {
display:block;
width:100px;
height:100px;
overflow:hidden;
float:left;
padding:0px 36px 36px 0px;
margin:0px;
text-align:center;
}
.imgblock img{
border:0;
overflow:hidden;
max-height:100px;
max-width:100px;
}