body {
	margin:0 auto;
	background:url(../images/layout/bg.jpg) repeat-x #1C3F94;
/*	background:#1C3F94;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:none;
}
p, h1, h2, h3, ul, li, a, td {
	font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#1C3F94;
}
h2 {
	z-index:2;
	font-size:14px; color:#1C3F94;
	position:relative; top:-28px;
}
h3 {
	font-size:13px; font-weight:bold; color:#F78F1E;
	padding:0 5px 5px 5px;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 25px;
}
ul li {
	font-weight:bold;
	padding:6px 0 5px 15px; 
	list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center;
}
a {
	padding:0; color:#1C3F94; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

#bodytop {
	width:814px; height:8px;
	background:url(../images/layout/bodytop.png) no-repeat;
}
#outercontainer {
	width:814px;
	background:url(../images/layout/bodybg.png) repeat-y;
}
#innercontainer {
	width:794px;
	padding:3px 10px 3px 10px;
}
#leftside {
	width:203px;
	float:left; position:relative;
}
#logo {
	width:200px; height:200px;
	position:relative;
	z-index:2;
}
#navtop {
	width:203px; height:37px;
	background:url(../images/layout/navtop.jpg) no-repeat;
	z-index:1;
	margin-top:-30px;
}
#nav {
	width:203px;
	background:url(../images/layout/navbg.jpg) repeat-y;
}
#nav ul {
	width:198px;
	padding:10px 0 0 0;
	float:left;
}
#nav ul li {
	background:none;
	border-top:1px #FFFFFF solid;
}
#nav a {
	color:#FFFFFF;
	display:block;
}
#nav a:hover {
	text-decoration:none; color:#1C3F94;
}
#navbottom {
	width:203px; height:8px;
	background:url(../images/layout/navbottom.jpg) no-repeat;
	margin-bottom:10px;
}
#boxcontact {
	width:203px; height:137px;
	margin-bottom:10px;
}
#boxsister {
	width:203px; height:157px;
	margin-bottom:10px;
}
#rightside {
	width:579px;
	float:left;
	padding-left:12px;
}
#flash {
	width:579px; height:176px;
	z-index:1;
}
#content {
	width:579px;
}
#formcontainer {
	width:350px;
	float:right; position:relative; display:block;
	padding:50px 15px 0 0;
}
#bodybottom {
	width:814px; height:8px;
	background:url(../images/layout/bodybottom.png) no-repeat;
}
#footer {
	width:794px;
	color:#FFFFFF;
	padding:5px 10px 0 10px;
}
#footer a {
	font-size:11px;
	color:#FFFFFF;
}
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.padding {
	padding:5px 0 5px 0;
}

