body {
	margin:0px 0px 0px 0px;
	padding:0;
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#1F71B8;
}

/* *********************************** */
/* Splash Page */
/* *********************************** */

#splash {
	width:549px;
	margin:auto;
	margin-top: 130px;
	margin-bottom: 15px;
	text-align:left;
	padding:0;
	background-color:#1F71B8;
}


/* *********************************** */
/* Container holding layout of page */
/* *********************************** */

#container {
	width:760px;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:left;
	padding:0;
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#1F71B8;
	color: #000;
}


/* *********************************** */
/* HEADER */
/* *********************************** */

#header {
	width:760px;
	margin: 20px 0px 0px 0px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	background-color:#1F71B8;
}


#header_navigation {
	width:760px;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}

/* *********************************** */
/* FOOTER */
/* *********************************** */

#footer {
	width:760px;
	margin: 0px 0px 10px 0px;
	text-align:right;
	padding: 0px 15px 0px 0px;
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	background-color:#1F71B8;
	color: #fff;
	line-height: 18px;
}

#footer a{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #fff;
}


#footer a:hover{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #5BB3E0;
}

#footer a:visited{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
}

/* *********************************** */
/* COntent layout */
/* *********************************** */

#content {
	width: 760px;
	margin: 0px;
	padding: 0px;
}


#content_leftBorder {
	width: 9px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_left_bg.jpg);
	background-repeat:repeat;
}

#content_rightBorder {
	width: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_right_bg.jpg);
	background-repeat:repeat;
}


#content_home {
	width: 735px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/bg_home.jpg);
}

#content_headingColumn {
	width: 735px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color:#fff;
}

object {
	margin: 0px;
	padding: 0px;
}

embed {
	margin: 0px;
	padding: 0px;
}

#content_leftColumn {
	width: 510px;
	margin: 0px;
	padding: 15px 10px 5px 0px;
	background-color:#fff;
}

#content_rightColumn {
	width: 205px;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 5px 10px;
	background-color:#fff;
}




/* *********************************** */
/* LAYOUTS for Box in Right COlumn*/
/* *********************************** */


.rightColumn_box_leftBorder {
	width: 8px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/rightColumn_box_left_bg.jpg); 
	background-repeat: repeat-y;
}

.rightColumn_box_rightBorder {
	width: 8px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/rightColumn_box_right_bg.jpg);  
	background-repeat: repeat-y;
}

.rightColumn_box {
	width: 175px;
	margin: 0px;
	padding: 5px;
	background-color:#fff;
}

.rightColumn_box ul {
	margin: 4px 0px 4px 10px;
	padding: 0px 0px 0px 5px;
}





/* *********************************** */
/* GLOBAL styles */
/* *********************************** */

p, td, ul {
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-style:normal;
	color:#000;
	font-size:12px;
}

caption {
	color:#383C60;
	font-size:14px;
	font-style:notmal;
	font-weight:bold;
}



h1 {
	color:#069;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}


h2 {
	color:#000;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}


h3 {
	color:#069;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

 a{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #069;
}

a:visited{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
}

a:hover{
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #9c0;
}


 
strong { font-weight: bold; }
b { font-weight: bold;}
em { font-style: italic;  }
i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.uppercase { text-transform:uppercase; }

.textSmall {
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:11px;
}
.textTiny {
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:9px;
}
.textRed {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}


.spacer {   background-color:#F2F2F2; color:#F2F2F2;  padding:1px; } 

