@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.topnav {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/layout/top-nav-bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
.logotop {
	background-image: url(../images/layout/logo-top2.gif);
	background-repeat: no-repeat;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	vertical-align: top;
	margin: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #26247B;
	font-family: Verdana;
	font-style: italic;
}
.Login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}
.topnav a {
	text-decoration: none;
	color: #FFFFFF;
}
.topnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.tblHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-indent: 12px;
}
.tblFooter {
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
.tblMain {
	font-weight: normal;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}

img.floatLeft { float: left; 
margin: 4px; }

img.floatRight {
	float: right;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
} 

.main p {
}
.main iframe {
	height: 450px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #2E3192;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
#tblSupport {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin: 15px;
}
#tblSupport th{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #26247B;
	text-align: center;
	height: 25px;
	padding-top: 2px;
	
}
#tblSupport td{
	vertical-align: top;
}
.floatRight { float: right; 
margin: 8px; } 
#tblSupport ul ul {
	list-style-type: circle;
}
.normal {
	height: 400px;
}
.extended {
	height: expression(document.body.clientHeight > 768? document.body.clientHeight - 178 +"px" : "100%");
	}
.main a:link {
	font-weight: bold;
	color: #0000FF;
}
.main a:visited {
	font-weight: bold;
	color: #0000FF;
}
.img a {
	text-decoration: none;
}
.main a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maxwidth .main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maxwidth .main .tblMain a {
	font-weight: normal;
}
.main ul {
	list-style-type: square;
	line-height: 130%;
	padding-left: 12px;
	margin-left: 12px;
}
.main ul ul{
	list-style-type: circle;
	line-height: 130%;
	padding-left: 12px;
	margin-left: 12px;
}
.main ul a:link{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.main ul a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#facebook {
	width: 200px;
}
#facebookframe {
	height: 490px;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outterContainer {
	background-image: url(../images/layout/outter-bottom.png);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	background-position: bottom;
}
#outterContainer #outterBG {
	background-image: url(../images/layout/outter.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

