@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline:0;
}

body {
	margin:0;
	padding:0;
	font-size:small;
	color:#000000;
	background-color:#bbbbbb;
	background-image:url(images/bg.gif);
}

h1 {
	margin-top:0;
	font-size:medium;
	font-weight:bold;
}

h2 {
	margin-top:0;
	font-weight:bold;
}

p {
	margin-bottom:20px;
	font-size:small;
	line-height:1.2em
}

ul {
	text-align:center;
}

strong {
	font-weight:bold;
}

#container {
	width:750px;
	height:auto;
	margin:50px auto 0 auto;
	background-color:#CCCCCC;
	border:1px solid #888888;
	overflow:auto;
}

#header {
	height:229px;
	width:750px;
	padding:115px 0 0 0;
	background-image:url(images/header.jpg);
}

	#nav {
		width:172px;
		height:204px;
		padding:20px 0 0 0;
	}
	
		.navCell {
			width:172px;
			height:46px;
		}
		
#content {
	width:750px;
	height:auto;
	padding:0 0 20px 0;
	overflow:auto;
}

	.heading1 {
		width:750px;
		height:113px;
		background-image:url(images/h1.jpg);
	}
	
	.heading2 {
		width:750px;
		height:113px;
		background-image:url(images/h2.jpg);
	}
	
	.heading3 {
		width:750px;
		height:113px;
		background-image:url(images/h3.jpg);
	}
	
	.heading4 {
		width:750px;
		height:113px;
		background-image:url(images/h4.jpg);
	}

	#contL {
		width:340px;
		height:auto;
		padding:0 20px 0 15px;
		position:relative;
		float:left;
		text-align:justify;
	}
	
	#contR {
		width:355px;
		height:auto;
		padding-right:20px;
		position:relative;
		float:right;
	}
	
	#contR img {
		margin-bottom:20px;
	}

#footer {
	width:750px;
	height:37px;
	padding-top:28px;
	background-image:url(images/footerBG.gif);
	font-size:smaller;
	text-align:center;
}

iframe {
	border:2px solid #666666;
}
