﻿header {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #8CB5DE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

body {
	border-color: #0C59A7;
	color: #000000;
	font-size: 12pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 30px;
	border-left-width: 30px;
}
#footer{
	text-align: center;
	font-size: small;
	position: relative;
	width: 100%;
	color: #FFFFFF;
	right: auto;
	left: auto;
	clear: both;
	text-decoration: none;
}

.contact_tabel {
	width: 750px;
	text-align: center;
	margin: 0px auto;
	border: thin black solid;
	font-size: 10pt;
}
.contact_row_background {
	padding: 5px;
	text-decoration: none;
	background: silver;
	font-size: inherit;
	text-align: left;
}
.contact_row_plan {
	padding: 5px;
	text-decoration: none;
	font-size: inherit;
	text-align: left;
}

/* Style for general design elemetns (Adobe lofo, time stamp, etc.) */

.adobe_reader {
	font-size: 1px;
	width: 88px;
	height: 31px;
}

/* Style to set unordered list (bullets) to a graphic */
/*
.ul {
	list-style-image: url('/images/bullet_blue_cross.gif');
}
*/

/* title and section neaders */

.page_title {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.h1_blue {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('images/design_components/h1_mqp_blue 2.gif');
	width: 100%;
	background-repeat: repeat-y;
	padding-left: 5px;
	font-variant: small-caps;
	text-align:left
}

.h1_section_header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
	font-size: x-large;
}

/* Buttons */
.button {
	border-width: 0px;
	color: #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('images/design_components/button_blue.gif');
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-variant: small-caps;
}
.button_green {
	border-width: 0px;
	color: #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('/images/Test_images/green_button.jpg');
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-variant: small-caps;
}
.button_blue {
	border-width: 0px;
	color: #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url('images/design_components/button_blue.gif');
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-variant: small-caps;
}

/* Horisontal Placement suport classes */


.right_content {
	margin: 3px 5px 2px 5px;
	padding: 2px;
	float: right;
	text-align: left;
	width: 800px;
}

.left_content {
	margin: 3px 5px 2px 10px;
	padding: 2px;
	float: left;
	text-align: left;
	width: 800px;
}

.colum_left_half {
	padding: 5px;
	margin: inherit;
	width: 45%;
	text-align: left;
	float: left;
}

.column_right_half {
	padding: 5px;
	margin: inherit;
	width: 45%;
	text-align:left;
	float:right;
}

.column_center_third {
	padding: 5px 10px 5px 10px;
	border: thin solid #0C59A7;
	vertical-align: top;
	text-align:left;
	width: 33%;
}
/* End of Placement Menu suport classes  */

/* Fix size content */

.content_body {
	padding: 5px;
	margin: 5px 5px 2px 10px;
	border: none;
	position: relative;
	width: 790px;
	text-align: left;
	float: right;
}

/* Division (div)  */

.div_left_column {
	margin: 3px 5px 2px 5px;
	padding: 2px;
	color: #000000;
	float: left;
	width: 48%;
	position: relative;
}
.div_right_column {
	margin: 3px 5px 2px 5px;
	padding: 2px;
	color: #000000;
	float: left;
	width: 48%;
	position: relative;
}

.div_left_justified_no_border {
	padding: 5px;
	color: #000000;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.div_left_justified {
	padding: 5px;
	border: thin solid #0C59A7;
	color: #000000;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.div_right_justified {
	border: thin solid #0C59A7;
	margin: 2px;
	padding: 5px;
	color: #000000;
	float: right;
	width: 100%;
	position: relative;
}

.div_normal {
	padding: 5px;
	margin: 10px;
	border: none;
	position: relative;
	width: 95%;
	text-align:left;
}

.div_centered {
	width: 1000px;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #000000;
}

.div_left { 
	margin: 5px 10px 5px 10px;
	padding: 5px;
	color: #000000;
	float: left;
	width: auto;
	position: relative;
	height: auto;
}

/* Image Placement */

.clipart_base_format {
	border: none;
	padding: 5px;
}

.clipart_large_format {
	border-style: none;
	padding: 5px;
	height: 200px;
	width: 200px;
}

.clipart_standard_format {
	padding: 5px;
	height: 140px;
	width: 140px;
}

.clipart_small_format {
	border-style: none;
	padding: 5px;
	height: 100px;
	width: 100px;
}

.clipart_very_small {
	border-style: none;
	padding: 5px;
	height: 60px;
	width: 60px;
}


.vedio_format {
	border-style: none;
	height: 150px;
	width: 150px;
	float: right;
}

.vedio_format_large {
	border-style: none;
	height: 450px;
	width: 600px;
	
}

/* Table Styles */

#banner_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-color: #FFFFFF;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #0C59A7;
}
.banner_aline_right {
	text-align: right;
	vertical-align: middle;
	width: 250px;
}
.banner_aline_left {
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

/* current events */
.cell_date_current_events {
	border: thin solid #FFFFFF;
	font-weight: bolder;
	width: 150px;
}

.cell_text_current_events {
	border: thin solid #FFFFFF;
	font-weight: bolder;
	width: 140px;
}
.tabel_current_events {
	width: 100%;
}

/* tables */

.table_aline_top {
	vertical-align: top;
	text-align: center;
}

.table_aline_center {
	width: 1000px;
	vertical-align:	middle; 
	text-align:	center;
	margin-right: auto; 
	margin-left: auto
}

.table_favorates_aline {
	padding: 5px;
	vertical-align: middle;
	width: 100%;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

.cell_rt_line {
	border-right-style: solid;
	border-right-width: 1px;
	font-style: normal;
}
.cell_lt_and_rt_line {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.cell_lt_line {
	border-left-style: solid;
	border-left-width: 1px;
}

.cell_fixed_size {
	padding-left: 5.4pt;
	padding-right: 5.4pt;
	padding-top: 0in;
	padding-bottom: 0in;
	width: 197px;
}

.ul_cross {
	list-style-image: url('images/design_components/blue_cross_bullet.GIF');
	list-style-position: inherit;
}
.indent_paragraph {
	margin-left: 20px;
}


