/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F7C980 url(images/mainbg2.gif) repeat-x;
	/*background: #FFFECB url(images/bodybg2.gif) center repeat-y;*/
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #96604B;
}

h1, h2, h3 {
	color: #CC3300;
}

h1 {
	margin-bottom: .8em;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0px;
}

h2 {
	margin-bottom: .4em;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: -0px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 110%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}


a {
	text-decoration: none;
	line-height: 167%;
	font-size: 120%;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #EBC7FE;
}



/* Logo */

#logo {
	width: 800px;
	height: 160px;
	margin: 0 auto 0;
	background: white url(images/newlogo2.jpg);
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: url(images/image03.gif) repeat-y;
}
#page2 {
	width: 730px;
	height:2600px;
	margin: 0 auto;
	background: white;
	padding: 20px 30px 20px 40px;
}
#page3 {
	width: 800px;
	margin: 0 auto;
	background: white;
}
#page4 {
	width: 730px;
	margin: 0 0 0 0;
	background: white;
	font-size: 110%;
	font-weight:normal;
	padding: 20px 30px 30px 40px;
}
/* Content */

#content {
	float: left;
	width: 470px;
	font-size: 105%;
	padding: 10px 20px 20px 40px;
}
.maintext{
	float: center;
	font-size: 115%;
}
#welcome {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 1px;
}
#welcome a{
	line-height: 160%;
	font-size: 100%;
	color: #CC3300;
	font-weight:normal;
	text-decoration:underline;
	
}
.floating-box {
	float: left;
	width: 225px;
}

.floating-box p, .floating-box blockquote, , .floating-box ol, .floating-box ul {
	line-height: 145%;
	font-size: 115%;
}
.floating-box a{
	line-height: 145%;
	font-size: 100%;
	color: #CC3300;
	font-weight:normal;
	text-decoration:underline;
	
}
.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 15px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left top;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #CC3300;
	color: #96604B;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-size: 105%;
	font-style: italic;
}

#links {

}

#links ul {
	text-align: left;
}

#links li {
	padding: 5px 0;
}

#links a {
	padding-left: 2em;
	padding:7px;
	line-height:25px;
	font-size: 100%;
	font-weight: normal;
	background: url(images/img08.gif) no-repeat left center;
	color: #CC3300;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 0px solid #FFFFCC;
	border-bottom: 0px solid #FFFFCC;
}

#footer .wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 90%;
}

#footer .links {
	float: left;
	width: 473px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFCC;
	border-left: 12px solid #FFFFCC;
	font-size: 85%;
}

#footer .links2 {
	float: left;
	width: 473px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 0px solid #FFFFFF;
	font-size: 90%;
}
#footer .links3 {
	float: left;
	width: 485px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 0px solid #FFFFFF;
	font-size: 90%;
}
#footer .legal {
	float: right;
	width: 235px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #FFFFFF;
	text-align: right;
	font-size: 110%;
	color: #CC3300;
}
