v\:* {behavior:url(#default#VML);}
body{
	/*
	background-image: url('/junk/background-body.jpg');
	background-repeat: repeat-y;
	*/
	background-color: #D4D4D4;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial;
	font-size: 12px;
	max-width: 1200px;
}
#wrapper{
	background-image: url('/junk/background-wrapper.jpg');
	background-repeat: no-repeat;
	min-height: 600px;
	min-width: 800px;
}
p{
	padding: 5px 0;
	margin: 0;
}
h1{
	color: #818490;
	position: absolute;
	left: 70px;
	top: 5px;
	letter-spacing: -1px;
	font-size: 40px;
	margin: 0;
	padding: 0;
}
h2{
	
}
h3{
	margin-top: 0;
}

#tagline{
	position: absolute;
	left: 470px;
	top: 14px;
	color: #818490;
	font-size: 15px;
	padding: 0;
	margin: 0;
	min-width: 440px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#navtop{
	/*
	position: absolute;
	left: 0;
	top: 60px;
	*/
	font-size: 15px;
	color: #818490;
	text-align: right;
	padding: 70px 20px 0 0;
	font-weight: bold;
	letter-spacing: -0.5px;
	
}
#navtop a{
	color: #FF6600;
	text-decoration: none;
}
#navtop a:hover{
	color: #818490;
}
#content{
	margin: 0;
	padding: 0px 20px 0 400px;
	min-height: 400px;
	font-size: 12px;
	color: #323338;
}
#content h1{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 5px 0px 5px 0;
	font-size: 24px;
}
#content h2{
	font-size: 18px;
	color: #323338;
	margin: 0;
	padding: 5px 0 10px 0;
}
#content a{
	color: #818490;
	text-decoration: none;
}
#content a:hover{
	color: #FF6600;
}

#navside{
	position: absolute;
	top: 60px;
	left:200px;
	font-size: 12px;
	padding: 0 5px 5px 5px;
	border: thin dashed #000000;
}
/*
#navside{
	width: 200px;
	float: left;
	padding: 0 0 0 200px;
	font-size: 12px;
}
*/
#navside h3{
	margin: 0;
	padding: 4px 0;
	font-size: 13px;
}
#navside a{
	color: #000000;
	text-decoration: none;
}
#navside a:hover{
	color: #FF6600;
}
/*
#sidebar{
	position: absolute;
	top: 600px;
	left: 10px;
	width: 200px;
	color: #ffffff;
	font-size: 12px;
}
*/
#sidebar{
	float: left;
	padding: 460px 60px 0 60px;
	/* margin: 460px 0 0 30px; */
	width: 280px;
	color: #ffffff;
	font-size: 12px;
}
#sidebar h3{
	margin: 0;
	padding: 4px 0;
	font-size: 13px;
}
#sidebar a{
	color: #ffffff;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
}
#sidebar ul{
	padding: 0px 0 0px 5px;
	margin: 0px 0 0px 5px; 
}
#sidebar li{
	padding: 0px 0 0px 2px;
	margin: 0px 0 0px 2px; 
}
input{
	font-size: 10px;
}
select{
	font-size: 10px;
}
#footer{
	clear: both; 
	text-align: right;
	padding: 5px 20px 5px 10px;
	font-size: 10px;
}
#footer a{
	text-decoration: none;
	color: #818490;
}
#footer a:hover{
	color: #FF6600;
}


a.thumb{
	text-decoration: none;
	text-align: center;
	border: 0;
}
a.thumb:hover{border: 0;}
img{border: 0;}
img.thumb{
	margin: 5px;
}
ul{
	padding: 5px 0 5px 10px;
	margin: 0px 0 0 10px;
}



/*
.upperleft{
	width : 50%;
	margin-left : auto;
	margin-right : auto;

	background-color : #FFFFFF;
	background-image : url('/images/corner_sm_ul.gif');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('/images/corner_sm_ur.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('/images/corner_sm_ll.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('/images/corner_sm_lr.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}
*/

.roundcont {
	position: relative;
	width: 400px;
	background-color: #ffffff;
	color: #000000;
}

.roundcont p {
	text-align: left;
	margin: 0 10px;
}

.roundtop { 
	background: url('/images/corner_sm_ur.gif') no-repeat top right; 
}

.roundbottom {
	background: url('/images/corner_sm_lr.gif') no-repeat top right; 
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}