

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Verdana, Geneva, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#000000;
    text-decoration:none;
}

a:hover {
	color:#20b7ef;
    text-decoration:none;
}

on {
	font-size:14px;
    text-transform:uppercase;
    font-family:Verdana, Geneva, sans-serif;
    color:#20b7ef;
    text-decoration:none;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"Verdana", Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:100%;
    margin-top:0;
}

h1 {
    font-size:30px;
    color:#20b7ef;
}

h2 {
    font-size:24px;
    color:#000;
}

h3 {
    font-size:20px;
    color:#000;
}

h4 {
    font-size:16px;
    color:#000;
}

h5 {
    font-size:14px;
    color:#000;
}

h6 {
    font-size:12px;
    color:#000;
}

/* page setup */
body {
    background:#000 url(../images/page_bg.png) 50% 0 repeat-x;
    font-family:Verdana, Geneva, sans-serif;
    color:#ffffff;
    font-size:14px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:936px;
    border-left:#000 2px solid;
    border-right:#000 2px solid;
}

/* header */
div#header {
    position:relative;
    height:152px;
    margin:0;
    padding:15px 0 15px 40px;
    background:url(../images/header_bg.jpg) 0 0 no-repeat;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0;
    clear:both;
    background:#000;
}

/* right column */
div#right {
    width:342px;
    padding:10px 0 10px 10px;
    float:right;
    background:#7D7D7D;
}

/* content column */
div#main {
    width:auto;
    margin:0 362px 0 0;
    padding:12px 20px;
}

/* footer */
div#footer {
    width:auto;
    padding:20px;
    clear:both;
    color:#20b7ef;
    overflow:hidden;
    background:#000;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    float:right;
    margin:-6px 0 0 0;
}

div#topmenu ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
}

div#topmenu ul li {
    float:left;
    display:block;
    padding:0 10px;
}

div#topmenu ul li a {
    font-size:14px;
    text-transform:uppercase;
}

div#topmenu ul li a:hover {
    text-decoration:none;
}

/* table */
td {
    width:200px;
    border:#ffffff 1px solid;
    font-weight:bolder;
    text-align:center;
    font-size:10px;
}

tr {
    height:40px;
}

/* banner */
div.seminar {
    margin:0 0 10px 0;
}

/* copyright */
div.copyright {
    font-family:"Verdana", Arial, Helvetica, sans-serif;
    font-size:14px;
    background:url(../images/copyright_bg.png) 0 0 no-repeat;
    padding:0 0 0 20px;
    float:left;
}

/* social links */
ul.sociallinks {
    float:right;
    list-style:none;
    margin:-10px 0 0 0;
}

ul.sociallinks li {
    float:left;
    margin:0 0 0 10px;
}

ul.sociallinks li a {
    display:block;
    width:48px;
    height:48px;
    display:block;
    text-indent:-9999px;
}

ul.sociallinks li a.facebook {
    background:url(../images/icon_facebook.png) 0 0 no-repeat;
}

ul.sociallinks li a.twitter {
    background:url(../images/icon_twitter.png) 0 0 no-repeat;
}
