body { 
	font-size: 62.5%;
	text-align: center; 
	margin: 0; 
	padding: 0;
	background-color:#000069; 
	color: black;
	font-family: Verdana, Arial, sans-serif; 
}

div { position: relative; }

img { border: none; }


/* Layout */

div#outer_container
{
	width: 962px;
	margin: 0 auto;
	text-align: left;
}

div#all2 { /*holds everything; creates dropshadow*/
	width: 962px;
	margin: 0 auto;
	height: auto;
	background: url(images/bg_shadow.png) repeat-y;
	text-align: left;
}


div#all { /*holds everything; creates dropshadow*/
	width: 962px;
	margin: 0 auto;
	height: auto;
	background: url(images/bg_shadow.png) repeat-y;
	text-align: left;
}

div#all div#fullcontainer { /*is entire holder*/
	width: 950px;
	height: 672px;
}

/* START HEADER */

div#logo {
	position: absolute;
	left: -32px;
	top: -30px;
	width: 224px;
	height: 222px;
	z-index: 10000000;
}

div#header { /*entire header*/
	width: 950px;
	height: 141px;
	background-color: white; 
}

div#header #top {
	background: url(images/top_corner.gif) no-repeat;
	width: 950px;
	height: 27px;
}

div#header #titleholder {
	left: 235px;
	top: 0px;
	vertical-align: top;
	width: 700px;
}

div#nav {
	width: 950px;
	height: 38px;
}

/* END HEADER */

/* START CONTENT*/

div#fullcontainer div#content { /*entire content; holds promote content*/
	width: 926px;
	height: 279px;
	padding-right: 20px;
	border: solid 2px #d5d5d5;
	background-color: white;
}

div#content #flash {
	width: 416px;
	height: 283px;
	vertical-align: top;
	float: left;
}

 #setdatetime {
	width: 232px;
	height: 243px;
	padding: 20px;
	margin-right: 12px;
	margin-left: 6px;
	text-align: center;
	float: left;
}

div#fullcontainer #calltoaction {
	width: 946px;
	height: 133px;
	border: 2px solid #d5d5d5;
	background-color: #fcf6e0;
}

/* END CONTENT */



/* START INTERNAL LAYOUT */

div#all div#int_fullcontainer { /*is entire holder*/
	width: 950px;
	height: auto;
	
}


div#pgcontent { /*holds rightcolumn info*/
	width: 934px;
	height: auto;
	padding-right: 16px;
}

div#leftcolumn {
	width: 411px;
	height: auto;
	background-color: #fcf6e0;
	float: left;
	margin-right: 16px;
	padding-left: 5px;
}

div#leftcolumn #contentsupport {
	margin-left: 10px;
	margin-top: 10px;
	
}

div#bottom2 {
	width: 950px;
	height: 73px;
	background: url(images/pg_bottom.png) no-repeat;
	clear: both;
	text-align: center;
	padding-top: 15px;
}

#footer2 {
	width: 805px;
	height: auto;
	padding: 0 132px 40px 13px;

}

/* START FOOTER */

div#fullcontainer #bottom {
	width: 950px;
	height: 85px;
	background: url(images/bottom.jpg) no-repeat;
}

#iclogo {
	position: absolute;
	right: -3px;
	top: 30px;
	width: 160px;
	height: 90px;
	z-index: 10000;
}

#footer {
	width: 805px;
	height: auto;
	padding: 0 132px 0px 13px;
}


/* Presentation */

#headtitle, .title, .smtitle, sup { font-family: Times New Roman, Georgia, Garamond, serif; }

sup { font-size: 20px; }

#headtitle {	
	color: #000066;
	font-size: 40px;
	margin-right: 30px;
	line-height: 35px;
}

.title { font-size: 38px; line-height: 32px; }

.smtitle { font-size: 25px; line-height: 30px; }

.leadtxt { font-size: 17px; line-height: 21px; }

.txt { font-size: 11px; line-height: 13px; }

.majortxt, a { font-size: 12px; line-height: 16px; }

.supportxt { font-size: 13px; line-height: 17px; }

a:link, a:visited { color: #000099; text-decoration: none; }

a:hover { text-decoration: underline; }

.subtitle { font-size: 18px; color:#000066; }

.minortxt {
	font-size: 9px;
	color: #cc6600;
	font-weight: bold;
}

.footertxt, a.footerlnk:link, a.footerlnk:visited {
	font-size: 11px;
	color: white;
	text-decoration: none;
	line-height: 20px;
}

a.footerlnk:hover { text-decoration: underline; }

.orangetxt { font-size: 12px; color:#ff9900; }

ul li { margin: 0; list-style-position: inside; }

li a:link, li a:visited, .bottomtxt { 
	text-decoration: none; 
	font-size: 14px; 
	color: #000099; 
	line-height: 19px;
}

li a:hover { text-decoration: underline; }

sup, sub { font-size: 9px; }
#all #fullcontainer #footer .footerlnk {
	color: #F00;
}
#all #fullcontainer #footer .footerlnk {
	color: #FFF;
}

