/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ccc;
background-color: #000;
background-attachment: fixed;
background-image: url(/home/images/grad_background.jpg);
background-repeat: repeat-x;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #fff;
}

h1 {
font-size: 1.4em;
}

h2 {
font-size: 1.1em;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #cc0000;
background-color: inherit;
border: 0;
}

a:hover {
border-bottom: 1px solid #f00;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Geneva, Arial, Helvetica, sans-serif;
}

/* overrides
----------------------------------------------- */

#head a {
text-decoration: none;
color: #fff;
background-color: inherit;
border: 0;
}

img.alignmiddle {
display: block;
margin-left: auto;
margin-right: auto;
}

p.alignmiddle {
text-align: center;
}

img.alignright {
text-align: right;
}

.homepage {
background-image: url(images/usibackground.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 450px;
}

/* global layout
----------------------------------------------- */

#container {
margin: 10px auto;
padding: 0px;
width: 800px;
\width: 810px;
w\idth: 800px;
background-color: #000;
}

#head {
height: 186px;
text-align: center;
}

#content {
margin: 0 30px;
padding-top: 30px;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

#management {
background-color: #091E39;
border: 1px solid #114287;
padding: 15px;
padding-top: 0px;
}

#employees {
background-color: #091E39;
border: 1px solid #114287;
padding: 15px;
padding-top: 0px;
}

input {
background-color: #091E39;
border: 1px solid #114287;
color: #fff;
font-size: 14pt;
}