/*------GLOBAL------*/

body {
	margin:15px auto;
	background:url(../images/layout/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, h2, ul, li, a, td {
	font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px 0 5px 0; margin:0;
}
h1,h2 {
	font-size:25px;
	color:#679902;
	font-family:tahoma;
}
h2 {
	font-size:19px;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 20px;
}
ul li {
	font-weight:bold;
	padding:6px 0 5px 15px; 
	list-style:none; background:url(../images/layout/bullet.gif) no-repeat left center;
}
a {
	padding:0;
	color:#679902;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#container {
	width:800px;
	border:1px solid #CCCCCC;
}
#innercontainer {
	width:796px;
	background:url(../images/layout/bodybg.jpg) repeat-y;
	padding:1px;
}
#rightside {
	width:560px;
	padding:0 0 0 1px;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 20px 0 0;
	float:right; position:relative; display:block;
}
#flash {
	width:560px; height:210px;
	margin:0 0 1px 0;
}
#content {
	width:540px;
	padding:10px;
}
#footer {
	width:780px; height:20px;
	padding:10px;
}

/*------LEFTSIDE------*/

#leftside {
	width:235px;
	float:left;
}
#nav {
	width:235px;
}
#nav ul {
	padding:0 0 15px 0;
}
#nav ul li {
	width:235px;
	padding:5px 0 5px 0;
	background:url(../images/layout/navseperator.jpg) bottom no-repeat;
}
#nav ul li a {
	font-family:verdana; font-size:13px; color:#FFFFFF; font-weight:normal;
	padding:0 0 0 10px;
}
#nav ul li a:hover {
	text-decoration:none;
	padding:0 0 0 12px;
}
.box {
	width:215px;
	padding:0 10px 10px 10px;
}
.box h2 {
	font-family:tahoma; font-size:18px; color:#FFFFFF;
	padding:0 0 5px 0;
}
.box p {
	font-family:verdana; color:#FFFFFF;
	padding:5px 0 5px;
}
.box a {
	text-decoration:underline; color:#FFFFFF;
}
.box a:hover {
	text-decoration:none;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.pageseperator {
	width:560px;
	height:10px;
	background:#679902;
}
.border {
	border:1px #CCCCCC solid;
	padding:1px;
}

