body {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 10px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	background: #fff url(../g/site/texture_lt.jpg);
	color: #3f3f3f;
}

.normal {

}

#page {
	width: 750px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}

#top {
	padding: 9px 12px 7px 0px;
}

#middle {
	overflow: hidden;
	width: 720px;
}

#main {
  	margin-right:-240px; /* Hat tip to Ryan Brill */
  	float:left;
	padding: 30px 12px 0px 12px;
	background: white;
	width: 450px;
}

#sbar {
	margin-top: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: small;
  	width:230px;
  	float:right;
}

.sbitem {
	text-align: center;
	margin-bottom: 30px;
}

.sbitem p {
	padding-right: 5px;
	padding-left: 25px;
	text-align: left;
	font-size: 8pt;
}

#bottom {
	margin-right: 1px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	border-top: 1px dotted #CCC;
	width: inherit;
	margin-top: 12px;
}

img.left {
	padding: 5px;
	float:left;
}

img.right {
	padding:5px;
	float:right;
}

h1 {
	font-size:16px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	text-shadow: #AAAAAA 1.5px 1.5px 0;
}

h2 {
	margin-bottom: -0.5em;
	margin-top: 2em;
	color: #404040;
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica;
	text-transform: none;
	text-shadow: #CCCCCC 1.5px 1.5px 0;
}

h3 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}



a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
  color: #660000;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

a.nav { 
	text-decoration: none;
	font-weight: bold; 
	font-size: 12px; 
	color: #888888;
	padding: 2px;
}

a.nav:hover {
	color: #ffffff;
	background-color: #555555;
	font-weight: bold;
}
a.textnav { 
	font-size: 9px;
	text-decoration: underline;
	color: #000066;
}

a.textnav:visited {
  color: #660000;
}
	
.note {
	font-size: 10px;
	font-style: italic;
	border: 1px solid #AAAAAA;
	margin: 20px;
	padding: 5px;
	background: #dae8ff;
}

p.smallprint {
	font-size: 7pt;
	font-color: #666666;
}

.sbitem h3 {
	padding-left: 25px;
}

.sbitem hr {
	text-align: center;
	width: 200px;
}

/****** PAGE FRAME BOX CSS *******/

#cboxtop {
	height:70px;
	margin:0px;
	padding: 0px 12px 0 12px;
	background:url(../g/box/boxtop.png) no-repeat 100% 0;
}

#cboxmid {
	padding: 0 12px 0 12px;
	background:url(../g/box/boxmid.png) repeat-y 0 0;
}
	/* Right border */

#cboxbot {
	height: 23px;
	margin:0px;
	background:url(../g/box/boxbot.png) no-repeat 100% 100%;
}

.alert {
	border: solid 1px #d2d283; 
	padding: 10px; 
	margin-top: 20px; 
	background-color: #ffffa0;
}



