/* ------ Main ------ */
	body {margin: 0px; padding:0px;}
	body td {font-family: arial, serif; font-size: x-small;}
	
	.siteTitle {font-size: 24px; font-weight: bold;}
	.siteSlogan {font-size: 12px; font-weight: bold; padding-bottom: 5px;}
	.contentArea {padding: 10px 30px 30px 20px; height:264px; background-color:white; width:100%}
	
/* ------ Navigation ------ */

/* Global spacing */
.n_title,  .n_item {
	padding: 5px;
}

/* Fonts */
.n_back_1 {font-weight: bold}
.nav_back {background-color: white}

.n_title .n_l, .n_item .n_l {text-decoration: none;}
.n_title .n_l:hover, .n_item .n_l:hover {text-decoration: underline;}


.n_1 {
	border-right: 2px solid; 
	border-left: 2px solid; 
	border-top: 3px solid;
}

.n_back_1 .n_on, .n_back_1 .n_off {	font-weight: bold;}
.n_back_1 .n_on {
	background-color: white; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid;
}

.n_back_2, .n_back_3, .n_back_4 {background-color: white; border-bottom: 1px solid;}
.n_back_2 .n_on, .n_back_3 .n_on, .n_back_4 .n_on {
	font-weight: bold;
}

.login {width:100%; text-align:center; padding-top: 15px;}