@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.divMain {
	margin: 0 auto;
	width: 900px;
	height: auto;
	border: 5px solid #e5e5e5;
	padding: 10px;
	background-color: #ffffff;
	line-height: 17px;
	text-align: justify;
}

.divLogo {
	float: right;
	width: 350px;
	height: 80px;
}

.divLogoSpace {
	width: 10px;
	height: 80px;
}

.divTopMenu {
	width: 100%;
	height: 40px;
}

.divMenuItem {
	width: 110px;
	height: 16px;
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.divMenuItemColour {
	width: 110px;
	height: 6px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	position: relative;
}

.divMenuRight {
	width: 460px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	position: relative;
}

.divFooter {
	margin: 0 auto;
	width: 900px;
	height: auto;
	padding-top: 10px;
	background-color: transparent;
	font-size: 10px;
 	color: #888888;
	text-align: right;
	text-transform: uppercase;
}

.divLeft {
	position: relative;
	width: 205px;
	float: left;
	padding: 5px;
	height: auto;
	background-color: #ffffff;
}

.divMiddle {
	position: relative;
	width: 420px;	
	padding: 10px;
	border-right: 1px dotted silver;
	border-left: 1px dotted silver;	
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 450px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html .divMiddle {
height: 450px;
}
/**/

.divMiddleWide {
	position: relative;
	width: 662px;	
	padding: 8px;
	border-right: 1px dotted silver;
	border-left: 1px dotted silver;	
	height: auto;
	background-color: #ffffff;
	min-height: 450px;
	height: auto;
	margin-left: 220px;
}

/* for Internet Explorer */
/*\*/
* html .divMiddleWide {
height: 450px;
}
/**/


.divRight {
	position: relative;
	width: 210px;
	float: right;
	padding: 5px;
	height: auto;
	background-color: #ffffff;
	text-align: left;
}


/* text */

h1, .h1 {
	font-size: 20px;
	color: #006f3b;
	font-weight: bold;
}

h2, .h2 {
	font-size: 16px;
	color: #006f3b;
	font-weight: bold;
}

h3, .h3 {
	font-size: 13px;
	color: #006f3b;
	font-weight: bold;
}

.textHighlight {
	font-weight: bold;
	color: #006f3b;
}

/* tables */

.tableFrontPage {
	padding: 8px;
}

.tableFrontPageLeft {
	width: 140px;
	border: 1px dashed silver;
	padding: 8px;
	vertical-align: top;
}

.tableFrontPageRight {
	width: 370px;
	border: 1px dashed silver;
	padding: 8px;
	vertical-align: top;
	font-size: 10px;
	text-align: justify;
}

.tableCellRight {
	background-image: url(../images/right-background.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 190px;
	padding: 10px;
	vertical-align: top;
	font-size: 10px;
	line-height: normal;
}

/* list styles */

ul {
	list-style: disc;
	list-style-image: url(../images/list-bullet.jpg);
	margin-left: 15px;
	padding-left: 14px;
	vertical-align: top;
}

li {
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 25px;
}


/* link styles */

a.LinkMenu:link {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a.LinkMenu:visited {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a.LinkMenu:active {
	color: #006f3b;
	text-decoration: none;
	font-weight: bold;
}

a.LinkMenu:hover {
	color: #006f3b;
	text-decoration: none;
	font-weight: bold;
}

a.LinkH3:link {
	color: #006f3b;
	text-decoration: none;
}

a.LinkH3:visited {
	color: #006f3b;
	text-decoration: none;
}

a.LinkH3:active {
	color: #3CB371;
	text-decoration: none;
}

a.LinkH3:hover {
	color: #3CB371;
	text-decoration: none;
}

a.LinkGreen:link {
	color: #006f3b;
	font-weight: bold;
	text-decoration: none;
}

a.LinkGreen:visited {
	color: #006f3b;
	font-weight: bold;
	text-decoration: none;
}

a.LinkGreen:active {
	color: #3CB371;
	font-weight: bold;
	text-decoration: none;
}

a.LinkGreen:hover {
	color: #3CB371;
	font-weight: bold;
	text-decoration: none;
}


/* controllers */

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  float: right;
}

.left {
   float: left;
}
