/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font: 80% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #645d5d;
}

/*OUTER TABLE*/

table.outer {
     width:760px;
     margin-left:auto;
	 margin-right:auto;
	 border:none;
}

table.layout {
     width:760px;
	 border:none;
}

/*LINKS STYLES*/
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
    color:#FFF;
	text-decoration: none;
}

/*CONTENT LINKS STYLES*/
a.content_lnk:link {
	color: #00117b;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
a.content_lnk:visited {
	color:#2f42b6;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
a.content_lnk:hover {
    color:#36c;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}

/*HEADER*/
#header {
    width:760px;
	height:192px;	
	background-image: url(images/header.gif);
	background-repeat: no-repeat;	
	border-bottom: 1px solid #012295;	
}

img#header {
     border:none;
	 text-align:center;
}

/*HORIZONTAL NAVIGATION*/
#horznav {
     background-color:#333;
	 width:640px;
	 text-align:right;
	 padding:15px 0 0 0;	 	 
}

#horznav ul { list-style-type: none; }
#horznav li { 
     display: inline;
	 padding:2em;	 
	 font-weight:bold;
	 
}  

/*LEFT NAVIGATION*/

table.nested_left {
     width:120px;
	 border:none;
}
#lftnav_bg {
     background-image:url(images/lftnavbg_1700h.gif);
	 background-repeat:no-repeat;
	 width:120px;
	 vertical-align:top;
	 padding-top:20px;
} 

#lftnav {
     background-color:#333;
	 padding:10px 0 10px 10px;
	 text-align:left;
}

p.leftnav {	 
	 font-weight:bold;	 
	 
} 

/*DEGREE AND CERTIFICATE PAGES STYLES*/
.degree_hdr {     
	 font-size:130%;
	 font-weight:bold;	 
}
p.requirements {
	color: #bb3a3a;
	font-weight: bold;
	font-size:110%;
	font-style:italic;
}
img#back {
     border:none;
	 float:left;	 	 	 
}
#min_txt {
     font-size:90%;
}
#career_ops {
     text-align:justify;
}
.sem_hdr {color: #666666}

p.block_txt {
     line-height:22px;	 
	 text-align:justify;
	 text-indent:15px;
}

/*FOOTER LINKS STYLES*/
a.ftr_link:link {
	color: #232222;
	text-decoration: none;
}
a.ftr_link:visited {
	color: #00117B;
	text-decoration: none;
}
a.ftr_link:hover {
    color:#FFF;
	text-decoration: none;
}

/*FOOTER*/
#footer {
     text-align:center;
	 font-size:10px;
	 font-family:Arial, Helvetica, sans-serif;	 
	 color:#ccc;	 	 	 	 
}

img#scoe {
     border:none;
	 vertical-align:middle;
	 padding-right:5px;
}

/*HORIZONTAL LINE IN LEFT NAV BLOCK*/

hr {
     color:#645d5d;
	 size:1px;
	 width:75%;	 
}

/*WHAT'S NEW IMAGE*/

img#whats_new {
     text-align:center;
	 border:none;
}	 

.hiddenlink {display:none;}
