* {
    padding: 0;
    margin: 0;
} 

body {
background: #121212;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #ccc;
}

img { border: none; }
a { color:rgb(125,189,56); text-decoration: none; }
a:hover { text-decoration: underline; color : #fff; }

#wrap {
width: 760px;
background: #222;
margin: 0px auto;
}
.header {
position:relative;
padding-top: 20px;
height: 80px;
text-transform: uppercase;
background-image:url('dwsLogoCrop.gif');
background-repeat:no-repeat;
background-position:left;
background-color:#281D51;
color:rgb(255,255,255);
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
color:white;
display:none;
}
.header h1 a {
color:rgb(125,189,56);
text-decoration: none; 
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}
.header p {
position:absolute;
right:3px;
bottom:3px;

}
.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
z-index:10;
}
.navigation ul { 
list-style-type: none; 
z-index:10;
}
.navigation ul.topNav {
position:relative;
z-index:10;
}
.navigation li { 
padding: 0; 
margin: 0; 
z-index:10;
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #222;
text-decoration: none;
border-bottom: 1px solid #171B20;
z-index:10;
}
.navigation a:hover {
color: #fff;
background-color:rgb(125,189,56);
z-index:10;
}

.navigation li:hover>a {
background-color:rgb(125,189,56);
z-index:10;
}

ul.topNav li ul {
margin-top:-27px;
padding:0;
width:200px;
border-bottom:solid 1px white;
position:absolute;
left:-999em;
z-index:10;
}

ul.topNav li ul li {
border-top: solid 1px white;
border-right: solid 1px white;
border-left: solid 1px white;
z-index:10;
}

.topNav li:hover ul, #topNav li.sfhover ul {
left:200px;
z-index:10;
}

#topNav li:hover {
background-position: 0 0;
}

.navigation img {
width:185px;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

.content {
padding: 10px 10px 10px 0;
float: right;
width: 540px;
}
.content #logo {
display:none;
}
.content h2 {
color: rgb(96,93,149);
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
line-height:100%;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }
.content p + h2 {
padding-top:20px;
}
.content img#homePageMainImage {
width:500px;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}

.content td.blogFeedBody {
border:dotted 1px white;
padding:5px;
}
.content td.blogFeedTitle {
padding-top:15px;
}

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}

/****specific to faculty page*******/
div.leftside_image {
float: left;
padding: 0px 10px 0px 10px;
margin: 10px;
text-align: center;
font-size: 0.8em;
font-style: italic;
}
div.rightside_image {
float: right;
padding: 0px 10px 0px 10px;
margin: 10px;
text-align: center;
font-size: 0.8em;
font-style: italic;
}
/*****specific to contact form*****/
p.confirmation {
color:#7DBD38;
text-align:center;
}

/******specific to contact records****/
table.contact_table {
width:100%;
}

table.contact_table td {
padding:5px;
background-color:#333333;
}

table.contact_table th {
text-align:left;
}

/******specific to admin*******/
p#emailList {
margin-top:10px;
}

/*******specific to legends*****/
.legendsList {
color:#7DBD38;
text-indent:15px;
list-style-type:none;
}

.legendsList li {
padding-top:10px;
}

.legendsList ul {
color:white;
text-indent:35px;
list-style-type:none;
}

.legendsList ul li {
padding-top:0px;
}

h3.legendsHead {
padding-bottom:10px;
font-size:1.1em;
}