body {
	background-image:url(background_str.png);
	background-repeat: repeat;
	font-family:Tahoma, Arial;
	font-size:14px;
	font-weight:300;
	line-height:1.4;
	color:#A3A3A3;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	color:#C2CF96;
	font-weight:600;
	text-align:left;
	text-decoration:underline;
}

h2{
	font-family:Tahoma, Arial;
	font-size:14px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	color:#999999;
	font-weight:600;
}

img {
	border:0px;
	text-decoration:none;
}

a {
 	color:#687D77;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
 

.tiny{
	font-size:10px;
}
.emphasize{
	color:#687D77;
}

#toptext{
	position:absolute;
	top:80px;
	height:15px;
	font-size:12px;
	left:50%;
	width:auto;
	margin-left:-500px;
	color:ECEBF0;
}

input[type=text]  {
	background-color: #FFFFFF;
	width: 250px;
	border: 2px solid #CCCCCC;
	height:25px;
	padding:3px;
	margin:3px;
	font-size:14px;
}
input[type=password]  {
	background-color: #FFFFFF;
	width: 250px;
	border: 2px solid #CCCCCC;
	height:25px;
	padding:3px;
	margin:3px;
	font-size:14px;
}
textarea  {
	background-color: #FFFFFF;
	width: 250px;
	border: 2px solid #CCCCCC;
	height:100px;
	padding:3px;
	margin:3px;
	font-size:14px;
}

#leftcol{
	position:absolute;
	width:600px;
	top:100px;
	left:50%;
	margin-left:-500px;
	height:auto;
}

#rightcol{
	position:absolute;
	width:300px;
	top:100px;
	left:50%;
	margin-left:150px;
	height:auto;
}

#logo{
	position:absolute;
	width:auto;
	height:auto;
	top:10;
	left:50%;
	margin-left:80px;
}

.roundedge{
	background-color:#FEFEFE;
	border:1px;
	border-color:#FEFEFE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:100%;
	padding:15px;
	margin-bottom:30px;
}

.roundedge2{
	background-color:#FFFFFF;
	border:1px;
	border-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:100%;
	padding:15px;
	margin-bottom:30px;
}
