body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px; line-height: 1.6; 
    background: #fff;
    background-image: url(images/gradient.gif);
	background-repeat: repeat-x; 
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0px;
}

.text a {
	font-weight: bold;
}

.text a:link {
	color: #1a689f;
	text-decoration: none;
}
.text a:visited {
	color: #1a689f;
	text-decoration: none;
}
.text a:hover {
	color: #000;
	text-decoration: none;
}
.text a:active {
	color: #1a689f;
	text-decoration: none;
}
   
.menu {
	float: right;
	width: 500px;
	margin: 10px;
	padding-top: 15px;
	padding-right: 0px;
	background-color: transparent;
}
 
.menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
 
.menu ul li {
	display: inline;
}
 
.menu ul li a {
	float: left; 
	text-decoration: none;
	color: #000;
	padding: 5px 11px;
	background-color: transparent;
	border-left: 1px solid #dfdfdf;
}
 
.menu ul li a:visited {
	color: #000;
	text-decoration: none;
}
 
.menu ul li a:hover, .menu ul li .current {
	color: #1a689f;
}
        	
/* bold blue text */

H1 {
	font-size:12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    color:#1a689f;
    margin-top:0px;
}

#wrapper {
    width: 780px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(images/backgroundj.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
}

#header, #maintext, #column1, #column2, #column3, #column4, #footer { 
    padding: 10px;
}

#header {
	clear: both;
    background-color: transparent;
    margin: 10px;
    padding: 0; 
}

#maintext {
    background-color: transparent; 
    margin: 0;
    padding: 0; 
}

/* left two columns */

#section1 {
    float: left;
    background-color: transparent;
    width: 385px;
    height: 580px;
    padding-top: 0px;
}

    #column1 {
        float: left;
        background-color: transparent;
        width: 167px;
    }

    #column2 {
        float: right;
        background-color: transparent;
        width: 168px;
    }
    
    
/* right two columns */

#section2 {
    float: right;
    background-color: transparent;
    width: 385px;
}

    #column3 {
        float: left;
        background-color: transparent;
        width: 171px;
    }

    #column4 {
        float: right;
        background-color: transparent;
        width: 168px;
    }
    
/* unordered list settings */
    
ul { 	
	list-style: outside;
	margin-top: 0; margin-bottom: 0; margin-left: -25px;
}

#footer { 
    background-color: transparent;
    border-top: 1px #e7e7e7 solid;
    clear: both;
}