html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #103B5B;
	background: #CCCCCC url(../images/body_bg.jpg) repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	background: url(../images/wrapper_bg.jpg) repeat-y;
}

#header {
	height: 90px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#strap {
	height: 146px;
	background: url(../images/strap_bg.jpg) no-repeat;
}

#innerwrapper {
	background: url(../images/bridging_slice.jpg) no-repeat;
}

#leftcol {
	float: left;
	width: 200px;
	margin-left: 25px;
}


#smalliframe {
	margin: 30px auto 0px;
	padding: 0px 3px;
	height: 250px;
	width: 190px;
	overflow: auto;
	position: absolute;
	background: #95ACCE;
}
#smalliframe p {
	font-size: 80%;
	text-align: center;
}
#smalliframe p img {
	text-align: center;
}
#smalliframe h3 {
	font: bolder 120% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 12px 6px;
	border-top: 4px solid #103B5B;
	border-bottom: 4px solid #103B5B;
	margin: 12px 20px;
	letter-spacing: 1px;
}
#smalliframe h5 {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
}


#scroll_con {
	margin: 30px auto 0px;
	padding: 0px 3px;
	height: 250px;
	width: 190px;
	overflow: auto;
	position: absolute;
	background: #95ACCE;
}
#scroll_con p {
	font-size: 80%;
	text-align: center;
}
#scroll_con p img {
	text-align: center;
}
#scroll_con h3 {
	font: bolder 120% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 12px 6px;
	border-top: 4px solid #103B5B;
	border-bottom: 4px solid #103B5B;
	margin: 12px 20px;
	letter-spacing: 1px;
}
#scroll_con h5 {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
}



#flashybutton {
	width: 200px;
	position: absolute;
	top: 645px;
}
#flashybutton p {
	text-align: center;
	font-size: 80%;
}
#flashybutton p img {
	padding: 3px;
}
#flashybutton h5 {
	color: #990000;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


#content {
	width: 440px;
	background: url(../images/gfg.jpg) no-repeat right bottom;
	margin-left: 240px;
}


#content_th {
	background: url(../images/gfg.jpg) no-repeat right bottom;
	width: 440px;
	margin-left: 240px;
	text-align: center;
}
#content_th img {
	margin: 5px 0px 0px 5px;
	padding: 10px;
}


h1 {
	font-size: 130%;
	padding: 10px 0;
}

h2 {
	font-size: 110%;
	padding: 2px 0px 0px;
}

#leftcol h2 {
	color: #0E3959;
	padding: 3px;
	margin-top: 5px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0;
	line-height: 125%;
}


#footer {
	height: 59px;
	margin-left: -1px;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
}
#footer p {
	font-size: 95%;
	float: right;
	color: #95ACCE;
	padding: 8px 30px 0 0;
}
#footer img {
	padding-left: 35px;
	padding-top: 17px;
}


.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clear {
	clear: both;
}


a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
