a:link 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

a:active 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

a:visited 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

a:hover 
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a.MenuLink:link 
{
	color: #4f4b93;
	font-weight: normal;
	text-decoration: underline;
}

a.MenuLink:active 
{
	color: #4f4b93;
	font-weight: normal;
	text-decoration: underline;
}

a.MenuLink:visited 
{
	color: #4f4b93;
	font-weight: normal;
	text-decoration: underline;
}

a.MenuLink:hover 
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#footerlinks a:link 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#footerlinks a:active 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#footerlinks a:visited 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#footerlinks a:hover 
{
	color: #b8fab7;
	font-weight: normal;
	text-decoration: underline;
}

body
{
	background: #fff;
	background-image: url(../images/bpixel.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
	padding: 10px 0 10px 20px;
}

ol
{
	list-style-position: outside;
	padding: 10px 0 10px 20px;
}

body.contentpane 
{
	width : auto;
	margin : 10px;
	line-height : 1.4em;
	text-align: left;
}


#menu
{
	position: absolute;
	left: 60px;
	top: 238px;
	width: 221px;
}

#content
{
	position: absolute;
	left: 325px;
	top: 175px;
	width: 400px;
}

#sidebar
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 770px;
	top: 180px;
	width: 220px;
	height: 550px;
	z-index: 4;
}

#sidebar2
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 770px;
	top: 100px;
	width: 220px;
	height: 550px;
	z-index: 4;
}

#footer
{
	color: #e0dfef;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}

hr.body
{
	border: none 0;
	border-top:  1px solid #828282;
	height: 1px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 5px;
}

#pagetitle
{
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}

#subtitle
{
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}


*
{
	margin: 0;
	padding: 0;
}



#header
{
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 150px;
}

#header2
{
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 134px;
}

#contentarea
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 770px;
	top: 150px;
}

#contentarea2
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 770px;
	top: 70px;
}

#wrapper { margin: 0 0 0 0}

#left
{
	position: absolute;
	margin: 0px 0 0 60px;
	width: 225px;
}

#right
{
	color: #000;
	float:left;
	width: 150px;
	padding-top:10px
}

#main
{
	margin: 10px 20px 0 20px;
	left: 300px;
	width: 390px;
	position: absolute;
}

#breadcrumbs {
	padding: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	
}

#ppe {
	text-align: right;
}

#breadcrumbs a:link 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumbs a:active 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumbs a:visited 
{
	color: #34ff33;
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumbs a:hover 
{
	color: #b8fab7;
	font-weight: normal;
	text-decoration: underline;
}

#left form {
	color:#666666;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:5px 0 10px 0px;
	padding:20px 10px;
}

#left input.inputbox {
	background: #CCCCCC;
	border:solid 1px #010000;
	font-size: 18px;
	width: 180px;
	height: 25px;
	margin-bottom: 10px;
}

#left input.inputbox:focus {
	background: #ebebeb;
}

#left input.button {
	background: #4f4b93;
	color: #FFF;
	border:solid 1px #010000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 100px;
	padding: 3px;
}