* {
    padding: 0;
    margin: 0;
}

body {
background: #fff url(images/bg.jpg) top center repeat-x;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
}

img { border: none; }
a { color: #820244; }
a:hover { text-decoration: none; color : #000; }
/* headers */
h1, h2, h3 {
	font: bold 1em Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
}
h1 { font-size: 1.2em; color: #6297BC; }
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h3 { border-bottom: 1px dotted #003366; color: #CC0066; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; color:#33061D }
h3 a:hover { color: #CC0066; }
/* form elements */
form {
	margin: 5px; padding: 0;

}
label {
	font-weight:bold;
	margin: 0px 2px 0 0px;
         padding:10px;
}
input {
	padding: 2px;
	border:1px solid #CC0066;
	font: normal 1em Verdana, sans-serif;
         background: #fff;
	color:#333;
         margin:5px;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
#wrap {
width: 990px;
margin: 0px auto;
}

#topline {
background: #fff url(images/topline.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 42px;
}
#topline a {

padding:0 10px;
text-decoration:none;
color: #fff;
}
#header {
background: #fff url(images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 76px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 10px 0 0 33px;
text-align: left;
}
#header h1 a {
color: #CC0066;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 13px;
color: #333;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

#menu {
background: #fff url(images/menu.jpg) no-repeat;
height: 46px;
line-height: 46px;
padding-left: 30px;
}
#menu ul {
padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #282F35 url(images/menuo.jpg) repeat-x;
}

.menu_current{

color:#fff;
text-decoration:none;
background: #282F35 url(images/menuo.jpg) repeat-x;
}
#content {
padding: 0 30px;
background: #fff url(images/content.jpg) repeat-y;
}

#left {
padding: 10px 0;
width: 600px;
float: left;
font-size: 12px;
text-align: justify;

}
#left h3 { color: #CC0066; border-bottom: 1px dotted #CC0066; }
#left ul, ol{  padding: 0px 0 0px 20px; }
#left hr{
border-bottom: 1px dotted #aaa; color: #fff;
}
#left  li { padding: 2px 0 3px 0; }
#left ul li a { color: #fff; font-weight: 100; display: block; text-decoration: none;   }
#left ul li a:hover { padding-left: 20px; color : #ccc; }


#right{
padding: 20px 102px 20px 0 ;
width: 200px;
float: right;
color: #fff;
}
#right h3 {  font-size: 22px; border: none; padding: 0px 0 0 28px; margin: 0; color: #000; background:  url(images/sidebarh2.jpg) no-repeat; height: 37px; line-height: 37px; }
#right ul { list-style-type: none; padding: 10px 0 20px 10px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #fff; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #ccc; }


#bottom a {
color: #CCC;
text-decoration: none;
}
#bottom a:hover {
color: #ccc;
text-decoration: underline;
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
height: 236px;
color: #ccc;
text-align: center;
}