@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: LiberationSans;
	src: url('LiberationSans-Regular.ttf');
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: LiberationSans, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	background-color: #fff;
}

div#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px 30px 0px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

div#leftcolumn {
	width: 430px;
	margin: 0;
	padding: 10px;
	float: left;
}

div#rightcolumn {
	margin: 0;
	padding: 10px 10px 10px 450px;
}

div#leftcolumntext {
	margin: 0;
	padding: 20px 35px;
}

div#rightcolumntext {
	margin: 0;
	padding: 20px 35px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
}

p {
	margin: 0;
	padding: 0;
}

p.paragraph {
	margin: 0;
	padding: 5px;
	font-size: .75em;
	text-align: justify;
}

p.caption {
	margin: 0;
	padding: 5px;
	font-size: .7em;
	text-align: left;
}

.float {
	margin: 0;
	padding: 0;
	float: left;
}

p.float img {
	margin: 0;
	padding: 0px 10px 5px 0px;	
}

.clearfloats {
	clear: both;
}

h1 a:link {
	color:#000;
	text-decoration:none;
	cursor: pointer;
}
h1 a:visited {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color: #000;
	text-decoration: underline;
	cursor:pointer;	
}
h1 a:active {
	color:#c0f3ba;
	text-decoration: underline;
}


#leftcolumntext a:link {
	color:#63aa71;
	text-decoration:none;
	cursor: pointer;
}
#leftcolumntext a:visited {
	color:#63aa71;
	text-decoration:none;
}
#leftcolumntext a:hover {
	color: #8de89f;
	text-decoration:none;
	cursor:pointer;	
}
#leftcolumntext a:active {
	color:#c0f3ba;
	text-decoration:none;
}

a img {border: none;}
a img:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	background: none;
}


