/* CSS Document */
body {
padding: 0;
margin: 0 auto;
background: url(images/page-bg.jpg) repeat-x;
font-family: "Arial", Arial, Tahoma;
font-size: 12px;
text-align: left;
text-decoration: none;
color: #6a6a6a;
}

#container{
width: 800px;
margin: 0 auto;
}

#header{
margin-top: 27px;
}

#content{
width: 732px;
margin: 0 auto;
}

#welcome {
font-family: "Arial", Arial, Tahoma;
font-size: 15px;
font-weight: bold;
color: #434343;
clear: both;
background: url(images/welcome-bg.jpg) repeat-y;
width: 731px;
height: 26px;
margin-top: 10px;
margin-bottom: 2px;
padding: 0px 0px 0px 8px;
padding-top: 7px;
text-align: center;
}

#left{
float: left;
width: 280px;
text-align: center;
}

#right{
float: right;
width: 442px;
font-family: "trebuchet MS", Arial, Tahoma;
font-size: 12px;
text-align: left;
text-decoration: none;
color: #6a6a6a;
line-height: 18px;
}

#subheader{
width: 999px;
margin-top: 17px;
margin-left: -105px;
}

#navigation{
font-family: "trebuchet MS", Arial, Tahoma;
font-size: 12px;
text-align: left;
text-align: center;
}

#navigation ul,li{
list-style-type: none;
display: inline;
padding-right: 30px;
}

#navigation A:link { text-decoration: none; color: #6a6a6a ; }
#navigation A:visited { text-decoration: none; color: #6a6a6a ; }
#navigation A:hover { text-decoration: none ; color: #6a6a6a ; background: #74dba4; }

#footer {
font-family: "Arial", Arial, Tahoma;
font-size: 12px;
color: #434343;
clear: both;
background: url(images/welcome-bg.jpg) repeat-y;
width: 731px;
height: 23px;
margin-top: 20px;
padding: 0px 0px 0px 8px;
padding-top: 8px;
text-align: center;
}

#footer A:link { text-decoration: none; font-weight: bold; color: #000000 ; }
#footer A:visited { text-decoration: none; font-weight: bold; color: #000000 ; }
#footer A:hover { text-decoration: none ; font-weight: bold; color: #000000 ;  }

h3{
font-family: "Arial", Arial, Tahoma;
font-size: 9px;
color: #cecdcd;
text-align: left;
margin-top: -0.5px;
}

h4{
font-family: "Arial", Arial, Tahoma;
font-size: 12px;
color: #434343;
text-align: left;
margin-top: -15px;
margin-left: 620px;
}

img {
border: 0;
}

img a {
border: 0;
}

A:link { text-decoration: underline; color: #39a2b2 ; }
A:visited { text-decoration: underline; color: #39a2b2 ; }
A:hover { text-decoration: underline ; color: #39a2b2 ; }

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	font-family: "Trebuchet MS";
}