@media all {
	html body {
		margin: 0;
		padding: 0;
		color: #000; 
		background: #273443;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 76%; 
	}
	#wrapper {
		background:  url(/images/09mg_bodyback_rc.jpg) #273443 repeat-y;
		width: 750px;
		margin: 0 auto;
	}


/* ----- navigation links ----- */
    .Nav {
        list-style-type: none;
/*        font-family: "Times New Roman", serif;*/
        font-size: .9em;
		font-weight: 600;
		color: #99B3CC; /* LtGray */
        
    }
    .Nav li {
        display: inline;
        padding: 0 3px;
        margin: 0;
    }
    .Nav li a {
/*        text-transform: uppercase;*/
        text-decoration: none;
        color: #99B3CC; /* LtBlueGray */
    }
    .Nav li a:hover {
/*        text-decoration: underline;*/
        border-top: 8px solid #DFFFF4; /* LtGreen */
        color: #DFFFF4; /* LtGreen */
    }
	
.smallprint { 
    FONT-FAMILY: verdana,geneva,arial,helvetica,sans-serif; 
    FONT-WEIGHT: normal; 
    FONT-SIZE: 10px } 
.smallprint A:hover {
    FONT-FAMILY: verdana,geneva,arial,helvetica,sans-serif; 
    FONT-WEIGHT: normal; 
    FONT-SIZE: 10px; 
    COLOR: #ffffff; 
    LINE-HEIGHT: normal; 
    BACKGROUND-COLOR: #CC0033; 
    TEXT-DECORATION: none}