@import url("/look/smoothness/jquery-ui-1.7.2.custom.css");

body {
	font-family:Helvetica;
}
a:link, a:visited, a:active, a:hover {
	color: #1C267F;
}
#pagebody
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#mainlogo {
	width:471px;
	height:95px;
	border:none;
}
#pagecontents {
	width:950px;
	position:static;
	margin-left:auto;
	margin-right:auto;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.content {
	border:solid black 1px;
	position:static;
	width:auto;
	padding:5px;
}
.half {
	width:470px;
}
.twoThirds {
	width:610px;
}
.oneThird {
	width:300px;
}
.full {
	width:940px;
}
.content-header {
	position:static;
    top:0px;
    height:29px;
}
.content-header span {
    margin-top:-27px;
	display:block;
	width: 100%;
	height:25px;
	font-size:20px;
	text-align:center;
	color:white;
    z-index:50;
}
.content-header img {
	width:100%;
}

table.form th {
	text-align:right;
    vertical-align:top;
}
#sponsors {
	margin-top:10px;
	width:100%;
}
#footer { 
	font-family: Helvetica;
	font-size: 80%;
	height: 100px;
	border: solid white 1px;
}
#footer img { 
	float: left; 
	margin-right: 5px; 
}
.messages {
	list-style-type:none;
	list-style-position:outside;
	list-style-type:none;
	display:block;
	width:99%;
	border: dashed black 1px;
	background-color:rgba(255,0,0,0.45);
	padding:5px;
}
.messages li {
	margin-left:5px;
	padding:1px;
}
/* These are for the home and index pages */
.fullHeight {
	height:450px;
}
.halfHeight {
	height:195px;
}
/* These are for the annoucements */
.postings dt {
	margin-left:5px;
	margin-right:5px;
}
.postings hr {
	clear:right;
}
.postings p {
	margin-bottom:0px;
}
.postings span {
	float:right;
	font-style:italic;
}
/* Banner titile */
span.important {
	text-align: center;
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	color: #1C264E;
	font-weight: bold;
	font-size: 120%;
	border-top: solid #1C264E 1px;
	border-bottom: solid #1C264E 1px;
	margin-bottom:5px;
}
span.secondary {
    font-weight:bold;
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:110%;
}
img.textIcon {
    height:1em;
    margin-left:5px;
    margin-right:5px;
}
.overflow {
    overflow:auto;
    width:100%;
    height:100;
}
.dialogOpener {
    color:#1C264E;
    cursor:pointer;
    text-decoration:underline;
}
table.plain {
    border-style:none;
}
table.plain td, table.plain th {
    vertical-align:top;
    text-align:left;
}
table.plain th {
    font-weight:bold;
}

.profilePic {
    float:right;
}
table.styled {
    margin:10px 0pt 25px;
    width:100%;
    border: solid 2px black;
    border-collapse:collapse;
}
table.styled td {
    border: solid 1px black;
    text-align:center;
}
table.styled th{
    text-align:center;
    font-weight:bold;
    border: solid 2px black;
    color:#1C264E;
    background:#A7821E;
}
