body {
	_text-align:center;
	margin:0px auto 0 auto;
}

#pageHead {
	width: 1000px;
}

div#pageWrapper {
	_text-align:left;
	width: 1000px;
	margin:0px auto 0 auto; 
}

img {
	border:0px;
}


/* - - - - - - - - - - "HORIZON" DROPDOWN MENU - - - - - - - - - - - - */

table.toptablemenu { /* style for table based menu */
	text-align: center;
	margin: auto;
	width: 1000px;
}

table.toptablemenu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

/* - - - - - - - - - - - - DROPDOWN PORTION - - - - - - - - - - - - */

.toptablemenu_dropmenudiv{
	visibility: hidden;
	position:absolute;
	top: 0;
	z-index:100;
}

* html .toptablemenu_dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.toptablemenu_dropmenudiv a{ /*THEME CHANGE HERE*/
	display:block;
}



/* - - - - - - - - - - - - - -  HORIZONTAL IMAGE MENU - - - - - - - - - - - - - - */

.chromestyle{
	width:1000px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle li img{
	border:hidden;
}

.chromestyle ul li a{
	text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url('/images/down.gif'); /*uncomment this line to use an image instead*/
}

.chromestyle ul {
	margin:0;
	padding:0;
}

.dropmenudiv{
	visibility: hidden;
	width: 190px;
	position:absolute;
	top: 0;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a{ 
	display:block;
	padding: 10px 10px;
}

/* - - - - - - - - - - - - - -  COLUMN ONE  - - - - - - - - - - - - - - */


div#col1 {
	float: left;
	padding: 0;
	margin-right: 25px;
	margin-left: 8px;
	width:180px;
	overflow:hidden;
}

div#col1 div.messageBox{
	width: 180px;
}

div#col1 div.signup {
	margin-left: 4px;
	margin-right: 4px;
}

/* - - - - - - - - - - - - - -  COLUMN THREE  - - - - - - - - - - - - - - */

div#col3 {
	float: right;
	width: 250px;
	padding: 0;
	margin-right: 8px;
	margin-left: 20px;
	overflow:hidden;
}

div#col3 div.messageBox{
	width: 250px;
}

div#col3 div.signup {
	margin-left: 4px;
	margin-right: 4px;
}


/* - - - - - - - - - - - - - -  HOMEPAGE  - - - - - - - - - - - - - - */
	
div#home_containers {
	float:left; 
	width:505px;
	overflow:hidden;
}
	
div#home_container {
	float:left; 
	width:505px;
	overflow:hidden;
}	


/* - - - - - - - - - - - - - -  PAGES  - - - - - - - - - - - - - - */

div#pages{
	float:left; 
	width:480px;
	overflow:hidden; 
}

div#pages_onecol{
	width:980px;
	margin-left: 10px;
	margin-right: 10px;
	overflow:hidden;
}

div#pages_left {
	float:left; 
	width:690px;
	overflow:hidden;
	margin-left: 10px;
}

div#pages_right {
	float:right; 
	width:765px;
	overflow:hidden;
	margin-right: 10px;
}


/* - - - - - - - - - - - - - -  FOOTER  - - - - - - - - - - - - - - */

div#pageFoot {
	display: block;
	margin: 0px 0 0 0px;
	padding: 10px;
	text-align:center;
}
div#paidFor {
	width: 980px;
}
html>body #pageFoot {
	width: 980px;
}
