body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #efefef;
	margin-top: 15px;
}

#wrapper{
	width:980px;
	text-align:left;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
}

#pageWrapper{
	width: 960px;
	margin-left: 10px;
}

#header{
	margin: 0px;
	height: 120px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: bottom;
}
#nav {
	padding-top: 65px;
	text-align: right;
	margin-right: 15px;
	font-size: 14px;
}

#nav a:link{
	background-color: #efefef;
	padding: 10px;
	color: #0A0049;
	font-weight: bold;
	text-decoration: none;
	
}

#nav a:hover{
	background-color: #B0C350;
	padding: 10px;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
	
}
#nav a:visited{
	background-color: #efefef;
	padding: 10px;
	color: #0A0049;
	font-weight: bold;
	text-decoration: none;
	
}

#main{
	font-size: 80%;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 650px;
	color: #000000;
	padding-bottom: 10px;
}

#mainWide
{
	font-size: 80%;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	color: #666;
	padding-bottom: 10px;
	margin-right: 50px;
}

.topImg { padding-bottom: 10px; }




#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #339933;
	margin: 0px;
}
#sidebarRight {
	float: right;
	width: 220px;
	margin-left: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;

}
#sidebarRight ol { margin-left: -15px; }



#sidebarRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
}


#bottom {
	font-size: 12px;
	text-align: center;
	background-color: #339933;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	width: 960px;
	margin-left: 10px;
}

#bottom a:link, #bottom a:visited{color:#fff;}

.section {
	background-image: url(images/bend_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 5px;
}

.section a:link{
	text-decoration:underline;
	color: #0C0346;
}

.section a:visited
{
	text-decoration:underline;
	color: #0C0346;
}


.imageLeft { margin-right: 10px; }
.list { margin-left: 210px; }
.right {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}


.subTitle {
	margin: 0px;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: #2200DF;
}

a:visited {
	text-decoration: none;
	color: #2200DF;
}

a:hover{	text-decoration: underline;
}

.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}

#main h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C0346;
	margin: 0px;
}

#mainWide h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AFC05A;
	margin: 0px;
}

#language {
	text-align: right;
	padding-right: 20px;
	width: 100px;
	float: right;
}

