body { 
	background-image:url(../images/bg.jpg); background-repeat:repeat-x; background-color:#1A4BB3; 
	margin:0 auto; 
	font-smoothing:always;
}
#outercontainer { 
	width:802px; height:auto; 
	background-image:url(../images/bodyslice.jpg); background-repeat:repeat-y;
}
#innercontainer { 
	padding:0 14px 0 14px;
}
#header { 
	width:774px; height:95px; 
	position:relative; 
}
#header #logo {
	width:453px; height:61px;
	position:absolute; left:10px; top:15px;
}
#header #contactimg {
	width:236px; height:65px;
	position:absolute; left:520px; top:15px;
}
#navflash { 
	width:774px; height:204px; 
	background-image:url(../images/navflash.jpg); background-repeat:no-repeat; 
}
#nav {
	width:267px; height:204px;
	float:left; position:relative;
}
#flash {
	width:500px; height:190px;
	padding:7px 7px 7px 0;
	float:left; position:relative;
}
#text {
	width:774px; height:auto;
	padding:10px 0 10px 0;
	display:table-cell;
}
#left {
	width:569px; height:auto;
	float:left; position:relative;
}
#contact {
	width:350px; height:auto; 
	float:right; position:relative; display:block; 
	padding-top:55px; padding-right:5px; 
}
#right {
	width:200px; height:auto;
	padding:0 0 0 5px;
	float:left; position:relative;
}
#footer {
	width:774px; height:43px;
	background-image:url(../images/footer.jpg); background-repeat:no-repeat;
}

/* Styles */

p, h1, h2, a:link, a:visited, a:hover, li, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; text-align:left; color:#333333;
	margin:0; padding:0; padding:10px 5px 10px 5px;
}
#right p {
	font-weight:bold;
}
h1 {
	font-size:20px; color:#1A4BB3;
}
#footer h2 {
	font-size:11px; text-align:right;
	padding-right:10px;
}
ul, li {
	vertical-align:baseline;
	margin:0px; padding:0px;
}
li {
	font-weight:bold;
	padding:3px 0 3px 15px;
	list-style:none; background-image:url(../images/bullet.jpg); background-repeat:no-repeat; background-position:0;
}
ul {
	padding:5px 0 5px 70px;
}
td {
	padding:0; padding-bottom:5px; margin:0;
}
a:link, a:visited {
	color:#1A4BB3;
	margin:0; padding:0;
}
a:hover {
	text-decoration:underline;
	margin:0; padding:0;
}
#nav a, #nav a:visited {
	font-size:16px;
	display:block; padding:7px 0 7px 50px;
}
#nav a:hover {
	text-decoration:underline;
}