/*------GLOBAL------*/

body {
	margin:0 auto;
	background:url(../images/layout/bg.jpg) repeat;
	font-family:Verdana; font-size:10px;
}
img {
	border:none;
}
p, h1, ul, li, a, td {
	font-size:11px; font-family:Verdana; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-size:18px; color:#000000;
}
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; font-weight:bold; text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#bodytop {
	width:708px; height:6px;
	background:url(../images/layout/bodytop.png) no-repeat;
}
#outercontainer {
	width:708px;
	background:url(../images/layout/bodyslice.png) repeat-y;
}
#innercontainer {
	width:690px;
	padding:0 9px 0 9px;
}
#header {
	width:690px; height:170px;
	position:relative;
}
#logo {
	width:130px; height:102px;
	position:absolute; left:24px; top:33px;
}
#flash {
	width:490px; height:160px;
	position:absolute; left:200px; top:6px;
}
#navleft {
	width:3px; height:40px;
	background:url(../images/layout/navleft.jpg) no-repeat;
	float:left;
}
#nav {
	width:684px; height:40px;
	background:#221E1F;
	float:left;
}
#navright {
	width:3px; height:40px;
	background:url(../images/layout/navright.jpg) no-repeat;
	float:left;
}
#nav ul {
	padding:0;
}
#nav li {
	padding:0;
	background:none;
	float:left; position:relative;
}
#nav a {
	height:27px;
	font-size:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FFFFFF;
	display:block;
	padding:13px 20px 0 19px;
}
#nav a:hover {
	color:#F6DD03;
	background:#434040;
}	
#middle {
	width:690px;
	padding:10px 0 10px 0;
}
#left {
	width:470px;
	float:left;
}
#contenttop {
	width:470px; height:4px;
	background:url(../images/layout/contenttop.jpg) no-repeat;
}	
#content {
	width:470px;
	border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;
}
#contentbottom {
	width:470px; height:4px;
	background:url(../images/layout/contentbottom.jpg) no-repeat;
}
#formcontainer {
	width:350px;
	padding:10px 10px 0 0;
	float:right; position:relative; display:block;
}
#right {
	width:210px;
	padding:0 0 0 10px;
	float:left;
}
.boxtop {
	width:210px; height:33px;
	background:url(../images/layout/boxtop.jpg) no-repeat;
	font-size:18px; color:#F6DD03; text-align:center;
	padding:10px 0 0 0;
}
.box {
	width:210px;
	border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;
}
.box p {
	font-size:13px;
}
#associations {
	width:172px; height:166px;
	padding:10px 0 10px 0;
}
.boxbottom {
	width:210px; height:6px;
	background:url(../images/layout/boxbottom.jpg) no-repeat;
}
#bodybottom {
	width:708px; height:6px;
	background:url(../images/layout/bodybottom.png) no-repeat;
}
#footer {
	width:680px; height:40px;
	color:#FFFFFF;
	padding:0 9px 10px 9px;
}
#footer a {
	font-size:10px; color:#FFFFFF;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.imgborder {
	border:1px solid #CCCCCC;
	padding:1px;
}