* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/template/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #d6f9ff;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #0066FF;
}

img.imgfront{
	display: block;
	margin-top: 16px;
	margin-left: 10px;
	margin-right: 15px;
	border: 0;
	float: left;
}

img.imgcenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border: 3px solid #8fadcc;
}

img.imgleft {
	display: block;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 15px;
	border: 0;
	float: left;
}

img.imgright {
	display: block;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding-bottom: 5px;
	border: 0;
	float: right;
}

table {
	margin-left: auto; 
	margin-right: auto;
	border-collapse: collapse;
}

th {
	padding: 1px;
}

td {
	padding: 1px;
	padding-left: 5px;
}

h1 {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial Black;
}

h2 {
	font-size: 18px;
	text-align: center;
	background-color: #38535E;
	color: #FFFFFF;
	font-family: Arial Black;
	border: 4px solid #8fadcc;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #0000FF;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

h5 {
	font-weight: bold;
	color: #339900;
	font-size: 12px;
}

ul.bullet {
	padding-left: 40px;
	list-style-image: url(../images/general/bullet_points.jpg);
}

.support {
	height: 650px;
	width: 950px;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 5px;
}

.maintable tr:hover th[scope=row], .maintable tr:hover td {
	color: #006600;
	background-color:#BCE1FC;
	border: 1px dotted #666666;
}

.maintable:link {
	font-weight: normal;
	color: #000000;
}

.maintable {
	border: 2px solid #38535E;
}

.maintable td {
	border: 1px dotted #666666;
	text-align: left;
	background-image:url(../images/general/contact_us_table_bg.jpg);
	background-repeat: repeat-x;
}

.maintable th[scope=col] {
	border-right: 1px solid #333333;
	border-bottom: 2px solid #333333;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #8fadcc;
}

.maintable th[scope=row] {
	border-right: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	padding-right: 5px;
	text-align: right;
	color: #333333;
	background-color: #B8CFE5;
}

.sitemap {
	border: 1px dotted #666666;
	text-align: left;
	background-image:url(../images/general/contact_us_table_bg.jpg);
	background-repeat: repeat-x;
}

.contactustable {
	width: 90%;
}

.contactustable td {
	background-image:url(../images/general/contact_us_table_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

.contactusinfotable {
	overflow: hidden;
	width: 90%;
	border: 2px solid #38535E;
}

.contactusinfotable td {
	border: 1px dotted #666666;
	text-align: left;
	background-image:url(../images/general/contact_us_table_bg.jpg);
	background-repeat: repeat-x;
}

.contactusinfotable th[scope=col] {
	border-right: 1px solid #333333;
	border-bottom: 1px dotted #666666;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #8fadcc;
}

.contactusinfotable th[scope=row] {
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-right: 5px;
	text-align: right;
	color: #333333;
	background-color: #B8CFE5;
}

.leftnavtitle {
	font-family: Arial Black;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #666666;
	height: 25px;
	background-image: url(../images/template/leftright_nav_top_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #000000;
}

.leftnavbottom {
	background-image: url(../images/template/leftright_nav_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.navicon {
	font-family: Wingdings;
	font-size: 12px;
	color: #0000FF;
	background-color:#EFEFEF;
	padding-left: 5px;
	border-bottom: 1px dotted #000000;
}

.navicon:hover {
	background-color: #FEF5C5;
	border-bottom: 1px dotted #666666;
}

.sidelinks:link , .sidelinks:visited {
	color: #333333;
}

.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	line-height: 18px;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
}

.footer a:hover {
	color: #00CCFF;
}

.highlight {
	color: #009900;
	font-weight: bold;
}

.highlight1 {
	font-family: Arial Black;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #FF6600;
}

.highlight2 {
	font-family: Arial Black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #FF0000;
}

.menutable {
	background-color: #FFFFFF;
	width: 90%;
}

.menutable td[scope=row] {
	background-color: #FFFFFF;
	width: 40px;
}

.menutable td[scope=rowgroup] {
	background-color: #EBEBEB;
	padding-left: 20px;
	width: auto;
}

.quotes {
	font-family: Arial;
	font-style: italic;
	line-height: 14px;
	font-size: 12px; 
}

.shortcuts {
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.shortcuts a:link, .shortcuts a:visited {
	color: #FFFFFF;
}

.shortcuts a:hover {
	color: #006600;
}

.frontminissub {
	float: left;
	width: 180px;
}

#maincontainer {
	width: 960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#seoheader {
	width: 100%;
	height: 15px;
	text-align: center;
}

#header {
	width: 960px;
	height: 130px;
	float: left;
	background-color: #FFFFFF;
}

#shortcuts {
	position: absolute;
	float: right;
	height: 53px;
	left: 643px;
	top: 13px;
	width: 310px;
}

#topnav {
	position: relative;
	float: left;
	width: 808px;
	height: 32px;
	overflow: hidden;
	margin-top: 6px;
}

#clock {
	float: right;
	width: 152px;
	line-height: 28px;
	height: 32px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-top: 6px;
	overflow: hidden;
}

#clock .clockpadd {
	padding-right: 10px;
}

#subcontainer {
	float: left;
	width: 959px;
	overflow: hidden;
	background-color:#F7F7F7;
}

#subcontainerfront {
	float: left;
	width: 959px;
	overflow: hidden;
	background-color:#FFFFFF;
}

#title {
	float: left;
	width: 960px;
	overflow: hidden;
	height: 25px;
	background-image: url(../images/template/title_bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}

#leftnav {
	float: left;
	width: 142px;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightnav {
	float: right;
	width: 171px;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#content {
	float: left;
	width: 600px;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	border: 1px dotted #CCCCCC;
}

#footer {
	float: left;
	width: 960px;
	height: 100px;
	background-color: #d6f9ff;
	background-image: url(../images/template/footer.gif);
	background-repeat: no-repeat;
}

#frontmainpic {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	height: 300px;
}

#frontcontent {
	float: left;
	width: 479px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
	height: 300px;
}
#frontminismain {
	float: left;
	width: 100%;
	margin-left: 37px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}