@charset "UTF-8";
/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

html, body { 
	margin: 0px;
}

/*#container{
	position: relative;
	height: 100%; 
	width: 800px; 
	text-align: left;
	margin: 0 auto;
}*/

#content {
	position: relative;
	height: auto;
	min-height: 100%; 
}

#tblLeft{
	position: relative;
	background-image: url(../images/tss_bg_left.jpg);
	background-repeat: repeat-y;
	width: 48px;
}
#tblRight{
	position: relative;
	background-image: url(../images/tss_bg_right.jpg);
	background-repeat: repeat-y;
	width: 47px;
}
#rightMenu{
	background-image: url(../images/tss_bg_right_menu.jpg);
	background-repeat: no-repeat;
}
#tblHeadMenu{
	text-align: right;
	margin: 66px 12px 0 0;
}
#tblFooterMenu{
	text-align: right;
	margin-right: 12px;
}

#tblContent{
	margin: 30px;
}
#tblNavMenu{
	margin: 13px 0;
}

#tblNavMenu2{
	margin: 0 30px;
}

a {
	color: #005A99;
	text-decoration: none;
}
a:hover {
	color: #5B5B5B;
}


a img, :link img, :visited img { 
	border:none; 
}

.main_nav_off, .main_nav_on {
	font-size: 10px;
	font-weight: normal;
	padding: 0 8px;
	color: #9D9F9F;
}

.main_nav_on {
	background-image: url(../images/menu_bg_on.jpg);
	cursor: pointer;
}

.sub_nav_off, .sub_nav_on {
	height: 23px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 8px;
	color: #000000;
}

.sub_nav_on {
	background-image: url(../images/submenu_bg_on.jpg);
	color: #005A99;
	cursor: pointer;
}

.formField {
	background-image: url(../images/input_bg.jpg);
	height: 20px;
	border: 1px solid #0B0B0B;
	color: #7D7D7D;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	padding: 1px 0 0 7px;
}

form {
	padding: 0;
	margin: 0;
}

h1, #headertext_on, #headertext_off, #footertext, #menutext_on, #menutext_off {
	font-family: Verdana, Helvetica, sans-serif;
}
h2, .hl_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h1 a {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h1 {
	color: #5B5B5B;
}
h1.title, h1 a {
	color: #005A99;
}
h2, h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #7BBDED;	
	text-decoration: none;
}

h2 a:hover  {
	color: #FFFFFF;
}

h2 {
	padding-left: 15px;
	margin: 25px 0 4px 0;
}
p {
	padding: 10px 10px 10px 0;
}
#headertext_off a, #headertext_on a{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}	
#headertext_off a {
	color: #005A99;
}
#headertext_off a:hover {
	color: #5B5B5B;
}
#headertext_on a {
	color: #5B5B5B;
}
#footertext a {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.menutext_on, .menutext_off {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 15px;
	cursor: pointer;
}

.menutext_on {
	background-color: #E1E1E1;
	color: #005A99;
}

.menutext_off {
	color: #CCCCCC;
}

.hl_text {
	font-size: 14px;
	font-weight: normal;
	color: #5B5B5B;
}

