body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	margin:0;
	padding:15px 0 0 0;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#main {
	width:704px;
	margin:auto;
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0;
	padding:0 0 6px 0;
}
#top {
	background-image: url(../images/bg-main-top-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:6px 15px 0 14px
}
#logo {
	display:block;
	float:left;
	width:188px;
	border-bottom:1px solid #FFFFFF;
}
#slogan {
	display:block;
        background-image: url(../images/slogan_blank.gif);
	float:right;
	width:466px;
        height:122px;
	border-bottom:1px solid #FFFFFF;
}
#slogan h1 {
	padding:2px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-shadow:#FFFFFF;
	font-size: 17px;
	color: #CC0000;
	font-weight:bold;
}
#slogan h2 {
	padding:0px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
}
#slogan span {
        margin:0px 0px 0px 20px;
	padding:0px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
#interior {
	
	background-image: url(../images/bg-interior.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width:704px;
	/*height:300px;*/
}
#mid {
	padding:0 15px 0 14px
}
#mid1 {
	padding:0 0px 0 20px
}
#left {
	display:block;
	float:left;
	width:188px;
}
#right {
	display:block;
	float:right;
	width:466px;
}
#maintext {
	display:block;
	float:right;
	width:426px;
	/*border-top:1px solid #FFFFFF;*/
	padding:15px 20px 10px 20px;
	line-height:18px;
}
#maintext1 {
	display:block;
	float:right;
	width:426px;
	padding:15px 20px 0px 40px;
	line-height:18px;
}
#maintext2 {
	display:block;
	float:right;
	width:426px;
	/*border-top:1px solid #FFFFFF;*/
	padding:0px 20px 10px 20px;
	line-height:18px;
}
div#navbar {
	width: 188px;
	display:block;
	float:left;
}
div#navbar ul {
	margin:0;
	padding:0;
}
div#navbar li {
	list-style-type:none;
	display:block;
	float:right;
	width:188px;
	height:35px;
	text-align:right;
	border-bottom:1px solid #FFFFFF;
}
div#navbar li.button1 {
	background-image: url(../images/bg-button-1.gif);
	background-repeat: no-repeat;
}
div#navbar li.button2 {
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}
div#navbar li.button3 {
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}
div#navbar li.button4 {
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}
div#navbar li.buttonlast {
	background-image: url(../images/bg-button-last.gif);
	background-repeat: no-repeat;
}
div#navbar li a {
	display:block;
	float:left;
	width:180px;
	height:35px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:35px;
	
	/*background-image: url(../images/arrow-button.gif);*/
	/*background-repeat: no-repeat;*/
}
div#navbar li a:link {
	color: #000000:
}
div#navbar li a:visited {
	color: #000000;
}
div#navbar li a:hover {
	color: #CC0000;
	text-decoration:none;
	/*background-image: url(../images/arrow-button-over.gif);*/
	/*background-repeat: no-repeat;*/
}
h1, h2, h3 { 
	margin: 15px 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight:bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:normal;
        text-align: justify;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:normal;
        text-align: justify;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:normal;
        text-align: justify;
}

p { 
	margin: 10px 0;
        text-align: justify;        
}

hr {
        width:100%;
        border-top: 1px solid #CC0000;
        text-shadow:none;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}
#footer {
	font-size: 11px;
	color:#333333;
	text-align:center;
	padding:10px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#CC0000;
	text-decoration:underline;
}

