﻿@import url("layout.css"); 
/* @import url("menu.css"); */


/* CSS layout */
body {
	margin: 0;
	padding: 0;
    font-size: x-large;
}

/*
#logo {
	float: left;
	width: 380px;
	margin-right: 250;
}

#header {
	margin-left: 250px;
}

*/

/* used on usac master */

#container {
	top: 0px;
	clear: both;
	min-width: 925px;
}

#left_col {
	top: 0px;
	float: left;
	width: 700px;
}

#right_col {
	top: 0px;
	float: right;
	width: 225px;
}


#top_nav 
{
    	float: left;
}

#footer {
	clear: both;
    width: 1000px;
}

#main_content 
{
    width: 1000px;
}

#def_left_col {
	float: left;
	width: 230px;
}

#bg-text {
    color: lightgrey;
    font-style: italic;
}

.page
{
    width: 1000px;
    background-color: white; /* #fff;  */
    margin: 5px auto 0px auto; /* border: 1px solid #496077;  */
}

.main {
    padding: 0px 0px;
    margin: 12px 0px 8px 0px;
    min-height: 480px;
    font-size: 11px;
}

.clear
{
    clear: both;
}

/*div.hideSkiplink 
{ 
    background-color: #3a4f63; 
    width:100%; 
}*/