@import url(http://fonts.googleapis.com/css?family=Arimo);
@import url(js/style.css);

body {
	margin: 0;
	padding: 0;
	background: #336699 url('images/sunflowers.jpg') no-repeat 0 0;
	background-attachment:fixed;
	background-position:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:small;
}
.accentLight {
	width: 222px;
	height: 34px;
	padding: 0px;
	padding-top: 12px;
	color: #0066CC;
	background-image: url(images/gradient-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom:0px;
}
.welcome {
	color: #0066CC;
	font-size: 22px;
	font-family: 'Arimo', Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

