table.padtbl{
	margin: 0em 0em 1em 0em;
}
#navlink{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
text-align: left;
vertical-align: middle;

}
#navlink .heading{
text-align: left;
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015385;
}
#navlink .tmargin{
display: block;             /* make padding and margins apply */
float: left;
padding-bottom: 3px;
}
#navlink p{
text-align: left;
vertical-align: middle;
}
#navlink a:link           {
	color: #32B80E;
	text-decoration: underline;
}
#navlink a:visited        {
	color: #32B80E;
	text-decoration: underline;
}
#navlink a:active         { 
color: #cccccc; 
}
#navlink a:hover          {
	color: #000000;
	text-decoration: underline;
}
p, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h2 {
    font-size:16px;
    font-weight:bold;
}
p {
    padding:0px;
    margin:0px;
    margin-bottom:1em;
}
th {
	text-align: left;
}
form {
	padding:0px;
	margin:0px;
}

blockquote {
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 5px;
}
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 12px;
}
input.SubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32B80E;
	background-color: #FFFFFF;
	border: none #FFFFFF;
	font-weight: bold;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand;
}
/*
=================================================
LINK STYLES
=================================================
*/

a {
	font-weight: bold;

}

a:link           {
	color: #32B80E;
	text-decoration: none;
}
a:visited        {
	color: #32B80E;
	text-decoration: none;
}
a:active         { color: #cccccc; }
a:hover          {
	color: #000000;
	text-decoration: none;
}

a.nav:link       { color: #000000; }
a.nav:visited    { color: #000000; }
a.nav:active     { color: #cccccc; }
a.nav:hover      { color: #32B80E; }

a.right:link       { color: #015385; }
a.right:visited    { color: #015385; }
a.right:active     { color: #cccccc; }
a.right:hover      { color: #000000; }

a.sub1:link       { color: #999999;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px;
margin-top:0px;
margin-bottom:0px;
 }
a.sub1:visited    { color: #999999;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}
a.sub1:active     { color: #000000;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}
a.sub1:hover      { color: #000000;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}

a.sub2:link       { color: #000000;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
margin-top:0px;
margin-bottom:0px;
}
a.sub2:visited    { color: #000000;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}
a.sub2:active     { color: #cccccc;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}
a.sub2:hover      { color: #cccccc;
font-size: 11px;
display: block;
text-align: left;
margin-left:5px; 
}


/*
===========================================================
BLOCK LEVEL CLASSES
===========================================================
*/
.small{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
.nav_header {
    color: #015385;
    font-weight:bold;
}
.header {
    text-align: center;
    font-weight:bold;
    font-size:125%;
}

.nav_block{
    margin-top:1px;
    margin-left:10px;
    margin-bottom:12px;
    border:1px solid #005087;
    padding:6px;
    background-color:white;
}
.main_block{
    border:1px solid #005282;
    padding:10px;
    background-color:white;
}

.page_message{
	margin-bottom:20px;
	padding-bottom:6px;
	border-bottom:2px dashed #32B80E;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;

}

.page_title{
    color: #003366;
    font-family:century gothic, helvetica;
    font-weight:bold;
    font-size: 24px;
    text-align:right;
}

.instructions{
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding-bottom:10px;
}

.list_filter{
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    background-color:#FFFFFF;
}
.foreground{
text-align:left;
}
.foreground_centered{
    text-align:center;
}

.browse_cell{
	background-color: #E5F0F6;
}

/*
==========================================================
FORM ELEMENT CLASSES
==========================================================
*/
.disabled {
    background-color: #ffffff;
    font-weight:bold;
}
.clear {
    background-color:transparent;
}


/*
==========================================================
MESSAGE CLASSES
==========================================================
*/
.msg_ok {
    font-weight:bold;
    color: #009900;
    vertical-align:bottom;
}
.msg_normal {
    vertical-align:bottom;
    font-weight:bold;
    color: #003300;

}
.msg_error {
    vertical-align:bottom;
    font-weight:bold;
    color: #990000;

}

tr.row {
	background-color:white;
	border:none;
}
tr.row_hilite {
	background-color:#DDEEF6;
	border:1px solid #27759C;
}

/*
=========================================================
DHTML TAGS
=========================================================
*/
tbody.on {
	display:table-row-group;
}
tbody.off {
	display:none;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.formItem {
	color: #015385;
	font-size: small;
}
.blueText {
	color: #015385;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.blueTextLeft {
	color: #015385;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;

}
.boxTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/sitenav/info_box_top2.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
.bgLeftRadiant {
	background-image: url(../images/sitenav/far_left_bgr2.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.bgRadient {
	background-image: url(../images/sitenav/background.gif);
	background-repeat: repeat-x;
}
.bgLeftBottom {
	background-image: url(../images/sitenav/left_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;


}
.bgRightBottom {
	background-image: url(../images/sitenav/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;


}
.fullHeight {
	height: 100%;
}
.bgRightRadient {
	background-image: url(../images/sitenav/far_right_bgr2.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.SideLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.RegText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.RegTextLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.LoginButton {
	background-image: url(../images/sitenav/login_button.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	position: relative;
}
.GoButton {
	background-image: url(../images/sitenav/go_button.gif);
	background-repeat: no-repeat;
}
.BoxMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/sitenav/info_box_main.gif);
	background-repeat: repeat-x;
	text-align: left;

}
.RegTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015385;
}
.TopTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.QuoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #62A2C7;
	text-transform: none;
	text-align: left;


}
.RegTextBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015385;
}
.productBox {
	text-align: left;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #000000;
}
.productBox:hover
{
	border: 1px solid #32B80E;
}
.formCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: super;

}
.leftJustified {
	text-align: left;
}
