@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------- Customizable Items -------------------------------------------------- */


body {
	background-color: #011b35; 	/* change BG of entire page */
}

/* ------------------------------- Page Wrapper ------------------------------- */

#wrap {
	border: 1px solid #214189; /* give the content area a new border */
}

/* ------------------------------- Page Header ------------------------------- */

#header {
	background-image: url(../images/header-blue-style1.jpg); /* image size 744 x 160 - use this to change the main page header image */
}

/* -------------- Page Logo [NOTE: Logo dimension should be NO LARGER than 280H x 90W pixels]--------------- */

#header img {
	top:27px; /* adjust values to your logo into vertical position */
	left:30px; /* adjust values to your logo into horizontal position */
}

/* ------------------------------- Main Text Header for Page ------------------------------- */

#mainHeader h1 {
	color:#000000; /* to change the color of the main text header */
	font-size:28px; /* to change font size of main text header */
}

/* ---------------------------------- First Right Column ---------------------------------- */

#rightCol1 h2 {
	font-size:18px; /* to change font size of top right subheader */
	color:#000000; /* to change color of the top right subheader */
}

#rightCol1 p {
	font-size:12px; /* to change font size of any p tag in top right column */
	line-height: 16px; /* to change line spacing of any p tag in top right column */
}

#rightCol1 ul li {
	font-size: 12px; /* to change font size of any lists in top right column */
	font-weight: bold;

}

/* ---------------------------------- Second Left Column ---------------------------------- */

#leftCol2 h2 {
	font-size:18px; /* to change font size of bottom left subheader */
	color:#000000; /* to change color of the bottom left subheader */
}

#leftCol2 p {
	font-size:12px; /* to change font size of any p tag in bottom left column */
	line-height: 16px; /* to change line spacing of any p tag in bottom left column */
}

#leftCol2 ul li {
	font-size: 12px; /* to change font size of any lists in  bottom left column */
	font-weight: bold;
	}

/* ---------------------------------- Text Link Download Box ---------------------------------- */

.txtLnkDLBox {
	background-color: #d5f3a1; /* to change bg color of the box */
	border-top:5px solid #7fa53d; /* to change color of top border */
	border-bottom:5px solid #7fa53d; /* to change color of bottom border */
}

.txtLnkDLBox span {
	font-size:24px; /* to change font size of text in DL box */
	color:#000000; /* to change color of text in DL box */
}

/* ---------------------------------- Footer ---------------------------------- */

#footer {
	background-color: #326bb8; /* to change bg color of the box */	
}


/* ------------------------- **** ONLY ADVANCED USERS SHOULD CHANGE THE FOLLOWING CSS **** ------------------------------ */


/* ---------------------------------------------------- Global -------------------------------------------------- */

body {
	text-align: center;
	font-family: Verdana;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, img, ul, li, ol, fieldset, input, form, p, select, blockquote, span {
	margin:0;
	padding:0;
}

img, a {
	border-style:none;
	
}

/* ---------------------------------------------------- Page Wrapper -------------------------------------------------- */

#wrap {
	background-color: #FFFFFF;
	margin:0 auto;
	width:744px;
	text-align:left;
}

/* ---------------------------------------------------- Header -------------------------------------------------- */

#header {
	height:160px;
	background-repeat: no-repeat;
}

#header img { 
	position: relative;
}

/* ---------------------------------------------------- Content -------------------------------------------------- */

#content {
	background-color: #FFFFFF;
}

/* ------------------- Main Page Header ------------------ */

#mainHeader {
	text-align: center;
	margin:0 10px 10px 10px;
}



/* ------------------- Columns ------------------ */


/* ----- Left Column #1 ------ */

#leftCol1 {
	float:left;
	padding:0 0 0 20px;
	width:284px;
}

* html #leftCol1 { /*IE6 Box Model Fix*/
	width:304px;
	w\idth:284px;
}

/* ----- Right Column #1 ------ */

#rightCol1 {
	float: left;
	width:410px;
	padding:10px 30px 0 0;
}

* html #rightCol1 { /*IE6 Box Model Fix*/
	width:440px;
	w\idth:410px;
}

#rightCol1 h2 {
	margin-bottom:16px;
}

#rightCol1 p {
	margin-bottom:16px;
}

#rightCol1 ul {
	list-style-position: inside;
}

#rightCol1 ul li {
	margin-bottom:18px;
}

/* ----- Left Column #2 ------ */

#leftCol2 {
	width:350px;
	padding:15px 0 0 15px;
	float:left;
}

#leftCol2 ul {
	list-style-position: inside;

}

#leftCol2 ul li {
	margin-bottom:18px;
}


#leftCol2 h2 {
	margin-bottom:16px;
}

#leftCol2 p {
	margin-bottom:16px;
}

/* ----- Right Column #2 ------ */

#rightCol2 {
	float:left;
	width:339px;
}

#img2ndRtCol2 {
	margin-left:20px;
}

/* ------------------- Text Link Download Box ------------------ */

.txtLnkDLBox {
	clear:both;
	text-align:center;

}

/* ------------------- Footer ------------------ */

#footer {
	clear:both;
	height:30px;

}

