/* Better looking SUPer- and SUBscripts */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

body {
	background: #9ea4c6 url(images/blue_bkg.jpg) repeat-x top left fixed; padding:0;
	/*border-top: 5px solid #fff;*/
	color: #333;
	font-size: 13px;
	font-family:Verdana,Geneva,sans-serif;;
	padding: 0;
}

bold, strong {
	color:#000;
}

a, a:visited {
	text-decoration: none;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	color: #f04823;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}


.footer {
	border-top: 3px solid #a8b6d9;
	margin-right:0;
	margin-left:-10px;
	width:960px;
}

.footer p {
	font-size:11px;
	text-align:right;
	margin: 5px 10px 5px 10px;
	line-height: 1.5em;
}

.footer a {
	color:#a8b6d9;
	font-weight:bold;
}

.footer a:focus, a:hover, a:active{
	color:#653372;
}


.container_12 {
	background: #fff url(images/12_col.gif) repeat-y;
	margin-bottom: 20px;
}


.container_16 {
	background: #fff;
}

.top_image {
	width:960px;
	margin:0;
	padding-bottom:0;
}

.col {
	margin-top:10px;
}

.org {
	margin:0;
}

img.plain {
 border: 1px solid #868e9f;
 padding: 3px;
 background-color: #fff;
}


.container_24 {
	background: #fff url(images/24_col.gif) repeat-y;
}

 .rounded_div {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-image: url(images/grey666_o15.png);
	border: 1px solid #ccc;
	padding: 5px;
	text-align:left;
	}

  .red {
	color: #e93d10;
	font-weight:bold;
	}

.SmallText ul, .SmallText ul li {
	margin-left:7px; 
	padding:0px; 
	margin-top:6px;
	margin-bottom: 10px; 
	text-indent:0px;
	list-style: square;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	font-size:10px;
	}

.faculty {
font-variant:small-caps;
font-size:12px;
}

.sx_col h1 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;;
	font-weight: normal;
	text-align: left;
	color:#e95f0e;
	margin-bottom: 10px;
	border-bottom: 1px solid #e95f0e;
	padding-left:10px;
	margin-left:-10px;
	width:530px;
}

.sx_col h2 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;;
	font-weight: bold;
	text-align: left;
	color:#565658;
	margin-bottom: 10px;
	padding-left:10px;
	margin-left:-10px;
}

.dx_col {
	margin-top: 0px;
	margin-left: 0px;
	border-left: 1px solid #e95f0e;
}

.dx_col p {
	padding-left: 20px;
}

.dx_col ul {
	margin-top: 50px;
	padding-left: 20px;
}

.dx_col li {
	list-style-type:square;
	color:#e95f0e;
	margin-bottom: 5px;
}

.dx_col li a {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color:#e95f0e;
}
.dx_col li a:hover {
	text-decoration: underline;
	color: #333;
}
