html,body,form,fieldset,h1,h2,h3,h4,p,pre,blockquote,img {
	border:0;
	margin:0;
	padding:0;
}
html, body {
background-color: #FFFAED; /*#f3e9d0;*/
text-align:center;
height:100%;
}
body {
font:62.5% Avenir, Verdana, sans-serif;
line-height:1.0em;
color:#24475d;
overflow: -moz-scrollbars-vertical;
}

p {
margin-bottom:10px;
}

table {
padding:0;
margin:0 auto;
empty-cells:show;
border-collapse:collapse;
}
td, th {
margin:0;
padding:0;
border:none;
}

a, a:visited {
	color: #24475d;
	text-decoration:underline;
}
a:hover {
	color: #466375;
}

#splashContent a, #splashContent a:visited, #splashContent a:hover {
	text-decoration:none;
	font-size:0.8em;
	letter-spacing:1.2;
}

#world {
width: 792px;
background-color: #a7b5be;
font-size:1.0em;
}
    td.wrap1 {
    width:1px;
    margin:0; padding:0;
    background-color: #466375;
    }
    td.wrap2 {
    width:1px;
    margin:0; padding:0;
    background-color: #677e8e;
    }
    td.wrap3 {
    width:1px;
    margin:0; padding:0;
    background-color: #889aa6;
    }

#masthead {
height:186px;
margin:0; padding:0;
border:none;
background: url("/static/masthead.png") no-repeat left top;
z-index:500;
}
	#logo {
	width:262px;
	height:73px;
	margin-left:265px;
	padding-top:20px;
	z-index:9999;
	}
    #menu {
    margin-top:20px;
    }
        #menu td {
        padding: 0 15px;
        font-size: 1.0em;
        letter-spacing:2;
        white-space: nowrap;
        text-align:center;
        }
        #menu a {
        font-size: 0.8em;
        text-decoration:none;
        }
            #menu td.on, #menu td.on a {
            font-weight:bold;
            }
        #welcome {
        width:80px;
        height:15px;
        background:url('/static/welcome.gif') no-repeat left top;
        }

#content {
background-color: #a7b5be;
}
    #contentBody {
    background: #d2d9e1 url("/static/body-grad.gif") repeat-x left top;
    padding:10px 30px;
    margin:0 auto;
    width:520px;
    font-size:0.7em;
    font-weight:normal;
    letter-spacing:0.8;
    line-height:1.6em;
    color: #24475d;
    }
    	#contentImg {
    	float:left;
    	margin-right:20px;
    	width:150px;
    	}
    	#contentText {
    	float:left;
    	width:350px;
    	}
    		.svchdr {
    		margin-top:15px;
    		border-bottom: 1px dotted #24475d;
    		cursor:pointer; cursor:hand;
    		}
    		.svctxt {
    		padding-left: 20px;
    		}
        img.pimgleft {
        padding:0;
        margin:0; 
        border:1px solid #24475d;
        }
        
        #contentBody h3 {
        font-size:1.1em;
        }

    #footer {
    height:20px;
    text-align:center;
    background-color: #24475d; 
    color: #fff; 
    font-size:0.7em;
    }

