body{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 14px;
	background: #EDEDED;
	margin: 0;
	text-align: center;
	height: 100%;
	color: #000;
}
h1{
	font-size: 23px;
	color: #CC0000;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
}
h2{
	font: bold 24px #000 Times New Roman, Times, serif;
	text-align: left;
	margin: 12px 20px;
}
h3{
	font: 34px #000;
	text-align: left;
}

h5{
	font: normal 18px Times New Roman, Times, serif;
	text-align: left;
	color: #000;
	margin: 10px 0px 20px 0px;
}
h5 a{
	color: #000;
	text-decoration: none;
}
h5 a:hover{
	text-decoration: underline;
}

p{
	text-align: left;
	line-height: 20px;	
}
a{
	font: 18px #000;
	text-decoration: underline;
}
#container{
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF url(../images/cont-bkg.gif) repeat-y;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}
#header{
	width: 900px;
	height: 270px;
	z-index: 1;
	margin: 0px;
}
#content{
	width: 900px;
	background: #FFF;
}
#graybox{
	width: 258px;
	background: #E0E0E0 url(images/graybkg.png) no-repeat;
	margin: 0px 14px;
	float: left;
	text-align: justify;
}
#graybox2{
	width: 258px;
	background: #E0E0E0;
	margin: 0px 14px;
	float: left;
	text-align: justify;
}
#graybox h4{
	font: bold normal 24px Times New Roman, Times, serif;
	text-align: left;
	margin: 20px 25px 14px 25px;
	color: #000;
}
#graybox h4 a{
 	color: #000;
	text-decoration: none;
}
#graybox h4 a:hover{
	text-decoration: underline;
}
#graybox h5{
	font: bold normal 20px Times New Roman, Times, serif;
	text-align: left;
	margin: 5px 25px 14px 25px;
	color: #000;
}
#graybox p{
	font: normal 16px Times New Roman, Times, serif;
	margin: 0px 25px;
	color: #000;
}
.graymin{
	height: 260px;
}
#wrapper{
	width: 588px;
	float: left;
	margin: 10px 10px 20px 0px;
	padding: 0px;
	text-align: left;
}
#yellowwrap{
	width: 584px;
	float: left;
	padding: 0;
	margin: 0px;
}
#yellowbox{
	width: 580px;
	background: #F7E199;
	border-left: solid 2px #C9AB4F;
	border-right: solid 2px #C9AB4F;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	overflow: visible;
}
#yellowbox h5{
	font: normal 18px Times New Roman, Times, serif;
	text-align: right;
	color: #000;
	margin: 0px 20px 10px 0px;
}
#yellowbox h5 a{
	color: #000;
	text-decoration: none;
}
#yellowbox h5 a:hover{
	text-decoration: underline;
}
#yellowbox p{
	width: 540px;
	margin: 0px 20px;
}
#yellowbox p a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#yellowbox p a:hover{
	text-decoration: underline;
}
#yellowbox hr{
	color: #C9AB4F;
	background-color: #C9AB4F;
	height: 1px;
	border: 0px;
	width: 540px;
	margin: 15px auto;
}
#footer {
	clear: all;
	width: 900px;
	margin: 5px auto;
	text-align: center;
}
#footer ul {
	list-style: none;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 25px 0px;
}
#footer ul li.first {
	padding: 0px 24px 0px 0px;
}
#footer ul li {
	padding: 0px 24px;
	list-style: none;
	display: inline;
}		
#footer ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover{
	text-decoration: underline;
}

/*  Classes */

.smalltm{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: inherit;
	vertical-align: text-top;
}
.subscribe-btn{
	cursor:pointer;
	border:0px none;
	background: url(../images/sub-btn1.gif) no-repeat;
	height: 19px;
	width: 123px;
    font-size: 12px;
    color: #FFFFFF;
    margin: 10px 0px 12px 80px;
    padding: 0px;
}
.subscribe-btn:hover{
	background: url(../images/sub-btn.gif) no-repeat;
}
.smfoot{
	font: 11px Arial;
	color: #666666;
	text-align: center;
	width: 335px;
	margin: inherit;
}
.smfoot a{
	color: #666666;
}
.formbdr{
	border: solid 1px #C9AB4F;
	background: #FCECBB;
}