@charset "utf-8";
/* built by Josh Wasserman, jw2142@columbia.edu */

body {
color: #000000;
background-color: #999999;
margin: 0px;
padding: 0px;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

#header {
position: absolute;
top: 0px;
left: 0px;
height: 90px;
width: 100%;
margin: 0px;
padding: 0px;
background-color: #999999;
/*border-bottom: 1px solid #000000;*/
z-index: 10;
}

#logo {
position: absolute;
top: 10px;
left: 60px;
height: 40px;
width: 400px;
color: #ffffff;
font-family: Helvetica, Verdana, sans-serif;/*"Courier New", Courier, monospace;*/
font-size: 20px;
font-weight: bold;
}

#culogo {
position: absolute;
top: 10px;
left: 680px;/*570px;*/
height: 30px;
width: 200px;
color: #ffffff;
font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-weight: bold;
}

#soalogo {
position: absolute;
top: 50px;
left: 685px;/*570px;*/
height: 30px;
width: 200px;
color: #ffffff;
font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-weight: bold;
}

#mainmenu {
position: relative;
top: 55px;
left: 20px;
height: 15px;
width: 90%;
min-width: 680px;
font-family: Helvetica, Verdana, sans-serif;
/*border-top: 1px solid #ffffff;*/
}

a.menu:link, a.menu:visited {
color: #ffffff;
font-size: 12px;
text-decoration: none;
}

a.menu:active, a.menu:hover {
color: #000000;
font-size: 12px;
text-decoration: none;
}

a.text:link, a.text:visited {
color: #000000;
font-size: 12px;
text-decoration: underline;
}

a.text:active, a.text:hover {
color: #999999;
font-size: 12px;
text-decoration: underline;
}

#main {
position: absolute;
top: 90px;
left: 0px;
width: 100%;
height: 400px;
margin: 0px;
padding: 0px;
background-color: #ffffff;
}

#cal iframe {
width: 90%;
height: 390px;
}

/* use this col for featured images */
#coluno {
position: absolute;
top: 0px;
left: 0px;
width: 30%;
min-width: 300px;
margin: 0px;
padding: 0px;
height: 400px;
float: left;
border-right: 1px solid #ffffff;
background-color: #000000;
z-index: 40;
text-align: right;
}

/* use this col for upcoming lecture */
#coldos {
position: absolute;
top: 0px;
left: 30%;
width: 30%;
margin: 0px;
padding: 0px;
height: 400px;
float: left;
border-right: 1px solid #999999;
text-align: center;
z-index: 50;
background-color: #dddddd;
color: #000000;
}

/* use this col for other text / links */
#coltres {
position: absolute;
top: 0px;
left: 60%;
width: 35%;
margin: 0px;
padding: 0px;
height: 400px;
float: left;
z-index: 20;
color: #666666;
background-color: #ffffff;
overflow: auto;
/*border-right: 1px solid #999999;*/
}

#footer {
position: absolute;
top: 490px;
height: 90px;
width: 100%;
margin: 0px;
padding: 0px;
color: #ffffff;
background-color: #999999;
font-family: Helvetica, Verdana, sans-serif;
z-index: 10;
}

h1 {
color: #000000;/*#999999;*/
font-size: 14px;
padding: 10px;
}

h3 {
padding:0px 0px 0px 20px;
}

p {
padding: 3px 10px 2px 10px;
}

img {
border: 0px;
}

ul {
list-style-type: none;
}

ul.horiz li {
float: left;
padding-left: 0px;
padding-right: 40px;
list-style-type: none;
}

.rfloat {
float:right;
text-align:left;
padding:10px;
}

.ralign {
text-align: right;
}

.lalign {
text-align: left;
}

.calign {
text-align: center;
}