/* Version: 1.0											*/
/* Date: 18 Jan 2008								*/
/* www.ewa-australia.com/common.css	*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

a, a:visited, a:active {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5D6E63;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

h2 {
	margin-top: 20px;
	color: #586B7A;
	font-size: 14px;
	font-weight: bold;
}

.pcenter {
	text-align: center;
}

img {
	display: inline;
	float: left;
	margin: 4px 10px 5px 0px;
}

img.alignright {
	display: inline;
	float: right;
	margin: 4px 0px 5px 10px;
}

ul {
	list-style-type: square;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	padding-top: 1px;
	border-left: 5px solid #2d475b;
	
}

#logo a, logo a:visited, logo a:active, logo a:hover {
	text-decoration: none;
}


/* 	#####   HEADER 	#####				*/

#header {
	height: 100px;
	margin: 0px auto;
	padding: 0;
	background:url('images/head_bg.png') repeat-x left top; 
	border-bottom:5px solid #2d475b; 
}

#headercontent {
	width: 785px;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 23px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-left: auto; 
}

#headerlinks {
	float: right;
	height: 25px;
	padding-bottom: 0px;
	margin-top: 52px; 
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333;
}

#headerlinks a:link, #headerlinks a:visited{
	color:#ccc;
	text-decoration:none;
	font-size:1.3em; 
}

#headerlinks a:hover, #headerlinks a:active{
	color:#fff;
	text-decoration:none;
	font-size:1.3em; 
}

/* 	#####   CONTENT 	#####				*/
.ctitle {
	margin-top: 15px;
	margin-bottom: 0px;
	height: 50px;
}

.ctitle h1 {
	margin: 0px 0px 4px 0px;
	padding: 15px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #586B7A;
}

.ctitle h1 a, .ctitle h1 a:visited, .ctitle h1 a:active {
	font-size: 20px;
	font-weight: normal;
	color: #426F85;
	text-decoration: none;
}

.ctitle h1 a:hover {
	color: #444444;
	text-decoration: underline;
}

.ctext {
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 1px;
	text-align: justify;
	padding-top: 12px;
}

.cinfo {
	margin-left: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #98BECD;

}

.cicon {
	float: left;
	background: url('images/roo.png') no-repeat left center;
	color: #5D6E63;
	width: 50px;
	height:50px;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 0px 0px;
}

.csubtitle {
	background: url('images/foo.png') no-repeat left center;
	margin-top: 0px;
	margin-left: 10px;
	padding: 1px 0px 4px 19px;
}
/* 	#####   FOOTER 	#####				*/

#footer {
	height: 30px;
	clear: both;
	display: block;
	text-align: center;
	border-top: 2px solid #333;
	margin-right: auto; 
	margin-left: auto; 
	background: url('images/bg.png') left bottom repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	color:#666;
}

#footer a {
	margin: 0;
	padding: 0;
	color:#426F85;
}
