* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:#999999;
}

.blacktext a {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	color:#000000;
}

.blacktext a:hover {
	color:#cd071e;
	text-decoration:underline;
}

#spacer {
	padding: 3px 0px;
}

#spacerlb {
	padding-bottom: 15px;
}

#container { 
	width: 990px;
	margin: 0px auto;   /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color:#FFFFFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#borders {
	padding:5px;
}

span {
/*display:none;*/
}

#grayline {
	border-bottom:#cccccc solid 1px;
	padding: 3px 0px;
}

#yellowline {
	border-bottom:#c99900 solid 1px;
	padding: 3px 0px;
	margin-bottom: 3px;
}

#floatright {
	float:right;
	padding: 5px;
	margin-bottom: 3px;
}

/*********************  Header  ********************************/

#masthead {
	height:203px;
}

/*********************  END Header  ********************************/

/*********************  mainContent  ********************************/

#mainContent {
	width: 930px;
	margin: 0px auto;   /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

#mainContent h1 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
}

#mainContent h4 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
}

#mainContent h2 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#mainContent h2 a{
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
}

#mainContent h2 a:hover{
	text-decoration:underline;
	color:#cd071e;
}

#mainContent img {
	padding:0px 0px 0px 33px;
}

#mainContent h3 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}

#mainContent h3 a{
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#cd071e;
	text-decoration:none;
}

#mainContent h3 a:hover{
	text-decoration:underline;
}

/*********************  END mainContent  ********************************/

/*********************  leftside  ********************************/

#leftside {
	width: 500px;
	float:left;
}

/*********************  END lefttside  ********************************/

/*********************  rightside  ********************************/

#rightside {
	width: 350px;
	float:right;
}

#rightside h4 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#cd071e;
}

#rightside h5 {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#666666;
}

#graybox1 {
	background-image:url(../images/graybox-1.jpg);
	height:125px;
	width:348px;
}

#graybox1 #content {
	padding: 30px 10px 0px 170px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

#graybox1 #content a{
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:normal;
	color:#cd071e;
	text-decoration:none;
	line-height:18px;
}

#graybox1 #content a:hover{
	text-decoration:underline;
}

#graybox2 {
	background-image:url(../images/downloadbox.jpg);
	height:125px;
	width:348px;
}

#graybox2 #content {
	padding: 30px 10px 0px 170px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

#graybox2 #content a{
	font-family:"Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size:13px;
	font-weight:normal;
	color:#cd071e;
	text-decoration:none;
	line-height:18px;
}

#graybox2 #content a:hover{
	text-decoration:underline;
}

/*********************  END rightside  ********************************/
