body
	{
	margin-top: 30px;
	background-image: url("/i/bkgd.gif");
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	}

.menubar
	{
	border-bottom: solid 1px #c7c3c0;
	}

.footer
	{
	background-image: url("/i/footer_bkgd.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #dce8f2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px #dce8f2;
	}

h1
	{
	text-align: center;
	font-size: 20px;
	color: #000099;
	}

h2
	{
	text-align: center;
	font-size: 15px;
	color: #000099;
	}

p, td
	{
	font-size: 13px;
	}

a:link, a:active, a:visited 
	{
	color: #133f99;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}

a:hover 
	{
	color: #ef5500;
	text-decoration: underline;
	}

a:hover img 
	{
	border: none;
	}


.narrowCopy, .wideCopy 
	{
	background-color: #dce8f2;
	}

.insetCopy 
	{
	background-color: #b9d2e6;
	}

.narrowCopy p, .insetCopy p 
	{
	margin-left: 33px;
	margin-right: 33px;
	}

.wideCopy 
	{
	padding-top: 33px;
	}

.wideCopy p, .wideCopy h1, .wideCopy pre
	{
	margin-left: 40px;
	margin-right: 55px;
	line-height: 140%;
	}


.sidebar_float_right
	{
	float: right;
	display: inline;  /* fixes IE float margin bug */
	margin: 0px 55px 10px 20px;  /* make consistent with ".wideCopy p" */
	padding: 0px;
	}

.sidebar_row
	{
	margin: 0px; padding: 0px;
	}

.sidebar_tl, .sidebar_tr, .sidebar_bl, .sidebar_br
	{
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	}

.sidebar_tl
	{
	background-image: url("/i/sidebar_background_tl.png");
	}

.sidebar_tr
	{
	background-image: url('/i/sidebar_background_tr.png');
	}

.sidebar_bl
	{
	background-image: url("/i/sidebar_background_bl.png");
	}

.sidebar_br
	{
	background-image: url('/i/sidebar_background_br.png');
	}

.sidebar_t, .sidebar_b, .sidebar_l, .sidebar_r, .sidebar_body
	{
	margin: 0px;
	padding: 0px;
	background-image: url("/i/sidebar_background_body.png");
	background-repeat: repeat;
	}

.sidebar_t, .sidebar_b
	{
	height: 30px;
	}

.sidebar_l, .sidebar_r
	{
	width: 30px;
	}

.sidebar_body
	{
	color: #000033;
	}

.sidebar_body h1
	{
	text-align: center;
	font-size: 16px;
	color: #000099;
	margin: 0px 0px 10px 0px
	}

.sidebar_body ul
	{
	margin: 7px 0px 7px 0px;
	}



.insetHead 
	{
	width: 344px;
	height: 48px;
	background-image: url("/i/inset_head_bkgd.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}

.insetHead p 
	{
	margin-left: 37px;
	margin-right: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 17px;
	line-height: 15px;
	}


#container 
	{
	width: 800px;
	margin: 0px auto;
	text-align: left;
	}

.menuLink a:hover 
	{
	border-bottom: none !important;
	}


input, textarea 
	{
	border: 1px solid #999;
	padding-left: 2px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	}


.submit 
	{
	border: 1px outset #cccccc;
	padding: 4px;
	background-color: #dde1ee;
	color: #333333;
	font-weight: bold;
	}

.submit:hover 
	{
	border: 1px outset #c0c7db;
	background-color: #b1bcdb;
	} 


.bigForm input, .bigForm textarea 
	{
	width: 360px;
	}

.bigForm textarea 
	{
	height: 91px;
	}


.smallForm input, .smallForm textarea 
	{
	width: 200px;
	}

.smallForm textarea 
	{
	height: 52px;
	}


.bigForm table, .smallForm table 
	{
	background-color: #ccd0dd;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.errorBox 
	{
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	background-color: #ffeedd;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: auto;
	}
	

