@charset "utf-8";
#body, h1, h2, h3, h4, p, ul, li  {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1F2A6A;
}
td {
	font-size: 85%;
	font-weight: bold;
}

#header {
	color: #FFF;
	background-color: #131313;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header a {
	font-size: 70%;
	color: #1F2A6A;
	text-decoration: none;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 22px;
	border: 1px solid #b5b5b5;
}
#header .home  {
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#header .logout {
	background-image: url(../images/arrow_undo.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#header .mail {
	background-image: url(../images/icon_mail.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}




#header ul {
	padding: 2px;
	float: left;
	list-style-type: none;
}
#header li {
	display: inline;
	margin-right: .25em;
	padding-bottom: .5em;
}
#header a:focus, a:hover {
	color: #1F2A6A;
}
#search {
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0px;
	float: right;
	padding-left: 25px;
}
#search label {
	position: absolute;
	top: -10000px;
}
#masthead {
	background-color: #FFF;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
	height: 110px;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#masthead p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}

#masthead p span {
	position: absolute;
	top: -10000px;
	float: none;
}

#content-wrapper {
	float: left;
	width: 770px;
	margin-bottom: 20px;
	border: 1px solid #b5b5b5;
	background-color: #EEE;
	margin-top: 0px;
}
#main-content {
	float: left;
	width: 516px;
	padding-bottom: 20px;
	font-size: 85%;
	padding-top: 0px;
	background-color: #EEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	border-left-color: #b5b5b5;
}
#main-content a {
	color: #1F2A6A;
	text-decoration: none;
	font-weight: bold;
}
#main-content a:hover  {
	color: #4586A5;
	font-weight: bold;
}


#main-content p {
	font-size: 85%;
	padding: 10px;
}

#main-content h1 {
	font-size: 100%;
	color: #333;
	font-weight: bold;
	font-variant: normal;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	clear: both;
}
#main-content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #1F2A6A;
	font-style: normal;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 150%;
	text-decoration: none;
}

#main-content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 102%;
	font-weight: bold;
	color: #1F2A6A;
	font-style: italic;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 150%;
}#main-content h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CCC;
	font-style: italic;
	line-height: 120%;
	background-color: #FFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


#secondary-content {
	float: left;
	width: 250px;
	font-size: 80%;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	border-left-color: #b5b5b5;
}

#footer {
	color: #FFF;
	background-color: #000;
	clear: both;
	font-size: 80%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/footer_grad_copy.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}



#footer-wrapper {
	background-color: #000;
	background-image: none;
	background-repeat: repeat-y;
	float: left;
	width: 770px;
	border: 1px solid #b5b5b5;
}


#caltable {
	border: 2px solid #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#caltable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#caltable span{
	font-size: 90%;
}

#select-form {
	margin: 10px;
}

.btn  {
	font-weight: bold;
	color: #CCC;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.btnhov  {
	color: #FFF;
	border: 1px solid #666;

}


.leftimg {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.rightimg {
	clear: none;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.centerimg {
	clear: both;
	float: none;
}

.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.column {
	width: 256px;
	float: left;
}
.column p {
	font-size: 80%;
	line-height: 1.1;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column a {
	color: #CCC;
	text-decoration: none;
}
.column a:focus, a:hover {
	color: #0CF;
	font-weight: normal;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.accordiontag {
	font-size: 90%;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	text-align: center;
	font-style: italic;
}
.ucslogo {
	float: left;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#loginpage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#dl_box td {
	border: 1px solid #333;
}
#dl_box {
	margin-top: 10px;
	margin-bottom: 15px;
}

.dl_box_head {
	background-color: #CCC;
}
.dl_box_files {
	background-color: #FFF;
}
#main-content ol {
	font-size: 85%;
}
#main-content ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#formcontainer {
	margin-left: 5px;
}
