/* hiddes images preload */
.hiddenPic {
	display:none;
}


/* Main page */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #104070;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#back {
	background-image: url(graphics/bg.png);
	background-repeat: repeat-x;
}
#top {
	height: 80px;
	background-image: url(graphics/logo_top.gif);
	background-repeat: no-repeat;
}
#leftnav {
	width: 180px;
	float: left;
}
#page {
	width: 550px;
	margin-right: 10px;
	margin-left: 20px;
}

#arrow {
	background-image: url(graphics/arrow-trans.png);
	background-repeat: repeat;
	background-position: center center;
	height: 210px;
	margin-bottom: 20px;
}
.whiteright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 83px;
}
.greyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 40px;
}

/* Left navigation Buttons */
a.button1, a.button1:visited {
	background-image: url(graphics/button1.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button1:hover, a.button1:active {
	background-image: url(graphics/button1-h.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button2, a.button2:visited {
	background-image: url(graphics/button2.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button2:hover {
	background-image: url(graphics/button2-h.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button3, a.button3:visited {
	background-image: url(graphics/button3.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button3:hover {
	background-image: url(graphics/button3-h.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button4, a.button4:visited {
	background-image: url(graphics/button4.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}
a.button4:hover {
	background-image: url(graphics/button4-h.jpg);
	height: 25px;
	width: 170px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 35px;
	background-repeat: no-repeat;
}

.navbottom {
	background-image: url(graphics/bottom_left.png);
	background-repeat: no-repeat;
	height: 299px;
	width: 100%;
}
.navbottomfull {
	background-image: url(graphics/bottom_left.png);
	background-repeat: no-repeat;
	width: 100%;
}
.subnavtitle {
	width: 165px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.subbutton, a.subbutton:visited {
	height: 16px;
	width: 155px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 3px;
}
a.subbutton:hover {
	background-image: url(graphics/sub-button-bg-h.png);
	height: 16px;
	width: 155px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-repeat: repeat-x;
	padding-top: 3px;
}

/* Footer */
#bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.footertexttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
	width: 579px;
	margin-left: 179px;
}
.footertextbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 579px;
	margin-left: 179px;
}
a.footerbottom, a.footerbottom:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerbottom:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
