@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	11;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.alignleft {
    float: left;
    text-align:left;
    width:38%;
	color:#01266c
}
.alignright {
    float: left;
    text-align:right;
    width:56%;
	color:#01266c;
	padding:10px;
}
.MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
.Main1 {
	float: left;
	width: 90%;
	font-size: 12px;
}
.Body1 {
	float: left;
	width: 70%;
	font-size: 12px;
	background-color:#ffffff;
}
.Body2 {
	float: left;
	margin-left: 0;
	width: 15%;
	font-size: 12px;*/
}
.Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1 { 
	font-size: 16px !important;
	color:#002868;
}
h2 { 
	font-size: 14px !important; 
	color: #bf0a30
}
h3 { 
	font-size: 10px !important;
}
h4 {
	font-size: 6px !important;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 70%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	/*overflow: hidden;*/
}
.alignleft {
    float: left;
    text-align:left;
    width:38%;
	color:#01266c
}
.alignright {
    float: left;
    text-align:right;
    width:56%;
	color:#01266c;
	padding:10px;
}
.MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*display: block;*/
}
.Main1 {
	float: left;
	width: 90%;
	font-size: 14px;
}
.Body1 {
	float: left;
	width: 70%;
	font-size: 14px;
	background-color:#ffffff;
}
.Body2 {
	float: left;
	width: 30%;
	font-size: 14px;
	margin-right: -1px;
	/*border-left: 1px solid black;*/
	background: background.jpg;
}
.Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1 { 
	font-size: 18px !important; 
	color:#002868;
}
h2 { 
	font-size: 16px !important; 
	color: #bf0a30
}
h3 { 
	font-size: 14px !important; 
}
h4 {
	font-size: 8px !important;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */ 

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 60%;
	padding-left: 0.8796%;
	padding-right: 0.8796%;
	margin: auto;
}
.alignleft {
    float: left;
    text-align:left;
    width:38%;
	color:#01266c
}
.alignright {
    float: left;
    text-align:right;
    width:56%;
	color:#01266c;
	padding:10px;
}
.MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*display: block;*/
}
.Main1 {
	float: left;
	width: 90%;
	font-size: 16px;
}
.Body1 {
	float: left;
	width: 70%;
	font-size: 16px;
	background-color:#ffffff;
}
.Body2 {
	float: left;
	width: 30%;
	font-size: 16px;
	margin-right: -1px;
	/*border-left: 1px solid black;*/
	background: background.jpg;
}
.Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1 { 
	font-size: 22px !important;
	color:#002868;
}
h2 { 
	font-size: 20px !important;
	color: #bf0a30
}
h3 { 
	font-size: 16px !important; 
}
h4 {
	font-size: 9px !important;
}
}
