/* CSS Document */

body {
	background:url(/assets/images/background.gif) repeat-x top;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, Myriad, Helveltica, Arial, san-serif;
	font-size:62.5%;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}

a:link, a:visited{
	color: #3399CC;
	text-decoration: none;
}

a:hover,  a:active{
	color: #4FBD4F;
	text-decoration: underline;
}

ul {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: left;
	padding-left: 40px;
}

ul li {
	list-style: circle;
	line-height: 1.4em;
	padding-bottom: .6em;
}

p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-top: 1.5em;
	text-align: left;
	padding-left: 20px;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
}

h2 {
	font-size: 1.7em;
	line-height: 2em;
	font-weight: bold;
	text-align: left;
	padding: 25px 0 10px  20px;
	margin: 0;
}

form {
	font-size: 1.3em;
	line-height: 2em;
	text-align: left;
	padding-left: 20px;
}

input:focus, textarea:focus, textfield:focus{
background-color: lightyellow;
}

#wrapper {
	width: 725px;
	height: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(/assets/images/background2.jpg) no-repeat top center;
	width: 725px;
	height: 207px;
	padding: 0;
	margin: 0;
	position: relative;
}

#logobox {
	background-color: transparent;
	position: absolute;
	left: 87px;
	top: 75px;
	width: 166px;
	height:55px;
	overflow: hidden;
}
#content {
	position: relative;
	background: none;
	width: 725px;
	min-height: 375px;
	background: url(/assets/images/arrow.gif) bottom center no-repeat;
}

#leftcol{
	position:absolute;
	background: none;
	width: 237px;
	left: 64px;
	top: 61px;
}

div.rss {
	float: left;
	width: 107px;
	height: 83px;
	margin-left: 50px;
	margin-top: 10px;
	padding:0;
	background: url(/assets/images/rss.gif) 0 -83px no-repeat;
}

div.rss a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url(/assets/images/rss.gif) 0 -83px no-repeat;
	}
div.rss a:link{
	display: block;
	background: url(/assets/images/rss.gif) 0 -83px no-repeat;
	}
div.rss a:hover, div.rss a:active {
	background: url(/assets/images/rss.gif) 0 0 no-repeat;
	}

#main {
	float: right;
	width: 395px;
	min-height: 300px;
	padding: 5px 5px 5px 30px;
	margin-left: 5px;
}

#footer {
	position: relative;
	text-align: center;
	background:url(/assets/images/footer-line.gif) top center no-repeat;
	padding: 25px;
	margin: 0;
}

#footer p {
	text-align: center;
	color: #666666;
	font-size: 1em;
	padding: 0 !important;
}

#footer a:link, #footer a:visited{
	color: #666666;
	text-decoration: none;
}

#footer a:active, #footer a:hover{
	color: #4FBD4F;
	text-decoration: underline;
}

