body {
    text-align: center;
    background-color: #ffcc22;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}

#main {
    background: none;
    width: 750px;
    padding: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    background-color: #FFFFFF;
	border: 1px solid #5e5e5e;
}

#nav {
    margin-top: 0;
    margin-left: 0px;
    font-family: "Century Gothic", Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}

.heading {
    font-family: "Century Gothic", Verdana, Lucida, Arial, Helvetica, sans-serif;
    color: #ffffff;
    position:relative;
    margin-top:-43px;
    margin-left:10px;
	margin-right: 10px;
    float:right;
    font-size:29px;
}

#main > #nav {
    margin-left: 0;
}

#nav {
    padding: 0;
    margin: 0;
	font-size: 11pt;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}	

#nav ul li {
    padding: 0;
    float: left;
    width: 150px;
    height: 23pt;
}

#nav ul li a {
    text-decoration: none;
    text-align: center;
    color: #5e5e5e;
    display: block;
    width: 150px;
    border-top: 5px #0093dd solid;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    background-color: #ffffff;
}

#nav ul li a:hover {
    background-color: #ff9900;
    color: #ffffff;
    border-top: 5px #0093dd solid;
}
#nav img {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#content {
    text-align: left;
    font-size: 0.9em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
    line-height: 18pt;
    margin-top: -3px;
    padding: 15px; 
    padding-top: 10px;
    background-image: url(images/shadow.jpg);
    background-repeat: repeat-x;
}

#content a {
	color: #333333;
    text-decoration: underline;
}

#content a:hover {
    color: #5e5e5e;
}

#content h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic", Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ff9900;
}

#content h1 {
    font-size: 16pt;
    border-bottom: 1px solid #cccccc;
}
#content h2 {
    font-size: 13pt;
    border-bottom: 1px dotted #cccccc;
}
#content h3 {
    font-size: 11pt;
}
#content h4 {
    font-size: 9pt;
    font-weight: bold;
}

#homeMain {
    padding-right: 10px;
	width: 450px;
	float: left;
	border-right: 1px dashed #cccccc;
}
#homeMain ul li {
    list-style: none;
    background: url(img/list.gif) center left no-repeat;
}
#newsBar {
    float: left;
    width: 220px;
    padding-right: 10px;
    padding-left: 20px;
    margin: 0px;
}
#homeNews {
    line-height: 12\pt;
    margin-left: 5px;
    font-size: 9pt;
}
#footer {
    clear: both;
    border-top: 1px solid #000000;
    background-color: #0093dd;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    letter-spacing: 0.5px; 
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    font-variant:small-caps;
}
#footer a {
    color: white;
}
#footer a:hover {

    color: white;
}

#copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    padding: 1px;
    border: 1px solid #999999;
    width: 83px;
    text-align: right;
}
div > div#copyright { position: fixed; }
img {
    border: 0px;
}
.headerImage {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
table, tr, td, th {
    padding: 1px;
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
table ul {
    margin-left: 20px;

}
th {
    padding-left: 5px;
}

@media print {
    .headerImage, #nav, #copyright {
        display: none;
    }
    .heading {
        position: static;
        margin: 10px;
        float: none;
        display: block;
        text-align: right;
    }
    #main {
        width: 100%;
        border: 0px;
    }
}

