body {
	min-width: 650px;
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #3366CC;
}

a:hover {
	color: #000;
}

#bannerframe {
	padding: 0px;
	margin: 0px;
	display: inline;
}

div.clear {
        margin: 0px;
        padding: 10px;
        height: 0px; 
        line-height: 0px;
        clear: both;
}

li {
	line-height: 18px;
	margin-right: 20px;
}

div.joinnow {
	border: 1px solid #333;
	background-color: #99CCFF;
	color: #0000aa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 10px;
	margin-top: 20px;
	text-align: center;
	width: 98%;
}

div.joinnow a {
	color: #0000aa;
}

div.joinnow h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}

div.joinnow p {
	font-size: 10px;
	line-height: 12px;
}

#center {
	float: left;
	position: relative;
	width: auto;
	margin-right: 225px;
	margin-left: 250px; 
	z-index: 2;
	padding: 10px;
}

#header {
	background-color: #fff;
}
#masthead {
	margin: 0px;
	padding: 0px;
}		

div.loginblock {
	font-size: 10px;
	float: right;
	margin: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}


#leftside {
	position: absolute;
  	background-color: #fff;
  	width: 250px;          /* LC width */
	left: 10px;
}

#left {
        position: absolute;
        background-color: #fff;
        width: 250px;          /* LC width */
        left: 10px;
        z-index: 3;
}

#rightside {
	position: absolute;
  	width: 225px;          /* RC width */
	right: 10px;
	z-index: 3;
}

#right {
        position: absolute;
        width: 225px;          /* RC width */
        right: 10px;
}

#footerad {
  clear: both;
  text-align: center;
}
#footer {
  clear: both;
  text-align: center;
}

/*** IE6 Fix ***/
* html #left {
  left: 225px;           /* RC width */
}

/*** Menu STuff ***/


#topmenu {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#topmenu td.menuside {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: auto;
	background:#3366CC url("images/menu_grad.jpg") repeat-x left top;
}

#topmenu td.searchside {
	background:#3366CC url("images/menu_grad.jpg") repeat-x left top;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: auto;
	text-align: right;
}

#topmenu a {
	position:relative;
 	display:block; 
 	text-decoration:none; 
	float:left; 
	background:#3366CC url("images/menu_grad.jpg") repeat-x left top;
	color: #CCFFFF;
	padding: 5px 10px 5px 10px;
	border-right: 1px #003399 solid;
}

#topmenu a:hover {
	position:relative;
 	display:block; 
 	text-decoration:none; 
	float:left; 
	background:#3366CC url("images/menu_grad2.jpg") repeat-x left top;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-right: 1px #333 solid;
}

/*** Font Stuff ***/

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 15px;
}

h2.menu {
	 font-weight: bold;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
	line-height: 0px;
	padding-top: 10px;
}


h2 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 15px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 15px;
	color: #0000A0;	
}

.bottomaddress {
	color: #333333;
}

.copyright {
	color: #cccccc;
}

.banner {
	display: inline;
	margin: 0px;
	padding-left: 10px;
}

p {
	line-height: 18px;
	margin-left: 10px;
	margin-right: 15px;
	color: #333;
}

p.menu {     
        line-height: 18px;
        margin-left: 10px;
        margin-right: 15px;
	margin-top: 2px;
	padding-top: 2px;
        color: #333;
}


/*** stuff ***/


td.brief {
			background-color: #FF6600;
			color: #ffffff;
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-size: 16px;
			font-weight: bold;
	}

	td.name {
                        background-color: #FF6600;
                        color: #ffffff;
                        font-family: Verdana,Arial,Helvetica,sans-serif;
                        font-size: 14px;
                        font-weight: bold;
        }
	

	td.comp {
                        background-color: #FF6600;
                        color: #ffffff;
                        font-family: Verdana,Arial,Helvetica,sans-serif;
                        font-size: 11px;
			padding: 10px;
			border: 1px #fff solid;
        }

	#formtable {
			border: 1px #fff solid;
	}

	table.services {
		background-color: #D4E7EC; 
		margin: 10px;
		border: 1px solid #333;
		border-collapse: collapse;
		width: 95%;
	}

	table.services td {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #333;
		padding: 5px;
		border: 1px solid #aaa;
	}


	
	p.disclaimer {
			text-align: center;
			font-weight: bold;
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-size: 11px;
			color: #aaaaaa;
	}
	
	.emphasis {
			font-size: 11px;
			color: #FF6600;
			font-weight: bold;
	}
