body {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	margin-top:0px;
	background-color:#EEEDD7;
	font-size:12px;
	line-height:1.6;
	color:#5A5858;
	padding:0px;
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	color:#4979AA;
	font-weight:normal;
}

.Head,
.title {
	font-size:18px;
	color:#4979AA;
	font-weight:normal;
}


a:link,
a:visited {
	color:#5481AF;
}
a:hover {
	color:#3F6387;
}

a.arrow:link,
a.arrow:visited {
	background-image:url(resources/images/icons/arrow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
}
a.arrow:hover {

}

/* outer */
#border {
	width:1030px;
	margin-left:auto;
	margin-right:auto;
}

#shadow {
	float:left;
	width:1030px;
	background-image:url(resources/images/main/background.jpg);
	padding-left:30px;
}

/* top */
#top {
	float:left;
	width:1000px;
	height:381px;
}

#menu {
	float:left;
	text-align:left;
	width:1000px;
	height:49px;
	padding-top:14px;
	height:35px;
	padding-left:40px;
	width:960px;
	background-image:url(resources/images/main/menu.jpg);
}

/* login */
#login {
	float:left;
	width:309px;
	width:292px;
	width:267px;
	height:267px;
	text-align:left;
	padding:0px 25px 0px 17px;
	background-color:white;
}
#login input.text {
	float:right;
	width:180px;
	height:22px;
	padding-top:9px;
	padding-left:8px;
}
#login input.image {
	float:right;
}
/*#login label {
	position:relative;
	top:5px;
}*/

#login a.right:link,
#login a.right:visited {
	float:right;
	margin-top:10px;
}

/* left */
#left {
	float:left;
	width:691px;
	width:594px;
	text-align:justify;
	padding:0px 54px 0px 43px;
}

/* right */
#right {
	float:left;
	text-align:justify;
	width:309px;
	text-align:left;
}

#profile {
	padding:0px 23px 10px 18px;
	text-align:justify;
	background-image:url(resources/images/main/right_sep.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-top:-10px; /* because of stupid DNN autoformatting of headings */
}
#profile h1 {
	background-image:url(resources/images/icons/profile.gif);
	background-repeat:no-repeat;
	padding-left:26px;
	background-position:0px 8px;
}

#newsletter {
	padding:0px 23px 20px 18px;
	text-align:justify;
	background-image:url(resources/images/main/right_sep.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#newsletter input.text {
	width:266px;
	width:258px;
	height:22px;
	padding-top:9px;
	padding-left:8px;
}
#newsletter input.image {
	padding-top:8px;
	float:right;
	clear:left;
}
#newsletter h1 {
	background-image:url(resources/images/icons/newsletter.gif);
	background-repeat:no-repeat;
	padding-left:26px;
	background-position:0px 8px;
}

#workshops {
	padding:0px 23px 30px 18px;
	text-align:justify;
}

/* bottom */
#bottom {
	float:left;
	background-image:url(resources/images/main/bottom.jpg);
	width:1060px;
	height:55px;
	color:white;
	padding-top:20px;
}
#bottom a:link,
#bottom a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#bottom a:hover {

}

.DNNEmptyPane 
{
    display:none;
}

.head h1 
{
    display:inline;
}



/* added to fix stupid DNN formatting for headings */
#left {
	padding-top:10px;
}

#right {
	padding-top:10px;
}

#workshops h1 {
	padding-top:5px;
}

#login {
	padding-top:7px;
	height:260px;
}