/* BEGIN: tag styles */

html, body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding:0px;
	background-color:#cfcfcf;
	height: 100%;
}

body, div, table, td, form, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

/* END: tag styles */



/* BEGIN: copy styles */

.headline {
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.white {
	font-size:12px;
	color:#FFF;
}
/* END: copy styles */


/* BEGIN: link styles */
a:link{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#366;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#366;
}

a.navigation:link{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#c8deef;
}



a.navigation:hover{
	text-decoration:underline;
}

a:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#c8deef;
}

/* END: link styles */

tr.white {
	font-size:12px;
	color:#FFF;
}

/* BEGIN: layout styles */

#main {
	width: 1000px;
	height: auto; 
	height:100%;
	min-height: 100%;
	margin: 0px auto;
	background-image: url(/images/background-image.gif);
	position: relative;
	}

#row1 {
	width: 1000px;
	height: auto; 
	height:100%;
	min-height: 100%;
	margin: 0px auto;
	background-image: url(/images/background-image.gif);
	position: relative;
	padding-bottom: 20px;
	}

#row2 {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	position: relative; 
	top: 0px; 
	left: 0px; 
	}

#left-side {
	width: 241px;
	height: auto;
	margin: 0px 0px;
	float: left;
	}

#logo {
	width: 241px;
	height: 161px;
	margin: 0px 0px;
	}

#nav-far-left {
	width: 241px;
	height: 50px;
	margin: 0px 0px;
	}

#nav-bar-top {
	width: 241px;
	height: 42px;
	margin: 0px 0px;
	}

#side-bar {
	width: 201px;
	height: 100%;
	margin: 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(/images/nav-bar-bg-long.gif);
	}

#right-side {
	width: 759px;
	height: auto;
	margin: 0px 0px;
	float: right;
	}

#banner-top {
	width: 759px;
	height: 161px;
	margin: 0px 0px;
	}

#navigation {
	width: 759px;
	height: 50px;
	margin: 0px 0px;
	}

#content-container {
	width: 759px;
	height: auto;
	margin: 0px 0px;
	}

#content {
	width: 739px;
	height: auto;
	margin: 0px 0px;
	background-color:#FFF;
	float: left;
	}

#right-edge {
	width: 20px;
	height: 100%;
	margin: 0px 0px;
	float: right;
	background-image: url(/images/bg_box_right2.jpg);
	}

#copyright {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	position: relative; 
	top: 0px; 
	left: 0px; 
	text-align: center;
	}