body {
	margin:10px;
	background-color:#e2e2e2;
	color: #333333;  
	font-family:verdana;
	font-size: 11px;
}
a:link {
	color: #275181; 
	text-decoration: none; 
	font-family:verdana;
}
a:visited {
	color: #275181;
	text-decoration: none; 
}

a:hover {
	color: #275181; 
	text-decoration: underline; 
}
a:active {
	color: #275181;
	text-decoration: none; 
}

h1,h2 {
	color:#000000;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #ffffff;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 704px;
	/*background: url("/path/to/your/background_cols.gif") repeat; */
}

#header {
	float: left;
}

#nav {
	float: left;
	width: 125px;
}

#main { 
	margin: 0;
	float: right;
	width: 579px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	text-align:center;
}

/* =======================================
CSS for left navigation area
======================================= */

.navigation { 
	background: url("_images/nt.gif") repeat;
}
.navigation_top div { 
	background: url("_images/tl.gif") no-repeat top left;
}
.navigation_top { 
	background: url("_images/tr.gif") no-repeat top right;
}
.navigation_bottom div {
	background: url("_images/bl.gif") no-repeat bottom left;
}
.navigation_bottom {
	background: url("_images/br.gif") no-repeat bottom right; 
}

/* height and width stuff, width not really nessisary. */
.navigation_top div, .navigation_top, .navigation_bottom div, .navigation_bottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.navigation_content {
	margin: 0 7px;
}
.navigation {
	width: 100%; margin: 1em auto;
}

/* =======================================
CSS for main cotent area
======================================= */

.content  { 
	background: url("_images/white_nt.gif") repeat; 
}

.content_top div { 
	background: url("_images/white_tl.gif") no-repeat top left;
}
.content_top { 
	background: url("_images/white_tr.gif") no-repeat top right; 
}
.content_bottom div { 
	background: url("_images/white_bl.gif") no-repeat bottom left;
}

.content_bottom { 
	background: url("_images/c_br.gif") no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.content_top div, .content_top, .content_bottom div, .content_bottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.content_content {
	margin: 0 7px;
}
.content {
	width: 98%; margin: 1em auto;
}

/* =======================================
CSS for fancy buttons 
======================================= */

.button {
	background-image:url(_images/b_t.jpg);
	width:110px;
	height:40px;
	margin:0px;
	padding:0px;	
	font-weight:bold;
	text-align:center;
}

.button_over {
	background-image:url(_images/b_v.jpg);
	width:110px;
	height:40px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-align:center;
}

