﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #947169;
    background-color: #606060;
    background-image: url(images/bg-page.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

/* Styles for Top Bar Navigation */
	
#nav {
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	margin: 0 auto;
	width: 900px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	list-style-type: none;
}

#nav ul li a {
	background-image: url('images/nav_btn.jpg');
	background-position: 0 0;
	color: #2E3B80;
	display: block;
	height: 22px;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

#nav ul li a:hover {
	background-image: url('images/nav_btn_h.jpg');
	background-position: 0 -30px;
	color: #ffffff;
}

#nav ul li a.selected {
	background-position: 0 -30px;
	color: #ffffff;
}

h1 {
    position: absolute;
    top: 35px;
    right: 90px;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    text-align: right;
    color: #DC143C;
}

h2 {
    position: absolute;
    top: 60px;
    right: 90px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}

h5 {
    position: absolute;
    top: 60px;
    right: 90px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}


h6 {
    position: absolute;
    top: 94px;
    right: 90px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}

h7 {
    position: absolute;
    top: 100px;
    right: 90px;
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}



p {
    padding: 5px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #E93A29;
    outline: none;
}

a:hover {
    text-decoration: none;
}

#main {
    position: relative;
    margin: 0 auto;
	padding: 13px 0px 8px 0px;
    width: 950px;
    text-align: center;
    background: #53255A url(images/vgrad.jpg) repeat-y;
}

#main2 {
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background: White;
}

#corner1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 195px;
}

#corner2 {
    position: absolute;
    top: 0;
    left: 930px;
    width: 30px;
    height: 195px;
}

#header {
    height: 121px;
    background: White url(images/header.jpg) no-repeat top;
}

#logo {
    height: 135px;
}


#logo1010 {
	background-image: url("images/1010_logo.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 87px;
	left: 27px;
	position: absolute;
	top: 13px;
	width: 420px;
}

#menu {
    height: 54px;
}

#menu ul {
    list-style: none;
    padding: 0 0 0 30px;
}

#menu ul li {
    float: left;
    display: block;
    margin-right: 8px;
    padding: 0;
    width: 162px;
    height: 54px;
}

#middle {
    padding: 30px 30px 0 30px;
    height: 1%;
}

#sidebar {
    float: left;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 230px;
}

#sidebar h3 {
    height: 50px;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    color: White;
    background: #48C491 url(images/leftbar.jpg) no-repeat;
}

#sidebar ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #E3E3E3;
}

#sidebar ul li {
    margin: 0;
    padding: 0 10px 12px 5px;
    line-height: 18px;
}

#sidebar ul li a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    color: #229364;
}

#sidebar ul li a:hover {
    text-decoration: none;
}

#right {

    margin-bottom: 20px;
    padding: 15px 0 0 20px;
    width: 800px;
}

#right h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444;
}

#right h4 {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #8B008B;
}

.box {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #E3E3E3;
}

.box2 {
    padding-top: 10px;
}

.boxright {
    float: right;
    width: 410px;
}

.boxleft {
    float: left;
    width: 410px;
}

.boxrightc {
    float: right;
    width: 380px;
}

.boxleftc {
    float: left;
    width: 330px;
}


.lastbox {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E3E3E3;
}

.imgleft {
    display: block;
    float: left;
    width: 340px;
    border: none;
}

.imgright {
    display: block;
    float: right;
    width: 340px;
    border: none;
}

#right ul {
    padding: 15px 0 15px 40px;
    list-style-type: circle;
}

#right ul li {
    padding: 0;
    text-align: justify;
}


#sidebar {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight:600;
    line-height: 18px;
	color: #666666;
	position: absolute;
	margin: 1050px 0px 0px 584px;
	padding: 40px 0px 0px 0px;
	width: 528px;
	}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}


#footer {
	background-image: url("images/core_ftr.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto;
	height: 24px;
	width: 900px;
	clear: both;
	}

#footer p {
    font-size: 11px;
    line-height: 16px;
    color: maroon;
}