body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(pictures/background.gif);
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 768px;
	height: 300px;
	padding-left: 0px;
	background-image: url(pictures/headerbordernotext.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 100%;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 80%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu a:hover {
	color: #097383;
	text-decoration: none;
}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	background-image: url(pictures/centerbackground.jpg);
}



/* Content */

#content {
	float: right;
	width: 568px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background-image: url(../pictures/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 225px;
	padding: 0px;
}

.twocols .col1 {
	float: right;
}

.twocols .col2 {
	float: right;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 155px;
	border: 1px none #E6E6E6;
	padding-left: 10px;
	background-image: none;
	background-repeat: repeat-x;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 13px;
	background-image: url(pictures/paw.png);
}


.boxed {

}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 020px;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: lighter;
	color: #FFFFFF;
}

.boxed .content {
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.boxed h3 {
	margin: 0;
	font-style: normal;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-style: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
	font-style: normal;
}

.boxed ul li.first {
	border: none;
	font-style: normal;
}

/* Footer */

#footer {
	width: 768px;
	height: 100px;
	font-size: 0px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(pictures/bottomwithbordercomplete.png);
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	padding-right: 10px;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#links {
	float: right;
}
