body {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(site_files/site_bg.jpg);
	background-repeat: repeat;
	color: #000066;
	font-size: 14px;
	font-family: Arial;
}
#header {
	height: 147px;
	width: 780px;
	background-image: url(site_files/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B1C2FA;
	border-right-color: #B1C2FA;
	border-left-color: #B1C2FA;
	font-weight: bold;
}

#page {
	width: 800px;
	background-repeat: repeat;
	background-image: url(site_files/page_bg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1C2FA;
	border-left-color: #B1C2FA;
	margin: 0px;
	padding: 0px;
}
#textbox h1 {
	background-image: url(site_files/bullit1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	padding-left: 30px;
	text-transform: capitalize;
	border-bottom-width: 3px;
	border-bottom-style: double;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman";
	line-height: 30px;
	border-bottom-color: #000099;
}
#textbox h2 {
	background-image: url(site_files/bullit2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	padding-left: 30px;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
	font-variant: small-caps;
}
#textbox h3 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#textbox h4 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftbox {
	width: 185px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 90%;
	font-weight: bold;
}
#leftbox img {
	width: 180px;
}

#rightbox {
	width: 580px;
	float: right;
	padding-left: 5px;
	padding-right: 10px;
}
#textbox {
	border: 3px double #000099;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(site_files/page_bg.jpg);
	margin-bottom: 10px;
}
#menubox {
	width: 185px;
	margin-bottom: 10px;
}
#menubox a {
	width: 170px;
	display: block;
	background-image: url(site_files/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	padding-left: 15px;
}
#menubox a:hover {
	background-position: center bottom;
	color: #000066;
}
#menubox .currentlink {
	width: 175px;
	display: block;
	background-image: url(site_files/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
	font-weight: bold;
	color: #000066;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	padding-left: 10px;
}
.readmorelink {
	text-align: right;
	display: block;
	text-decoration: none;
	color: #000099;
}

#footer {
	background-image: url(site_files/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 800px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1C2FA;
	border-bottom-color: #B1C2FA;
	border-left-color: #B1C2FA;
	margin: 0px;
	font-family: Arial;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	color: #000000;
	cursor: pointer;
}
#footer a:hover {
	color: #990000;
}
#footer .SigmaLink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
img {
	border: 1px solid #000066;
	padding: 2px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table {
	width: 100%;
	line-height: 1;
}
td {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}


a:link {
	color:#0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #990000;
}
a:active {
	color: #0000CC;
}

input, textarea {
	width: 370px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 10px;

}
