html, body {
	background-color:#000000;
	background-image:url(Images/background.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
	min-width:908px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

form
{
    height:100%;
}

/*Clear fix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border:0px;	
}

h2
{
    font-family:Times New Roman, Serif;
	margin:0px;
}
p{
	margin:0px;
	padding:0px;
	margin-left:20px;
	line-height:30px;
}


#container{
	background-color:#FFFFFF;
	margin:0 auto;
	width:908px;
	height:100%;
	text-align:left;

}

#navigation{
	background-color:#FFFFFF;
	background-image:url(Images/nav-background.gif);
	width:100%;
	min-height:55px;
	height:55px;
	overflow:hidden;
}

#navigation ul{
	background-image:url(Images/nav-sides.gif);
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:100;
	font-family: Microsoft Yi BATI, Centry Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#navigation ul li{
	display:inline;	
	padding-left:25px;
	position:relative;
	top:12px;
	left:15px;
}

#navigation ul a,a:link{
	text-decoration:none;
	color:#FFFFFF;
}

#heading{
	background-color:#EDEDED;
	height:122px;
	width:100%;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color:#BABABA;
}

#content{
	border-color:#F4F3F3;
	background-color:#FFFFFF;
	width:100%;
	/*height:100%;*/
	padding-top:25px;
}

#content a,a:link
{
    color:#205D6D;
    text-decoration:underline;
}

#content .left{
	width:70%;
	padding:25px;
	padding-top:0px;
	padding-right:15px;
	display:table-cell;
	line-height:130%;
	float:left;
}

#content .left strong
{
    color:#205D6D;
}
#content .left hr
{
	background: #ccc;
	border: 0;
	color:#C5C5C5;
	height: 1px;
	margin: 15px 10px 15px -3px;
}

#content td {vertical-align:top;}
#content tr {padding-bottom:5px;}
#content .description
{
    width:400px;
}
#content .left h2{
	color:#DE6315;
	font-size:36px;
	/*padding:0px;*/
}



#content .right h2
{    
	color:#205D6D;
	font-size:20px;
	/*margin:0px;*/
}

#content .right{
	margin-top:25px;
	padding-left:10px;
	border-spacing:10px;	
	width:20%;
	border-left: 1px solid;
	border-color: #C5C5C5;
	display:table-cell;
	vertical-align:top;
	font-size:small;		
}
s
#content .right p{

}

#content .right hr
{
	background: #ccc;
	border: 0;
	color:#EDEDED;
	height: 1px;
	margin: 15px 10px 15px -2px;
	width:70%;
	
}

.blurb 
{
    background-color:#EDEDED;
    width:640px; 
    text-align:center;
    padding-top:15px;
    padding-bottom:5px;
}
.alignright 
{
    color:#656565;
    width:100%;
    text-align:right;   
    position:relative;
    right:15px;
    font-size:10px;
}

.red 
{
    color:Red;
}