body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #0E7BA5;
	background-image: url(/images/design/main-tile.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
#container {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(/images/design/container-tile.jpg);
	background-repeat: repeat-x;
	padding-top: 21px;
}
#footer {
	height: 36px;
	float: left;
	width: 806px;
	background-color: #005F9B;
	color: #FFFFFF;
	padding-top: 21px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CCFF;
}
#header {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 760px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	background-color: #0099CC;
	padding-top: 7px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 18px;
}
#textbody {
	height: auto;
	width: 90%;
	margin-top: 21px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 21px;
}

.box100yellow {
	background-color: #FFCC00;
	width: 100%;
	color: #000000;
	padding: 12px;
	height: auto;
}
.box90blue {
	background-color: #006699;
	width: 90%;
	color: #FFFFFF;
	padding: 12px;
	height: auto;
}
.box80ash {
	background-color: #333333;
	width: 80%;
	color: #FFFFFF;
	padding: 12px;
	height: auto;
}
.textbox {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF6600;
	background-color: #CCCCCC;
	font-size: 21px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	height: auto;
}
.div100 {
	width: 100%;
	padding: 5px;
	height: auto;
}
.tilte1 {
	font-family: Tahoma, Arial;
	font-size: 33px;
	font-weight: bold;
	color: #FF0000;
}
.title2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	font-weight: bold;
	color: #003366;
}
.title3 {
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.title4 {
	font-family: "Myriad Pro", Arial;
	font-size: 21px;
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 36px;
	color: #C80000;
	font-weight: normal;
}
h2 {
	font-size: 27px;
	font-weight: normal;
	color: #FF3300;
}
h3 {
	font-size: 21px;
	color: #3399CC;
	font-weight: bold;
}
h4 {
	font-size: 21px;
	font-weight: normal;
	color: #000033;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
.textbgcolour-yellow {
	color: #000000;
	background-color: #FFE991;
	font-size: 14px;
	font-weight: bold;
}

.textbgcolour-red {
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}


.textbgcolour-blue {
	color: #FFFFFF;
	background-color: #006699;
	font-size: 16px;
	font-weight: bold;
}
ul {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	list-style-position: outside;
	list-style-image: url(/images/design/arrow-mine.gif);
	list-style-type: square;
	padding-bottom: 5px;
	padding-top: 1px;
}
.list2 {
	list-style-position: outside;
	background-image: url(/images/design/icoTitle.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	padding-left: 25px;
	margin-left: 21px;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.smallbox-blue {
	background-color: #006699;
	height: 222px;
	width: 45%;
	color: #FFFFFF;
	padding: 9px;
	float: left;
}
.redbox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 222px;
	width: 50%;
	padding: 5px;
	float: left;
	margin-left: 5px;
}
