/****
Colors
strong yellow: #f3c001
light yellow:	#f3e098
strong blue:	#27307b
light blue:		#7e91bc
dark blue:		#141f7b
****/

body {
	background-color: #f3c001;
	font-family: Calibri, Verdana, Arial, sans-serif;
}

#tabs {
	clear: both;
}

h1,h2,h3 {
	color: #27307b;
	background-color: transparent;
}

#title {
	color: #141f7b;
	background-color: transparent;
	float: left;
}

img {
	border: 0;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

#logo {
	float: right;
	margin-bottom: .5em;
}

#header {
	width: 556px;
}

a {
	text-decoration: none;
	color: #27307b;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #141f7b;
	background-color: transparent;
}

a.tab:focus {
	outline: none;
}

body {
	margin:50px 0px; padding:0px;
	text-align:center;
}
	
#main {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

html {
	overflow: scroll;
}

hr {
	border: none 0;
	border-top: 1px solid #27307b;
	width: 50%;
	height: 1px;
}

#footer {
	text-align: center;
}


