/* Main css page for all sites */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #336699;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left:0px;
	margin-left: 0px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left:0px;
	margin-left: 15px;
}

ol {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left:0px;
	margin-left: 23px;
}

a:link, a:active, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a.link_button_right, a.link_button_right:active, a.link_button_right:visited {
	float: right;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	color: #336699;
	font-weight: bold;
	border: 1px solid #336699;
	cursor: pointer;
	margin-left:30px;
}
a.link_button_right:hover {
	background-color: #336699;
	color: #FFFFFF;
}


.clear
{
	clear:both;
}
.cleat_left {
	clear: left;
}
.clear_right {
	clear: right;
}

.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.valign_bottom {
	vertical-align: bottom;
}

.hiddenpic {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float:right;
}

.redtext {
	color: #CC0000;
}

/* Font sizes */
.font11 {
	font-size: 11px;
}

/* button css */
.buttons {
	background-color: #FFFFFF;
	color: #336699;
	font-weight: bold;
	border: 1px solid #336699;
	cursor: pointer;
}
.buttons:hover {
	background-color: #336699;
	color: #FFFFFF;
}

/* Page layout */
#top_margin {
	height: 5px;
}
#page {
	width: 760px;
	border: 1px solid #FFFFFF;
	margin: auto;
}

.margin_auto {
	margin: 0 auto;
}

/* top banner */
#banner {
	height: 110px;
}

.logo {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
.logo_image {
	border: none;
}
.top_text {
	float: left;
	padding-left: 20px;
	padding-top: 35px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.top_text1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.top_text2 {
	font-weight: bold;
}

/* Table css */
.table_valign_top {
	vertical-align: top;
}


/* Top Navigation */
#topnav {
	height: 16px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 20px;
}

/* Top nav button */
a.topnavlink, a.topnavlink:visited {
	float: left;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	letter-spacing: 1px;
}
a.topnavlink:hover {
	color: #336699;
	background-color: #FFFFFF;
	vertical-align: middle;
}

/* Page Content */
#content {
	background-color: #FFFFFF;
	padding: 5px;
	color:#336699;
}
.page_title {
	font-weight: bold;
	margin-bottom: 10px;
}

/* Footer */
#footer
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	color: #FFFFFF;
}
a.footerlink, a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_float_left {
	float: left;
}
.footer_float_right {
	float: right;
}

#bottom_margin {
	height: 30px;
}

/* hex colors */
.hex_square {
	display: block;
}

/* Single image */
.single_image {
	border: none;
}
a.single_image, a.single_image:visited {
	float: right;
	margin-left: 10px;
	display: block;
	text-align: right;
	font-size: 10px;
	text-decoration:none;
}
a.single_image:hover {
	color: #333333;
}

/* text boxes */
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* center tables layout */
.margin_auto {
	margin:auto;
}
/* form error */
.form-error {
	color: #CC0000;
}

/* capital text */
.uppercase {
	text-transform:uppercase;
}

/* image_edit_text_ok CSS */
.image_text_edit_pic {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}
.overflow_hidden {
overflow: hidden;
}