/*HTML Tags*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	color: #4F4F4F;
}
p {
	font-size: 12px;
	margin-top: 10px;
	color: #4F4F4F;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #436BA9;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #241710;
}
a:hover {
	color: #003BFD;
}
hr {
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Horizontal Rule Class - Use this instead of hr for consistent display between browsers */

.hrule {
	background-color: #999999;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Container - This is the auto centre */

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	align: left;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}


/* Header */

#header {
	position: relative;
	height: 120px;
	width: 1000px;
	background-image: url(../images/01_01_header.jpg);
}
#search {
	position: absolute;
	height: 25px;
	width: 270px;
	left: 680px;
	top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	position: absolute;
	height: 83px;
	width: 100px;
	left: 40px;
	top: 9px;
}
/* Top Menu */
#top_menu {
	position: relative;
	height: 30px;
	width: 1000px;
	background-image: url(../images/02_01_topmenu.jpg);
}
.topmenu_container {
	height: 30px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}
.line {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/bt_line.gif);
	height: 30px;
	width: 1px;
}
.cssnav {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 139px;
	height: 30px;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(../images/bt_hover.gif);
	background-repeat: no-repeat;
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 12px;
	width: 139px;
	height: 30px;
	display: block;
	float: left;
	color: #4F4F4F;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #ffffff;
}
.cssnav img {
	width: 139px;
	height: 30px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 10px;
	top: 8px;
	text-align: center;
	width: 119px;
	cursor: pointer;
}

/* Flash */

#flash {
	position: relative;
	height: 230px;
	width: 1000px;
	background-image: url(../images/03_01_flash.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 60px;
}
#flash0101 {
	position: absolute;
	top: 5px;
	left: 15px;
}
/* Main - This is where the body text is */
#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#main_spacer {
	height: 200px;
	width: 30px;
	float: left;
}
.col01 {
	width: 310px;
	float: left;
	background-image: url(../images/1col_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.col01_01_01 {
	background-image: url(../images/1col_header.jpg);
	height: 50px;
	width: 310px;
	background-repeat: no-repeat;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 20px;
	color: #4F4F4F;
	font-size: 14px;
}
.col01_01_02 {
	background-image: url(../images/1col_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col01_01_03 {
	height: 20px;
	width: 310px;
	background-image: url(../images/1col_footer.jpg);
	background-repeat: no-repeat;
}
.col02 {
	width: 630px;
	float: left;
	background-image: url(../images/2col_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.col02 img {
	margin: 10px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #666666;
}
.col02_01_01 {
	height: 50px;
	width: 630px;
	background-image: url(../images/2col_header.jpg);
	background-repeat: no-repeat;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 20px;
	color: #4F4F4F;
	font-size: 14px;
}
.col02_01_02 {
	background-image: url(../images/2col_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
.col02_01_03 {
	height: 20px;
	width: 630px;
	background-image: url(../images/2col_footer.jpg);
	background-repeat: no-repeat;
}

#copyright {
	height: 20px;
	width: 1000px;
	clear: both;
	position: relative;
}
#copyright_01_01 {
	height: 10px;
	width: 920px;
	position: absolute;
	top: 3px;
	text-align: right;
	font-size: 9px;
	left: 40px;
}

/* Footer */
#footer {
	height: 30px;
	width: 1000px;
	background-image: url(../images/05_01_footer.jpg);
	clear: both;
}
#main_col01_container {
	background-color: #00CC66;
}
#main_col02_container {
	background-color: #996633;
}
