

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal 13px Arial;
	color: #444444;
}


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

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

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

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

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

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

/* Menu */

#menu {
	width: 960px;
	height: 137px;
	margin: 0 auto;
	background: #010100 url(images/newheader.png);

}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float:right;
	color: #ffffff;
	background-image: url(images/menuback.png);
	background-repeat: no-repeat;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
	color: #ffffff;
	font-size:12pt;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0 10px;
	color: #ffffff;


}

#menu a:hover {
	color: #dddddd;
	text-decoration: none;
	font-family:arial;
	text-align:right;
}

#menu b {
	text-decoration: underline;
}
#menu p {
	padding:0 40px 0 0;
	font-family:arial;
	color:white;
	font-size:1.0em;
	text-align:right;
}


/* Logo */

#logo {
	width: 960px;
	height: 124px;
	margin: 0 auto;
	background: #010100 url(images/newheader.png)
}

#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;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	height:401px;
	margin: 0 auto;
	background: url(images/drop.png) repeat-y;

}
#page2 {
	width: 960px;
	margin: 0 auto;
	background: url(images/drop.png) repeat-y;

}

#page3 {
	width: 960px;
	margin: 0 auto;
	background: url(images/drop2.png) repeat-y;

}

#split {
	width: 960px;
	margin: 0 auto;
	height:12px;
	background: url(images/split2.png) repeat-y;

}
#split2 {
	width: 960px;
	margin: 0 auto;
	height:26px;
	background: url(images/split3.png) repeat-y;

}

#page2 a {
	text-decoration: none;
	color:#000000;
}

#page2 img {
	border:0;

}

/* Content */

#content {
	float: left;
	width: 400px;
	padding: 20px 30px 20px 20px;
}
#content2 {
	float: left;
	width: 400px;
	padding: 0px 0px 0 18px;
}

#content2 h1 {
	font-size:16pt;
	font-family:arial;
}


#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 483px;
	padding: 2px 19px 0 0px;
	margin: 0px;
}


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

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

#links {
	color:#333333;
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
	color:#333333;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
	color:#333333;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color:#333333;
}

/* Footer */

#footer {
	background: url(images/footer.png) no-repeat center;
	height:111px;
	color:#333333;
}

#footer .wrapper {
	width: 960px;
	margin: 0 auto;
	color:#333333;

}

#footer .links {
	float: left;
	width: 400px;
	height: 45px;
	padding: 5px 30px 0 30px;
	color:#333333;


	font-size: 75%;
}

#footer .legal {
	float: right;
	width: 480px;
	height: 45px;
	margin: 0 auto;
	padding: 5px 20px 0 0;
	text-align: right;
	font-size: 75%;
	color:#333333;

}