body {
	background-color: #ffffff;
	font-family:"Arial";
	line-height:18px;
	font-size:11px;
	color:#5e5e5e;
	margin:0;
}

h1 {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

.clear {
    clear: both;
}

#container {
    margin: 0 auto;
	width:1046px;
    text-align: center;
}

#headerinner {
    height: 125px;
    width: 100%;
    text-align: left;
    position: relative;
}

#logoinner {
    height: 93px;
    width: 350px;
    background-image: url('images/inner_logo.gif');
    background-repeat: no-repeat;
    float: left;
    padding: 0;
    margin-top: 25px;
}

#bannerright {
    width: 696px;
    height: 88px;
    float: right;
}

#miniwelcome {
    color: #84D0F0;
    font-weight: bold;
    float: right;
    height: 40px;
    margin-right: 50px;
    margin-top: 10px;
}

#miniwelcome a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #84D0F0;
    font-weight: bold;
}

#miniwelcome a:hover {
    color: #000000;
}

#ads {
    position: relative;
    width: 696px;
    height: 61px;
    margin-top: 30px;
    margin-right: 30px;
}

#bannerad {
    position: relative;
    width: 469px;
    height: 61px;
    float: left;
    margin-left: 25px;
}

#advertise_with_us {
    position: relative;
    height: 58px;
    width: 156px;
    float: right;
    margin-right: 40px;
}

#secondsection {
    position: relative;
    width: 100%;
    height: 347px;
}

#nav {
    position: relative;
    height: 188px;
    width: 210px;
    background-image: url('images/navbg.gif');
    background-repeat: no-repeat;
    float: left;
}

#navtext {
    color: white;
    font-family: /*Myriad Pro,*/ Arial;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 30px;
    margin-top: 30px;
    text-align: left;
}

#navtext a, a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
}

#navtext a:hover {
    color: #000000;
}

#innerlabel {
    position: relative;
    height: 190px;
    width: 827px;
    background-image: url('images/inner_header_bg.gif');
    background-repeat: no-repeat;
    float: right;
    margin-right: 9px;
}

#innerlbl {
    position: relative;
    z-index: 2;
    margin-top: 120px;
    margin-left: 35px;
    text-align: left;
}

#innerpgcontent {
    position: relative;
    width: 996px;
    height: auto;
    margin: 20px;
    background-color: #FFFFFF;
    border: 1px solid black;
    text-align: center;
    min-height: 271px;
    margin-top: -150px;
    float: left;
}

#innerpgcontenttext {
    margin: 20px;
    width: 924px;
    text-align: left;
    color: #000000;
    text-align: left;
}

#innerpgcontenttext a, a:link, a:visited, a:active {
    color: #E3001B;
    text-decoration: underline;
}

#innerpgcontenttext a:hover {
    color: #404040;
    text-decoration: none;
    border-bottom: 1px dashed #404040;
}

#footer {
    position: relative;
    height: 26px;
    width: 1046px;
    background-image: url('images/footerbg.gif');
    background-repeat: no-repeat;
    margin-top: -30px;
}

#footertext {
    text-align: right;
    margin-top: 25px;
    margin-right: 40px;
    font-size: .8em;
    color: #000000;
}

#footertext a, a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

#footertext a:hover {
    color: #E2001A;
}



