/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/

body {
	background: #455585 url("images/bg.gif") top left repeat-x;
	font: normal 12px/125% "Arial", "Tahoma", sans-serif;
	color: #4F4740;
	margin: 0;
	padding: 0; }

div, img, form, ul, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0; }
	
.clear { clear: both; }

.left { float: left; }
.right { float: right; }

.tc { text-align: center; }
.tr { text-align: right; }

.img {
	float: right;
	padding: 4px 4px 1px 4px;
	border: 1px solid #BAC5DF;
	margin: 0 0 10px 10px; }

.img2 {
	float: centre;
	padding: 4px 4px 4px 4px;
	border: 1px solid #BAC5DF;
	margin: 0px 0px 0px 40px; }
	
li {
margin-left:25px;
margin-bottom:5px;}

#wrapper {
	background: #ffffff url("images/content.gif") repeat-y;
	width: 905px;
	margin: 0 auto; }

a.highlight {
background-color: #FFFFCC;
color:#4F4740;
text-decoration:none;
}

table{
border-color:#CCCCCC;}


td {
	border-right: 0.5px;
	border-bottom: 0.5px;
	
	padding: 0px 0px 0px 3px;
}
/*
---------------------------------------------
02. TEXT / HEADINGS
---------------------------------------------
*/

h1 {
	height: 115px;
	width: 130px;
	position: absolute;
	top: 5px;
	left: 85px; }
	
	h1 a {
		height: 115px;
		width: 130px;
		display: block;
		text-indent: -9999px;
		outline: none;
		background: url("images/logo.gif") no-repeat; }
		
h2 {
	font-size: 17px;
	color: #634943; }
	
h3 {
	font-size: 17px;
	line-height: 23px;
	color: #4B88E3; }
		
.title {
	font-size: 14px;
	font-weight:bold;
	color: #174890; }
.smallText {
	font-size: 10px;
	font-weight:normal;
	color: #4F4740; }
.undlinText {
	font-size: 12px;
	font-weight:normal;
	color: #4F4740; 
	text-decoration:underline;}
/*
---------------------------------------------
03. HEADER / MENUS
---------------------------------------------
*/

#header {
	height: 450px;
	background: #ffffff url("images/welcome.jpg") bottom left no-repeat;
	position: relative; }
	
	#nav {
		position: absolute;
		top: 15px;
		right: 10px; }
		
		#nav a {
			color: #6C5546;
			text-decoration: none;
			font-size: 11px;
			margin-right: 10px; }
			
		#nav a:hover { text-decoration: underline; }
	
	#menu {
		position: absolute;
		padding-right: 5px;
		top: 125px;
		right: 0;
		list-style: none;
		width: 830px; }
		
		#menu li { 
			display: inline;
			padding: 0 5px; }
			
		#menu li a {
			color: #7B5E57;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none; }
			
		#menu li a:hover { color: #4B88E3; }

/*
---------------------------------------------
04. CONTENT
---------------------------------------------
*/
.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
	
#content { background: #ffffff url("images/content.gif") repeat-y; }
		
	#column {
		width: 238px;
		float: left;
		padding: 10px 25px; }
		
	#main {
		width: 547px;
		float: right;
		padding: 10px 35px; }
		
	#main2 {
		width: 532px;
		float: right;
		padding: 10px 35px; }

/*
---------------------------------------------
05. FOOTER
---------------------------------------------
*/
	
#footer {
	height: 90px;
	line-height: 90px;
	color: #4F4740;
	padding: 0 150px 0 35px;
	position: relative;
	background: url("images/footer.gif") no-repeat;
	clear: both; }
	
	#footer a {
		color: #4F4740;
		text-decoration: none;
		border-bottom: 1px dotted #4F4740;
		margin-right: 10px; }
		
	#footer a:hover { border: 0; }
	
	a#copy {
		display: block;
		width: 57px;
		height: 50px;
		outline: none;
		position: absolute;
		overflow: hidden;
		top: 25px;
		right: 25px;
		text-indent: -9999px;
		border: 0;
		background: url("images/logo_bot.gif") 0 0 no-repeat; }
		
	a#copy:hover { background: url("images/logo_bot.gif") 0 -50px no-repeat; }
	
	
/*
---------------------------------------------
06. LINKS
---------------------------------------------
*/	
a.linkGrey:link {color: #4F4740; text-decoration:none}
a.linkGrey:visited {color: #4F4740; text-decoration:none}
a.linkGrey:hover {color: #4F4740;text-decoration:underline}	

a.linkUnder:link {color: #4F4740; text-decoration:underline}
a.linkUnder:visited {color: #4F4740; text-decoration:underline}
a.linkUnder:hover {color: #4B88E3;text-decoration:underline}	
/*
---------------------------------------------
00. END
---------------------------------------------
*/