/* Copyright (C) 2006 HammocksRock.com  */

body {
	background: #fff url(images/background.png) no-repeat top;
	font: 12px arial,sans-serif;
	color: #555;
	line-height: 160%;
}
.BodyText a {
	font: 12px arial,sans-serif;
	color: #555;
	line-height: 160%;
	text-decoration: none;
}
.BodyText a:hover {
	font: 12px arial,sans-serif;
	color: #0000FF;
	line-height: 160%;
	text-decoration: underline;
}
h1 {
	color: #444;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}
h2 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}
.footer {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

/* Border Graphics */
.north { background: url(images/n.png) repeat-x top; }
.east { background: url(images/e2.png) repeat-y right; }
.south { background: url(images/s.png) repeat-x bottom; }
.west { background: url(images/w2.png) repeat-y left; }
.ne { background: url(images/ne.png) no-repeat top right; }
.se { background: url(images/se.png) no-repeat bottom right; }
.sw { background: url(images/sw.png) no-repeat bottom left; }
.nw { background: url(images/nw.png) no-repeat top left; }

/* Padding Control - Vary padding to see changes */
.nw { padding: 20px; } 

/* Will use the the full width that is available */
.fullwidth {
	width: 100%;
	clear: both;
	background: #fff;
	text-align: left;
	}

/* user defined width */
.fixedwidth {
	width: 730px;
	clear: both;
	}



/*  Navigation Bar  */
.buttonscontainer {
	width: 160px;
}
.buttons a {
	color: #333333;
	background-color: #E5FFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #80BFFF;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}
.buttons a:hover {
	border-left: 10px solid #3300FF;
	text-decoration: none;
	color: #333333;
	background-color: #E5F2FF;
}
.menuheader {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	background-color: #E5FFFF;
	display: block;
	padding: 10px;
}
.menusubheader {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	background-color: #E5FFFF;
	display: block;
	padding: 2px;
	border-left: 10px solid #80BFFF;
	margin-top: 1px;
}


/*  Nifty rounded corners  */
div#nifty{width: 770; background: #E5FFFF}
b.rtop, b.rbottom{display:block;background: #FFFFFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #E5FFFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

