@charset "utf-8";

body {
margin : 0;
padding : 0;
background-color : #000;
font-family : "Helvetica", Helvetica, sans-serif;
font-size : 16px;
}
h1 {
font-family : "Helvetica", Helvetica, sans-serif;
font-size : 23px;
color : #952B9C;
margin : 5px 0;
padding : 0;
font-weight : bold;
}
h2 {
font-family : "Helvetica", Helvetica, sans-serif;
font-size : 19px;
color : #952B9C;
margin : 5px 0;
padding : 0;
font-weight : bold;
}
a {
color : #E1008C;
text-decoration : none;
}
a:hover {
color : #C8FA8C;
text-decoration : none;
}
img {
border : none;
}
#menu ul li a {
font-family : "Trebuchet MS", Helvetica, sans-serif;
font-size : 11pt;
text-decoration : none;
color : #E1008C;
margin : 0 12px;
padding : 0;
font-weight : bold;
}
#menu ul li a:hover, #menu ul li a:active:link, #menu ul li a.active:active, #menu ul li a.active:visited, #menu ul li a.active:hover {
	color: #C8FA8C;
}











#wrapper {
width : 1000px;
margin : 0 auto;
padding : 0;
}
#header {
background-image : url(templates/header.jpg);
height : 151px
background-repeat : no-repeat;
background-position : center top;
margin : 0 0 0 0;
}
#header .logo {
float : left;
background-image : url(thiscontrolslogo.jpg);
background-repeat : no-repeat;
height : 0;
width : 200px;
margin-top : 3px;
margin-right : 0;
margin-bottom : 0;
margin-left : 3px;
font-family : "Tahoma", Helvetica;
font-size : 32px;
color : #ff00fe;
}

}
