/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    }

body {
	background: #73a8df url(images/white-bg.gif) top center repeat-y;
	text-align: center;
}

h1 {
    font-weight: bold;
    color: #666;
    font-size: 13px;
}
h2 {^M
    font-weight: bold;^M
    color: #666;^M
    font-size: 11px;^M
}^M


a {
    color: #666;
    text-decoration: none;
}


a:hover {
    color: #ccc;
}


#leftfooter a {
    color: #545454;
    text-decoration: none;
}

#leftfooter a:hover {
    color: #333;
}


#container {
    width: 625px;
    margin: 0 auto 0 auto;
    text-align: left;
    }
    
#header {
    width: 625px;
    }
    
#columnholder {
    width: 625px;
    float: left;
    background-color: #fff;
    padding: 50px 0 20px 0;
    }
    
#leftcolumn {
    width: 218px;
    float: left;
    background-color: #fff;
    }
    
#nav {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 14px;
    }
    
#nav li {
    list-style: none;
    margin-bottom: 4px;
    }
    
#nav li a {
    font-size: 12px;
    color: #a7a7a7;
    padding-right: 20px;
    background: url(images/navarrow.gif) center right no-repeat scroll;
    text-decoration: none;
    text-transform: uppercase;
    }
    
#nav li a:hover {
    color: #797272;
    }
    
#contentcolumn {
    width: 356px;
    border-left: 1px solid #73a8df;
    padding: 0 25px 0 25px;
    float: right;
    background-color: #fff;
    }
    
#contentcolumn p {
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    margin-bottom: 20px;
    color: #545454;
    }
    
#leftfooter {
    width: 218px;
    float: left;
    text-align: right;
    border-right: 1px solid #73a8df;
    }
    
#leftfooter p {
    font-size: 12px;
    color: #545454;
    line-height: 16px;
    margin: 0 14px 10px 0;
    text-transform: uppercase;
    }
