html, body {
	margin: 0;
	padding: 0;
	min-width: 920px;
	font-family: Georgia, serif;
	background: #FBFBFF url('../img/layout/bg_body_right.png') top right repeat-y;
}

p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #0000EE;
}

a:hover, a.active {
	color: #000077;
}

h1 {
	font-family: Veranda, sans-serif;
	font-size: 18px;
	color: #88265C;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}

main.h1 {
	margin: 0 0 2px 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #88265C;
}

h2 {
	font-family: Veranda, sans-serif;
	font-size: 15px;
	color: #723D56;
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 1em;
}

h2.main {
	margin: 0;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #723D56;
}

h3 {
	font-family: Veranda, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1em;
}



hr {
	color: #EBEBFA;
	clear: both;
}

/* Forms */
form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 20px;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

div#wrapper {
	margin: 0;
	min-width: 920px;
}

div#header {
	background: #9AABD2;
	height: 125px;
}

div#logo {
	float: left;
	width: 460px;
	height: 70px;
	background: url('../img/layout/logo.png') top left no-repeat;
}

div#quote {
	float: right;
	width: 300px;
	height: 70px;
	background: url('../img/layout/quote.png') top right no-repeat;
}

div#menu {
	float: left;
	width: 100%;
	background: #D6DDED url('../img/layout/bg_menu_x.png') top left repeat-x;
	height: 32px;
}

div#menuleft {
	float: left;
	width: 73px;
	height: 32px;
	background: url('../img/layout/bg_menu_left.png') top left no-repeat;
}

div#menucenter {
	float: left;
	height: 32px;
	background: url('../img/layout/bg_menu_center.png') top left no-repeat;
}

div#menuright {
	float: right;
	width: 188px;
	height: 32px;
	background: url('../img/layout/bg_menu_right.png') top left no-repeat;
}

div#menu ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

div#menu ul li {
	display: inline;
	margin: 0 5px;
	font-size: 13px;
	font-weight: bold;
	font: bold 15px serif;
}

div#menu ul li a {
	text-decoration: none;
}

div#menu ul li a:link, div#menu ul li a:visited {
	color: #000066;
}

div#menu ul li a:hover, div#menu ul li a:active {
	color: #0000EE;
}

div#breadcrumb {
	float: left;
	width: 100%;
	background: #FBFBFF url('../img/layout/bg_breadcrumb.png') top right no-repeat;
	height: 23px;
}

div#breadcrumbleft {
	float: left;
	width: 15px;
	height: 23px;
	background: url('../img/layout/bg_breadcrumb_left.png') top left no-repeat;
}

div#breadcrumbcenter {
	float: left;
	height: 23px;
	background: url('../img/layout/bg_breadcrumb_center.png') top left no-repeat;
}

div#breadcrumbright {
	float: right;
	width: 188px;
	height: 23px;
	background: url('../img/layout/bg_breadcrumb_right.png') top left no-repeat;
}

div#breadcrumbright div {
	width: 100%;
	margin-left: -220px;
	font-family: Veranda, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #9AABD2;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#content {
	margin-right: 160px;
}

#sidebar {
	float: left;
	width: 160px;
	min-height: 250px;
	margin-left: -160px;
	background: url('../img/layout/bg_sidebar.png') top left repeat-y;
}

#sidebarmenu {
	width: 160px;
	height: 215px;
	background: url('../img/layout/bg_sidebar_menu.png') top right no-repeat;
}

#sidebarmenu ul {
	margin: 0;
	padding: 0 4px;
	list-style: none;
}

#sidebar ul li {
	font: bold 15px serif;
	text-align: right;
	line-height: 16px;
	margin: 0 0 12px 0;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #87104B;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #B7407B;
}

#footer {
	clear: left;
	width: 100%;
	min-height: 100px;
	background: #FBFBFF url('../img/layout/h_separator.png') top center no-repeat;
	text-align: center;
	line-height: 1em;
	font-size: 12px;
	font-family: Veranda, sans-serif;
	padding: 5px 0;
}

#footer-left {
	float: left;
	width: 50%;
	background: url('../img/layout/cross_small.png') top right no-repeat;
	min-height: 100px;
}

#footer-right {
	float: right;
	width: 50%;
	text-align: left;	
}

#footer p {
	min-height: 100px;
}

.innertube {
	margin: 10px;
	margin-top: 0;
}

.innertube_side {
	margin: 10px 10px 10px 20px;
	margin-top: 0;
}

div.flashMessage {
	background: #CCCCCC;
	text-align: center;	
}

.newsimage {
	margin: 10px;
	font-family: Georgia, serif;
	font-size: 12px;
	text-align: center;
	float: left;
}

div.img-left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

div.img-left p {
	font-size: 12px;
}

div.img-right {
	float: right;
	margin: 0 0 10px 10px;
	font-size: 12px;
	text-align: center;
}

div.img-right p {
	font-size: 12px;
}

div.w350 {
	width: 350px;	
}

.clear {
	clear: both;
}


/*create blocks to style content on news pages*/

#group {
	margin: 20px 0px 15px 10px;
	float: left;
	width:100%;
}

.left {
	width: 300px;
	float:left;
	margin: 0px 15px 0px 0px;
}

.left-220 {
	width: 220px;
	float:left;
	margin: 0px 15px 0px 0px;
}

.left-450 {
	width: 450px;
	float:left;
	margin: 0px 15px 0px 0px;
}

.right {
	width: 450px;
	float:left;
}

.right-300 {
	width: 300px;
	float:left;
}

.caption {
	width: 300px;
	margin-top:5px;
	font-size:small;
}

.image-right {
	border:1px solid #000;
	float:right;
}


.image-left {
	border:1px solid #000;
	float:left;
	
}

.image-left-noborder {
	float:left;
	
}



