<!-- 
/* Pre Parmeter */
body { 
       background-color:#FFFFFF; 
       color: #666666;
       /* height: 100%; */
       background-image: url(../pics/hdr_bg.png);
       background-repeat: repeat-x;
       font-family: Verdana, Arial, Helvetica sans-serif; 
       font-size: 11px; 
       margin: 0px;
	   padding: 0px;
	   overflow: auto;
}

body, tr, td {
	font-family: Verdana, Arial, Helvetica sans-serif; 
    font-size: 11px; 
}

input { border-style:solid; border-width: 1px; background-color: #E2E8EB }
textarea { border-style:solid; border-width: 1px; background-color: #E2E8EB }
form text { background-color: #E2E8EB }
form button { background-color: #E2E8EB }
form submit { background-color: #E2E8EB }

h1 {
       background-color: #E2E8EB;
       color: #999999;
	   display: inline;
       font-size: 14px;
	   font-weight: bold;
       padding: 0px 5px 0px 5px;

}

h2 {
        background-color: #fb7a0c;
        color: #fef277;
	display: inline;
        font-size: 14px;
	font-weight: bold;
        padding: 0px 5px 0px 5px;
        
}

h3 {
    color: #fef277;
	display: inline;
    font-size: 14px;
	font-weight: bold;
}

img {
    border: none;
}

label, select { 
    display: block;
    float: left;
    width: 160px;
}

/* SELF Parmeter */
.wrapper {
	/*margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
    width: 712px;
	height: 100%;
	border: 1px dashed silver;*/
}

.header {
	float: left;
    margin-top: 0px;
    line-height: 0px;
	padding: 0px;
    width: 700px;
    background-image: url(pics/hdr_logo_bg.png);
}

.navigation{
    background-color: #E2E8EB;
    float: right;
	margin-top: 169px;
	margin-right: 5px;
	text-align: right;
}

.content{
    float: left;
    width: 550px;
}

.textbox{
	display: inline;
    float: left;
    padding: 20px;
}

.textbox img{
    border: 1px solid #999999;
}

.footer {
	color: white;
	font-size: 10px;
}

/*.footer{
    background-color: #485866;
    color: #FFFFFF;
    float: left;
    padding: 3px;
    width: 725px;
}*/

.spacer{
        padding: 10px 0px 10px 185px;
}

#keywrds{
       color: #DF6905;
       font-size: 9px;
       font-weight: normal;
}





/* GLABAL LINK CONFIG */
a:visited {
	text-decoration: none;
        font-weight: bold;
	color: #999999; 
}

a:link {
	text-decoration: none;
        font-weight: bold;
	color: #999999;
}

a:hover {
		text-decoration: none;
        font-weight: bold;
        color: #485866;
}

a:active {
		text-decoration: none;
        font-weight: bold;
        color: #485866;
}
-->

.active, .active a {
       font-size: 13px;
	   color: #485866;
}


.inactive, inactive a {
        font-size: 13px;
	   	color: #336699;
}


.submenu{
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 15px;
}


