.top_layout {
	background-image: url('http://www.corthell.net/images/top_back.gif');
}
.top {
}
.top_menu_layout {
	background-color: #8098B8;
}
.top_menu {
	border-top: 1px solid #525E6E;
	border-bottom: 1px solid #525E6E;
	padding-left: 4px;
	padding-right: 4px;
}
.middle_layout {
	background-image: url('http://www.corthell.net/images/back.gif');
	padding: 8px;
}
.left {
	padding: 4px;
}
.center {
	padding: 4px;
}
.right {
	padding: 4px;
}
.bottom {
	background-image: url('http://www.corthell.net/images/back.gif');
}

.footer {
	border-top: 1px solid #525E6E;
	background-color: #8098B8;
	padding-left: 4px;
	padding-right: 4px;
}

.menu_top_left {
	font-weight: bold;
	color: #364D67;
	background-image: url('http://www.corthell.net/images/menu/menu_top_center.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.menu_top {
	font-weight: bold;
	color: #364D67;
	background-image: url('http://www.corthell.net/images/menu/menu_top_center.gif');
}
.menu_top_right {
	font-weight: bold;
	color: #364D67;
	background-image: url('http://www.corthell.net/images/menu/menu_top_center.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.menu_body {
	background-color: #EAEDF4;
	border: 1px solid #385068;
	padding: 4px;
}
.menu_bottom_left {
	font-size: 4pt;
	background-image: url('http://www.corthell.net/images/menu/menu_bottom_center.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.menu_bottom {
	font-size: 4pt;
	background-image: url('http://www.corthell.net/images/menu/menu_bottom_center.gif');
}
.menu_bottom_right {
	font-size: 4pt;
	background-image: url('http://www.corthell.net/images/menu/menu_bottom_center.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.strong {
	font-weight: bold;
}
.quote {
	font-style: italic;
}
.bar {
	padding-left: 4px;
	padding-right: 4px;
}

.random-block-photo img {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
}
.random-block {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
}

.formbox {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	background-color: #8098B8;
 	border: 1px solid #385068;
	padding-left: 4px;
	padding-right: 4px;
}
.bigbox {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	background-color: #8098B8;
 	border: 1px solid #385068;
	padding-left: 4px;
	padding-right: 4px;
}
.dropdown {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	background-color: #8098B8;
 	border: 1px solid #385068;
}
.buttons {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000; 
	background: #C0C0C0;
}

#main {
	border: 1px solid #525E6E;
}

table {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
}
body {
	background-color: #54749C;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#centre a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#centre a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#centre a:hover {
	text-decoration: underline;
}
#centre a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#8098B8 !important; //reCaptcha widget background color
}
#recaptcha_image {
	border-color: #000000 !important; //reCaptcha Image Cell Border Color
}
#recaptcha_table {
	border-color: #000000 !important; //reCaptcha widget border color
}
#recaptcha_response_field {
	border-color: #000000 !important; //Text input field border color
	background-color:#8098B8 !important; //Text input field background color
}