/* Standard tag definitions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #003333;
	margin: 3px 0px 20px 0px;
	background-image: url(images/bg_grad2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #006666;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 8pt;
	color: #006666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	margin: 20px 0;
	border-bottom:1px solid #333;
	color: #545454;
	line-height: normal;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: normal;
}
h5 {
	font-size: 9pt;
	font-weight: normal;
}
h6 {
	font-size: 8pt;
	font-weight: normal;
}
/* End standard tag definitions */

/* Core page layout stuff */
#pageContainer {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#pageHeader01 {
	width: 800px;
	background-color: #FFFFFF;
}
#pageHeader02 {
	width: 800px;
	background-color: #FFFFFF;
}
#pageHeaderSpacer {
	width: 800px;
	margin-top: 25px;
}
#pageContent {
	width: 800px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	overflow: auto;
	clear: both;
}
#pageContent p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#contentLeft {
	width: 279px;
	float: left;
	background-color: #FFFFFF;
}
#contentRight {
	margin-left: 281px;
	background-color: #FFFFFF;
}
.contentLeftClass{
	padding: 5px 0px 5px 5px;
}
.contentRightClass {
	padding: 5px 50px 0px 15px;
	line-height: 20px;
}
#contentFull {
	width: 800px;
}
#pageFooter {
	clear: both;
	width: 790px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(images/footer_01.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-left: 10px;
	font-size: 7pt;
	color: #666666;
	padding-top: 45px;
}
#pageFooter a:link {
	color: #999999;
	text-decoration: none;
}
#pageFooter a:visited {
	color: #999999;
	text-decoration: none;
}
#pageFooter a:hover {
	color: #006666;
	text-decoration: underline;
}
#pageFooter02 {
	height: 50px;
	width: 800px;
}
#pageFooter03 {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 25px 0px;
	text-align: center;
	color: #006666;
	font-size: 10px;
	line-height: 20px;
}
#pageFooter03 a:link {
	color: #006666;
	text-decoration: none;
}
#pageFooter03 a:visited {
	color: #006666;
	text-decoration: none;
}
#pageFooter03 a:hover {
	color: #69c0bf;
	text-decoration: underline;
}
#pageFooter03 p {
	margin: 0px;
	padding: 2px 0px;
}
/* End core page layout */

/* Sidebar box */
#sideBarBox {
	width: 230px;
	margin: 0px auto;
	border: 1px solid #cee4e4;
	background-image: url(images/sidebar_bg.jpg);
}
#sideBarNoBox {
	width: 230px;
	margin: 0px auto;
	padding: 10px 0px;
}
.sideBarHeader {
	background-color: #E7F1F1;
	background-image: url(images/sidebar_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	color: #006666;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
}
.sideBarHeaderSmall {
	background-color: #E7F1F1;
	background-image: url(images/sidebar_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	color: #006666;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.sideBarContent {
	padding: 10px 15px;
	line-height: 16px;
	font-size: 11px;
	color: #666666;
}
.sideBarContent ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.sideBarContent li {
	list-style-image: url(images/arrow_right.png);
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	padding-bottom: 5px;
}
.sideBarImage {
	border: 1px solid #666666;
	margin-bottom: 3px;
}
/* End sidebar box */

/* Login Box on home page */
.boxBorder {
	margin: 0px auto 5px auto;
	border: 1px solid #cee4e4;
	text-align: center;
	padding: 1px;
}
.boxLoginForm {
 background-color: #cee4e4;
 background-image: url(images/sidebar_title_bg.jpg);
 background-repeat: repeat-x;
 color: #999999;
 letter-spacing: 1px;
}
.boxLoginForm input {
	border: 1px solid #cee4e4;
	color: #666666;
}
.inputLoginButton {
	font-size: 7pt;
	font-weight: bold;
	color: #cee4e4;
	background-color: #EAF2EA;
}
/* End login box */

/* Content formatting */
.pageTitle {
	margin: 20px 0px 15px 0px;
}
.pageTitleText {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
}
.sectionTitle {
	color: #006666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
}
.bodyCopy {
	margin: 0px 0px 0px 15px;
}
.textTiny {
	font-size: 7pt;
}
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.inputTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.textTinyUnSelected {
	font-size: 7pt;
	color: #666666;
}
.textTinySelected {
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
}
.textTinyShort {
	font-size: 7pt;
	line-height: 9pt;
}
.textRequired {
	color: #CC0000;
}
.textFormLabel {
	font-size: 11px;
	line-height: 17px;
}
.boxEmbeddedForm {
	margin: 5px;
}
.boxEmbeddedForm td {
	font-size: 8pt;
	line-height: 20px;
}
.boxEmbeddedForm  .inputButton {
	font-size: 8pt;
}
