@charset "utf-8";
/* CSS Document */

a:focus
{
 	outline: none;
}

a
{
	color:#FEBF01;
	text-decoration:none;
}

a:hover
{
	color:#FEBF01;
	text-decoration:none;
}

h1
{
	font-family:Arial;
	font-size:18px;
	letter-spacing:-1px;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#b8b8b8;
	font-weight:normal;
}

h2
{
	font-family:Arial;
	font-size:18px;
	letter-spacing:-1px;
	margin:00px 0px 0px 0px;
	padding:0px;
	color:#b8b8b8;
	font-weight:normal;
}

.imgThumb
{
	width:231px;
	height:84px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:1px solid #ffffff;
}


.imgThumb2
{
	width:180px;
	height:115px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:1px solid #ffffff;
}

.imgThumb2:hover
{
	width:180px;
	height:115px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:1px solid #B8B8B8;
}

.imgThumb:hover
{
	width:231px;
	height:84px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:1px solid #B8B8B8;
}


.imgThumbDate
{
	float:right;
	margin:0px 6px 6px 6px;
	color:#b8b8b8;
}

p
{
	margin:20px 0px 0px 20px;
	text-align:justify;
	width:560px;
}

#wrapper .rightContent .subHeader h1
{
	font-family:Arial;
	font-size:18px;
	letter-spacing:-1px;
	margin:0px 0px 0px 0px;
	padding:8px 20px 8px 20px;
	color:#b8b8b8;
	font-weight:normal;
}

.orange
{
	color:#FEBF01;
}

.input
{
	font-family:"Trebuchet MS";
	font-size:12px;
	height:auto;
	width:280px;
	border:1px solid #efefef;
	background-color:#B8B8B8;
	padding:2px;
}

.input:hover
{
	font-family:"Trebuchet MS";
	font-size:12px;
	height:auto;
	width:280px;
	border:1px solid #efefef;
	background-color:#efefef;
	padding:2px;
}

.textarea
{
	font-family:"Trebuchet MS";
	font-size:12px;
	height:auto;
	width:280px;
	border:1px solid #efefef;
	background-color:#B8B8B8;
	padding:2px;
}

.textarea:hover
{
	font-family:"Trebuchet MS";
	font-size:12px;
	height:auto;
	width:280px;
	border:1px solid #efefef;
	background-color:#efefef;
	padding:2px;
}

.button
{
	font-family:"Trebuchet MS";
	font-size:12px;
	height:auto;
	width:95px;
	height:30px;
	padding:5px;
	font-family:tahoma;
	margin-right:5px;
	background:url(../images/public/button.gif);
	color:#ffffff;
	border:0px;
	font-size:10px;
}

.thumbTable
{
	margin:5px 5px 5px 10px;
}