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

html,body{
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
	font-family:"Lucida Grande", Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #fff;
	line-height: 18px;
	color: #333333;
}

a {
	text-decoration: underline;
	color: #281F7E;
}

a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #C1D72E;
}

img {
	display: block;
 	margin: 5px 5px 5px 5px;
 	padding: 2px;
}
#top {
	width: 100%;
	background-color: #C1D72E;
	height: 25px;
}
#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	background-color: #fff;
	text-align: left;
	padding-top: 25px;
	padding-left: 0px;
}

#image {
	margin-right: 10px;
	float: left;
	width: 506px;
}

#main {
	float:left;
	width: 950px;
	clear: both;
	float: left;
}

#maintext {
	float:right;
	width: 400px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(textbg.jpg);
	height: 307px;
	padding-right: 15px;
	}

#left {
	width: 270px;
	float:left;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	height: 170px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-image: url(palette.png);
	margin-top: 25px;
}

#center {
	width: 270px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: 170px;
	padding-top: 15px;
	padding-right: 15px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	background-image: url(palette.png);
	margin-top: 25px;
}

#right {
	background-color: #FFFFFF;
	float:right;
	width: 270px;
	padding-left: 15px;
	height: 170px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 25px;
	background-image: url(palette.png);
	margin-top: 25px;
}

#footer{
	padding-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	border-top-color: #C1D72E;
	border-top-width: 1px;
	border-top-style: solid;
	font-style: italic;
	margin-top: 20px;
	background-color: #CCCCCC;
	padding-bottom: 25px;
}

#footer a:link{
	text-decoration: none;
	font-weight: normal;
	color: #281F7E;
	text-transform: lowercase;
	font-style: normal;
	background-color: #CCCCCC;
}
#header h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	line-height: 48px;
}

#header h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 2px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #281F7E;
	margin: 0 0 0 0;
	text-transform: lowercase;
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #281F7E;
	margin: 0 0 0 0;
	font-style: italic;
}

blockquote {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #663300;
	font-style: italic;
	line-height: 18px;
}

.callout {
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border-top-color: #5E2F00;
	border-bottom-color: #5E2F00;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 2px;
}

.noborder {
 	margin: 0 0 0 0;
 	border: 0px;
}

.logo {
	font-weight: bold;
	color: #281F7E;
	text-transform: lowercase;
	font-style: italic;
	font-size: 14px;
}


/* Lists */
ul {
	margin: 0px 0px 10px -7px;
	color: #333333;
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
	font-size: 90%;
}

li {
	margin: 0 0 0;
	padding: 0 0 0 18px;
	line-height: 140%;
	background: url("triangle.gif") 0 4px no-repeat;
}
