/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
    background-color: #cccccc;
}
div.topbar
{
width:880px;
height: 100px;
background-image:url("logos/uga_logo.png");
background-repeat:repeat-x;
margin: 0 auto 0 auto;
}
#nav
{
width: 550px;
height: 30px;
float:right;
padding-top:65px;
padding-bottom:5px;
font:Arial, Helvetica, sans-serif;
color:#E7E7E7;
text-align:center;
}
#nav a:link, #nav .current_page_item {
	color: #e7e7e7;
	text-decoration: none;
}
#nav a:visited, #nav .current_page_item {
	text-decoration: none;
	color: #e7e7e7;
}
#nav a:active, #nav .current_page_item {
	text-decoration: none;
	color: #e7e7e7;
}
#nav a:hover, #nav .current_page_item {
	color: #e7e7e7;
	text-decoration:underline;
        }
div.repq
{
width: 880px;
background-color:#c5c5c5;
background-repeat: repeat-y;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0 auto 0 auto;
}
div.main
{
width: 860px;
background-color:#e7e7e7;
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
text-align:center;
padding-bottom: 10px;
margin: 0 auto 0 auto;
}

div.cont
{
width: 700px;
border: solid 1px #908F97;
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin: 0 auto 0 auto;
}

div.space
{
width: 700px;
height: 20px;
margin-top: 5px;
margin: 0 auto 0 auto;
}

div.bottom
{
width: 880px;
height: 95px;
background-image: url("logos/footer.jpg");
background-repeat: no-repeat;
margin: 0 auto 0 auto;
}

.date {
	font-size: 10px;
	color: #B1AECB;
}
.title {color: #040026; font-size: 24px; font-weight: bold; }
.but { font-size: 14px; font-weight: bold; }
.Style2 { font-size:10px;}

a:link {
	color: #555d6f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555d6f;
}
a:active {
	text-decoration: none;
	color: #555d6f;
}
a:hover {
	text-decoration: underline;
	color: #333333;
