/* -------------------- */
/* Norvell CSS Document */
/* -------------------- */

/* Body Formatting */

body {
	background-color: #F2F4F6;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Header Formatting */

h1 {
  font-size: 150%
}

h2 {
  font-size: 100%;
  font-weight: bold;
}

/* Link Formatting */

a:link {
	color: #052A52;
	text-decoration: none;
}

a:visited {
	color: #052A52;
	text-decoration: none;
}

a:active {
	color: #052A52;
	text-decoration: none;
}

a:hover {
	color: #809AB6;
	text-decoration: none;
}

/* Table and Row Formatting */

table.site {
	margin-left: 17%;
	width: 636px;
}

table.main {
	width: 600px;
}

table.menuspread {
	height: 29px;
	margin-left: 35px;
	margin-top: 6px;
	vertical-align: middle;
}

table.left {
	width: 118px;
	height: 510px;
	background-image: url(../images/left-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

table.right {
	width: 482px;
	height: 510px;
	background-image: url(../images/right-background.jpg);
	background-repeat: repeat-x;
}

table.rightspread {
	margin-top: 20px;
	margin-left: 11px;
	margin-right: 15px;
	margin-bottom: 5px;
}

td {
	vertical-align: top;
}

td.borderleft {
	width: 18px;
	height: 302px;	
	background-image: url(../images/border-left.jpg);
}

td.borderright {
	width: 18px;
	height: 302px;
	background-image: url(../images/border-right.jpg);
}

td.banner {
	width: 600px;
	height: 115px;
	background-image: url(../images/banner.jpg);
}

td.menu {
	width: 600px;
	height: 29px;
	background-image: url(../images/menu-background.jpg);
}

td.menuspread {
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

td.leftside {
	width: 118px;
	height: 100%;
	background-image: url(../images/left-background-repeat.jpg);
}

td.leftspread {
	vertical-align: middle;
	height: 30px;
}

td.topblankspace {
	height: 30px;
}

td.bottomblankspace {
	height: 100%;
	vertical-align: bottom;
	font-size: 9px;
}

td.leftspread {
	text-align: center;
}

td.rightside {
	width: 482px;
	background-image: url(../images/right-background-repeat.jpg);
}

td.resize {
	width: 600px;
	background-image: url(../images/resize-background.jpg);
}

td.footer {
	width: 600px;
	height: 46px;
	background-image: url(../images/footer-background.jpg);
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}

/* Custom CSS */

.center {
  text-align: center;
}  
        
.important {
  font-weight: bold;
  text-decoration: underline;
}

.underlined {
	text-decoration: underline
}