/* CSS Document */

body {
	margin: 0px auto;
	padding: 0;
font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 12px;
	background: #ffffff;
	color:#000000;
	text-align:center
}


a {
font-family:Arial, Helvetica, sans-serif;
color:#CC3399;
text-decoration:none;
}

a:hover {
color:#CC3399;
text-decoration:underline}


h1 {
	font-size: 22px;
	color:#CC3399;
	margin: 0 0 5px 0;
	line-height:1.3em;
	font-weight:lighter;
	padding: 2px 0px 0px 0px;
}



h1 a{
	font-size: 22px;
	color:#CC3399;
	margin: 0 0 5px 0;
	font-weight:lighter;
	line-height:1.3em;
	padding: 2px 0px 0px 0px;
}

h1 a:hover{
	color:#000000;
text-decoration:none
}


h2 {
	font-size: 14px;
	color:#000000;
	margin: 0 0 5px 0;
	font-weight:bold;
	line-height:1.3em;
	padding: 2px 0px 0px 0px;
}

#wrap {

width:1010px;
background-image:url(../images/back.jpg);
background-repeat:repeat-y;
margin:auto;
text-align:center;
}

#content {
width:960px;
margin:auto;
text-align:left

}

#header {
width:960px;
height:167px;

}

.clearall {
clear:both;
height:3px}


#logo {
width:170px;
float:left;
margin-left:15px;
height:160px;
margin-top:5px
}


#main {
width:960px
}

#left {
width:260px;
height:710px;
float:left;
background-image:url(../images/menu.jpg);
background-position:top left;
background-repeat:no-repeat
}

#maincontent {
width:700px;
float:left;
padding-top:20px;
padding-bottom:20px}



#footer {
margin:auto;
width:960px;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:left;
background-color:#CC3399;
margin-top:15px;
}

#footer a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none

}

#footer a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:underline

}

.floatright {
float:right;
padding-bottom:20px;
padding-left:20px}

.floatleft {
float:left;
padding-bottom:10px;
padding-right:10px}

.greyline {
height:3px;
border-bottom:dotted 1px #000000;
margin-bottom:10px;
margin-top:10px
}


#menu {
width:180px;
margin-left:10px;
}

#menu ul{
padding:0;
margin:0;
list-style:none



}

#menu li{
border-bottom:dotted 1px #000000;
padding-bottom:7px;
padding-top:7px;



}

#menu a {
color:#000000;
text-decoration:none;
font-weight:bold;

}
#menu a:hover {
color:#CC3399;
text-decoration:none;
font-weight:bold;

}

#menu .current {
color:#CC3399;
text-decoration:none;
font-weight:bold;

}



