* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	background-color: #36413E;
	background-image: url(images/background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#wrap {
	margin: 0px auto;
	width: 920px;
}

/*** HEADER ********************************************************/
#header {
	padding-top: 12px;
	padding-bottom: 18px;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E3E6E6;
	/*color: #E3E6E6;*/
	letter-spacing: 0.7px;
	word-spacing: 0.75px;
	margin-left: 170px;
}
#GCBH_Logo, #GCBH_Text {
	vertical-align: middle;
}
#GCBH_Logo {
	float: left;
}
#GCBH_Text {
	margin-top: 24px;
	margin-left: 6px;
	margin-bottom: 3px;
}

/*** NAVIGATION ****************************************************/
#navbar {
	height: 30px;
	background-image: url(images/nav-background.png);
	background-repeat: repeat-x;
	background-color: #36413E;
	z-index: 99;
}
#nav-home {
	vertical-align: middle;
	margin-left: 20px;	
	border: none;
}
#navmenu-base {
	float: right;
	margin-right: 12px;
}

/*** MAIN **********************************************************/
#main {
	/*background-color: #7d9491; */
	background-color: #FFFFFF;
	background-image: url(images/leftSidebar-backgnd.png);
	background-position: left;
	background-repeat: repeat-y;
	
	padding-bottom: 45px;
}
#mainContent {
	margin-left: 90px;
	margin-right: 180px;
	background-color: #FFFFFF;
	
	margin-top: 55px;
	padding-left: 65px;
	padding-right: 35px;
	
}
#mainContent h1 {
	font-size: 16px;
	color: #4889A8;
	/*color: #67A2BE; original colour changed 05/13/10*/
	font-weight: bold;
	letter-spacing: .1em;
	word-spacing: .2em;
}
#mainContent h2 {
	font-size: 14px;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/
	font-weight: bold;
	margin-top: 20px;
}
#mainContent p {
	font-size: 12px;
	text-align: justify;
	margin-top: 6px;
	line-height: 1.7em;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/
	margin-left: 6px;
}
#mainContent ul, #mainContent ol {
	font-size: 12px;
	margin-left: 25px;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/
}
#mainContent ul li, #mainContent ol li {
	padding-top: 4px;
}

#mainContent ul.categorizedList li {
	font-weight: bold;
	letter-spacing: .05em;
	word-spacing: .15em;
	padding-top: 15px;
}
#mainContent ul.categorizedList li ul li {
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 2px;
}


#mainContent img {
	border: none;
}
#mainContent textarea, select, input{
	font-size: 11px;
	text-align: justify;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/

}
#mainContent a:link, #mainContent a:visited {
	/*color: #70B0CF;*/
	color: #4486A6;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}

#mainContent table {
	font-size: 12px;
	margin: 10px 0px 30px 10px;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/
}
#mainContent table th, #mainContent table td {
	padding: 6px;
	text-align: left;
}
#mainContent table th {
	background-color: #859B98;
	color: #FFFFFF;
}
#mainContent table td {
	border: solid 1px #DDDDDD;
}
#mainContent table.no-border td {
	border: none;
}

#mainDetails {
	font-size: 11px;
	text-align: justify;
	margin-left: 25px;
	line-height: 1.5em;
	color: #5E7370;
	/*color: #859B98; original colour changed 05/13/10*/

}
#rightSidebar {
	padding-top: 10px;
	margin-bottom: 5px;
}
#rightSidebar img {
	float: right;
	clear: right;
	padding: 0px;
	margin: 5px 14px;
}
/*** FOOTER ********************************************************/
#footer {
	text-align: center;
	font-size: 10px;
	color: #7D9491;
	margin-top: 12px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #4486A6;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer-copy {
	float: left;
	width: 85px;
}
#footer-contact {
	
}


/*** GENERAL STYLE CLASSES ********************************************************/
/******** Nothing specific in mind here; just tools available for you to use ******/
.important {
	font-weight: bold;
	font-style: italic;
}
.critical {
	font-weight: bold;
	color: #990000;
}
.smaller {
	font-size: .8em;
}

	

