/*------GLOBAL------*/

body {
	margin:10px auto;
	background:url(../images/layout/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, ul, li, a, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-family:tahoma;	font-size:18px; color:#234BD5;
}
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:#234BD5; font-weight:bold;
}
a:hover {
	color:#003399;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#outercontainer {
	width:800px;
	background:#FFFFFF; border:1px solid #8FA5ED;
}
#innercontainer {
	width:784px;
	padding:0 8px 0 8px;
}
#header {
	width:784px; height:127px;
	position:relative;
}
#header #logo {
	width:182px; height:96px;
	position:absolute; left:17px; top:20px;
}
#header #contact {
	width:153px; height:48px;
	position:absolute; left:616px; top:39px;
}
#flash {
	width:784px; height:184px;
}
#middle {
	width:784px;
	padding:15px 0 15px 0;
}
#content {
	width:574px;
	padding:0 0 0 10px;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 50px 0 0;
	float:right; position:relative; display:block;
}
#footer {
	width:784px; height:50px;
	margin:0 auto; padding:10px 0 10px 0;
}
#footer a {
	font-size:11px;
}

/*------NAVIGATION------*/

#nav {
	width:200px; min-height:410px;
	background:url(../images/layout/middleseperator.jpg) no-repeat right;
	float:left;
}
#nav ul {
	padding:0;
}
#nav ul li {
	background:none;
	padding:0;
}
#nav a {
	width:100%; 
	display:block;
	padding:0 0 20px 0;
	font:family:Arial, Helvetica, sans-serif; color:#234BD5;
}
#nav a:hover {
	color:#3E61DA;
	padding:0 0 20px 2px;
}
#nav #associations {
	width:173px; height:179px;
	position:relative; top:10px;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.pageseperator {
	width:784px; height:10px;
	background:#234BD5;
}
.border { 
	padding:1px;
	border:1px solid #CCCCCC;
}