
/*GLOBAL STYLES */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}
img{border:none;}
a img {border: none;}


fieldset {border:0;}
ol, ul, li {list-style:none;}
caption, th {text-align:left;}
h1{ font-size:20px;}
h2{ font-size:18px;color:#000000;font-weight:bold;margin:0 0;}
h3{ font-size:16px;color:#752b8e;font-weight:520; line-height:16px; margin:5px 0 5px;}
/*h3.sifr{margin-bottom:10px;height:20px;}*/
q:before, q:after { content:''; }
address, caption, cite, code, dfn, em, th, var {font-style:normal; font-weight:normal;}
address { display:table;}
strong {font-weight: bold;}
em {font-style: italic;}
acronym {cursor:help; border-bottom:1px dotted;}
p { margin: 10px 0 10px 0; text-align:justify ;line-height:18px;}

/*FORM STYLES*/
form dt {float: left;clear: left;width: 120px; font-size:12px; color: #696868;}
form dd {margin: 0 0 0.5em 4em; font-size: 12px;text-align:left;}

.right{float:right;}
.left{float:left;}
.block{display:block;}
.clear{ margin: 0;	padding: 0;	clear: both;	height: 0px;	font-size: 0px;}
.hide{text-indent:-999px; overflow:hidden;}
.upper{text-transform:uppercase;}
.line{width:100%; height:5px; background:url(../images/css/dot.gif) repeat-x center;}
.greyline{width:100%; height:5px; background:url(../images/css/greydot.gif) repeat-x center;}
.line2{width:100%; height:1px; background:url(../images/css/dot2.gif) repeat-x center;}

body {
  background: #fff url(../images/css/page_bg.gif) repeat-x; 
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#616060;
}

a {text-decoration:underline;  color: #8a3da5 ;}
a:hover {color: #a75ac2;  text-decoration:underline;}


/*** structure ***/
#page {width:690px; margin:0 auto;}
#container { width: 690px;}

.header {
	height: 117px; 
    width:690px;
    position:relative;
    margin-bottom:15px;
}

#left-side{float:left; width:196px; margin-right:63px;}
#right-side{float:left;width:690px;}
.content{width:477px;}
.formcontent{width:477px;}

#left-side, #seobar, #top-nav,#left-nav,#footer,#sidebar-left,#tips_head_rss,#bottomlink,#quick_form,#search{display:none;}
/*** header ***/
#logo{
    text-indent:-9999px;
	background: url(../images/logo.gif) no-repeat;
    width: 153px;
    height: 61px;
    position:absolute;
    top:35px;
    left:0;
    z-index:5;
}

#logo a{
    width: 153px;
    height: 61px;
	display:block;
	z-index:4;
	overflow: hidden;
	text-indent:-9999px;
}

#top-bg {
  position: absolute;
  z-index:0;
  width: 208px;
  height: 99px;
  background: url(../images/css/bg-header.gif) no-repeat;
  top:12px;
  right:8px;
}

