/* box model notes
content -> padding -> border -> margin 
*/
body 
{background-color: #006633; margin: 0; padding: 0;
font-family: Arial, Helvetica, Verdana, Sans-serif;}

#page-container {
/*width: 800px;  /*new width for bigger page */
width: 601px;
margin: auto; /*this is supposed to center page, but doesn't.*/
background: white;text-align: left;
border-top: 1px solid #006633; border-left: 1px solid #006633;
border-right: 1px solid #006633; border-bottom: 1px solid #006633;}

#login {background: white;}

#Content {padding: 10; background: white;}

#topNav {background: #006633; height: 115px;}

#LeftNav {
	/*width: 35%;*/
	width: 30%;
	float: left;
	background: #FBFBFB;
	border: solid #E6E6E6;
	margin-right: 5px;
}

#QuoteBox {
	/*clear: both;*/
	/*width: 35%;*/
	width: 300px;
	float: right;
	margin: 20;
	background: #FBFBFB;
	border: solid #E6E6E6;
	margin-right: 2px;
}

#AdNav {
	clear: both;
	/*width: 35%;*/
	width: 30%;
	float: left;
	background: #FBFBFB;
	border: solid #E6E6E6;
	margin-right: 5px;
}

#bookAd {padding: 3; width: 159px;text-align: center;}

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

.navLink { font-size: small;}

.PgHead {
	font-color: #FF0000;
	text-align: center;
	font-weight:bold;
	font-style: oblique;
	font-size: x-large;
	color: #FF0000;
}

h2 {text-align: center;}

.breadcrumbs {
font-size: small;
}

#footer {font-size: xx-small; color:#727272; text-align: center}

.copyright {font-size: x-small;}

.navCat {font-weight:bold}

.navItem {font-size: x-small;}

.roundcontR {
	/*clear: both;*/
	float: right;
	/*width: 250px;*/
	background-color: #E8E8E8; /*grey rgb 232,232,232*/
	width: 400px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	/*color: #C0C0C0;*/
	padding: 0;
}

.rightSide {
clear: both;
float: right;
background-color: green;
width: 400px;
padding: 0;
}

.roundcontL {
	/*width: 250px;*/
	/*clear: both;*/
	background-color: #E8E8E8; /*grey rgb 232,232,232*/
	margin-right: 400px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	/*color: #C0C0C0;*/
	padding: 0;
}

.roundcont p {
	margin: 0 10px;
	
}

.roundtop { 
	background: url(images/tr2.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br2.gif) no-repeat top right; 
}
