body {	
	margin:0;
	background:#E0E0E0;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
p, h1, h2, h3, 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-size:20px; color:#699FCC;
}
h2 {
	font-size:13px; color:#699FCC; font-weight:bold;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 25px;
}
ul li {
	font-weight:bold;
	padding:5px 0 5px 10px; 
	list-style:none; background:url(../images/bullet.jpg) no-repeat left center;
}
a {
	padding:0; color:#1E4E78; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------IDS------*/

#containerouter {
	width:900px;
	background:#FFFFFF; overflow:hidden;
	border:1px solid #7BABD2; border-top:none;
}
#containerinner {
	width:896px;
	padding:1px;
}
#leftside {
	width:244px;
	float:left;
}
#logo {
	width:214px; height:99px;
	margin:15px 0 16px 12px;
}
#therightside {
	width:652px;
	float:left; position:relative; z-index:1;
}				
#flash {
	width:652px; height:246px;
	position:relative; z-index:1;
	overflow:hidden;
}			
#content {
	width:400px;
	margin-top:-246px;
	padding:135px 9px 0 10px;
	float: left; position:relative;
	z-index:2;
}
#contentwide {
	width:642px;
	margin-top:-246px;
	padding:135px 0 0 10px;
	float: left; position:relative;
	z-index:2;
}

/*------CLASSES------*/

.separatorpage {
	width:896px; height:3px;
	background:#7BABD2;
	float:left;
}
.navheading {
	font-size:11px; color:#1E4E78; font-weight:bold;
	display:block;
	padding:5px 0 5px 10px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
.centre {
	text-align:center;
}
.columns {
	width:400px;
	float:left;
}

/*------MAIN NAVIGATION------*/

#nav {
	width:244px;
	background:url(../images/navslice.jpg) repeat-y;
	padding:10px 0 0 0;
}
#navtop {
	width:244px; height:67px;
	background:url(../images/navtop.jpg) no-repeat;
}
#navbottom {
	width:244px; height:9px;
	background:url(../images/boxbottom.jpg) no-repeat;
	margin:0 0 5px 0;
}
#nav ul, #nav li, #nav a {
	text-decoration:none;
	padding:0;
	list-style:none; background:none;
}
#nav ul {
	width:239px;
	padding:0 5px 0 0;
}
#nav li {
	border-top:1px #FFFFFF solid;
}
#nav a {
	font-size:11px; color:#FFFFFF;
	display:block;
	padding:5px 0 5px 10px;
}
#nav a:hover {
	width:239px;
	background:url(../images/navhover.jpg) repeat-y;
	padding-left:15px;
}

/*------LEFT BOXES------*/

.boxtop {
	width:239px; height:30px;
	background:#7BABD2;
	float:left; display:block;
	margin:5px 0 0 0;
}
.boxcontent {
	width:244px;
	float:left;
	background:url(../images/boxslice.jpg) repeat-y;
}
.boxbottom {
	width:244px; height:9px;
	float:left;
	background:url(../images/boxbottom.jpg) no-repeat;
}
.boxtop p {
	color:#FFFFFF; font-weight:bold;
	padding:6px 0 0 10px;
}
.boxcontent p {
	padding:5px 0 5px 10px;
}

/*------CONTAINERS------*/

#boxcontainer {
	width:233px;
	float:left; position:relative; z-index:2;
	padding:250px 0 0 0; margin-top:-246px;
}
#boxcontainer img {
	padding:0 0 10px 0;
}
#formcontainer {
	width:300px;
	display:block; float:right; position:relative;
	padding:40px 165px 0 0;
}

/*------USER LISTS------*/

#containeruserlists {
	width:896px;
	float:left;
}
#userlistscontainer p {
	font-size:13px; color:#1E4E78; font-weight:bold; text-align:center;
	padding:0 0 10px 0;
}
.users {
	width:222px;
	padding:10px 0 10px 0;
	border-right:1px dotted #7BABD2;
	float:left;
}
.usercolumn {
	width:111px;
	float:left; position:relative;
}
.usercolumn img {
	padding:0 0 10px 0;
}

/*------FOOTER------*/

#footer {
	width:896px; height:70px;
	color:#333333; font-size:10px;
	float:left;	
}	
#footer a, #footer p {
	font-size:10px;
	padding:5px 0 5px 0;
}
