/* CSS Document */

body {
     font-family: Verdana,Arial,Geneva,Kalimati,sans-serif;
     font-size: 100%;
     line-height: 23px;
     background-image: url(http://webcluster.cofc.edu/images/backgrounds/bg.jpg);
     background-repeat: repeat-y;
	background-position: 50% 1%; 
     margin:0;
}

a, a:visited {
     color: #660000;
}

a:hover, a:focus, a:active {
     text-decoration: none;
     outline-style: none;
}

h1 {
     font-size: 1.5em;     
     font-weight: normal;
     color: #660000;
}

h3 {
     font-size: 0.8em;
     color: #000000;
     font-weight: bold;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: Arial,Verdana,sans-serif;
     text-align: left;
     margin: 25px 10px 10px 0;    
}

h5 {
     margin: 0 0 5px 0;
     color: #660000;
     font-weight: normal;
     font-size: 1em;
}

p {
     font-size: 0.8em;
     margin: 0;
}

fieldset {
     padding: 10px;
     margin: 10px 0 15px 0;
     border: 1px solid #e5e5e5;
}

legend {
     font-size: 0.9em;
     text-transform: uppercase;
     background-color: #660000;
     color: #ffffff;
     border: 1px solid #e5e5e5;
     padding: 0 10px 0 10px;
     margin: 0;
}

dt {
     font-size: 0.9em;
     font-weight: normal;
     color: #660000;
     margin: 10px 0 0 0;
}

dd {
     margin: 0;
}

dl {
     margin-top: 0;
}

input[type="button"], input[type="submit"] {
     background-color:#EAEAEA;
     border:1px solid #CCCCCC;
     color:#3C312F;
     cursor:pointer;
     font-weight:bold;
     padding:2px 5px;
}

div#container {
     width: 982px;
     margin: 0 auto 0 auto;
     text-align: left;
     background-color: #ffffff;
     overflow: hidden;
     position: relative;
}

div#header {
     clear: both;
     position: relative;
     background-color:#640904;
     border-width: 0 1px 0 1px;
     border-style: solid;
     border-color: #ffffff;
}

div#left_column {
     float: left;
     width: 200px;
     text-align: left;
     padding: 0 0 0 10px;
     
}

div#content {
     float: left;
     width: 569px;
     padding: 10px 10px 20px 10px;
     border-width: 0 1px 0 1px;
     border-style: solid;
     border-color: #e5e5e5;
}

div#right_nav {
     float: right;
     width: 171px;
}

ul.quicklinks {
     padding: 0 0 0 20px;
     margin: -5px 0 0 0;
}

ul.quicklinks li {
     list-style-type: square;
     font-size: 0.7em;
     line-height: 20px;
}

ul.quicklinks li a {
     text-decoration: none;
}

ul.quicklinks li a:hover {
     text-decoration: underline;
}

div#footer {
     clear: both;
     text-align: center;
     background-color: #640904;
     color: #ffffff;
     border-top: 1px solid #e5e5e5;
}

.mrl_tag {
     font-size: 0.7em;
     font-style: italic;
}

p.fail {
     font-size: 0.9em;
     color: red;  
     margin: 0 0 10px 0;       
}

div.warning {
     border-width: 1px 2px 2px 1px;
     border-style: solid; 
     border-color: #e7e7e7;
     padding: 3px;
}

div.warning img {
     margin: 0px 5px 0 0;
     vertical-align: middle;
}

div.warning ul.warning_messages {
     font-size: 0.7em;
     line-height: 20px;
}
