@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background01.jpg);
	background-position: 50% 0%;
}
.footertext {font-size: 12px; line-height: 20px; color:#FFFFFF;}
.footertext2 {font-size: 11px; line-height: 20px; color:#666666;}

.bodytext {font-size: 12px; line-height: 20px; color: #666666;}
.bodytext_purple {font-size: 12px; line-height: 20px; color: #330066;}
.bodytext_purple_larger {font-size: 14px; line-height: 20px; color: #330066;}

.bodytext_star_white {font-size: 12px; line-height: 16px; color: #FFFFFF;}
.bodytext_star_purple {font-size: 12px; line-height: 16px; color: #9A33CA;}

.rules-center{text-align:center; font-size: 12px; line-height: 20px; color: #666666;}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.footer:link {
	color: #FFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFF;
}


a.faculty:link {
	color: #330066;
	text-decoration: none;
}
a.faculty:visited {
	text-decoration: none;
	color: #330066;
}
a.faculty:hover {
	text-decoration: none;
	color: #330066;
}
a.faculty:active {
	text-decoration: none;
	color: #330066;
}



a.purple:link {
	color: #660099;
	text-decoration: none;
}
a.purple:visited {
	text-decoration: none;
	color: #660099;
}
a.purple:hover {
	text-decoration: underline;
	color: #660099;
}
a.purple:active {
	text-decoration: none;
	color: #660099;
}




/* Main Table */

#main {
	margin-left: auto ;
  	margin-right: auto ;
	top: 0px;
	width: 950px;
	height: auto;
}
#body {
	margin-left: auto ;
  	margin-right: auto ;
	top: 0px;
	width: 918px;
	height: auto;
}

.table_no_repeat {
	background-repeat: no-repeat;
}


/* ------------------
 styling for the Left Nav Table 
   ------------------   */
 #leftnav-table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	margin: 0px;
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-table th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #000 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #000;
	color: #FFF;
}
#leftnav-table td
{
	padding: 8px 8px 8px 8px;
	background: #000;
	border-top: 1px solid #252525;
	color: #333;
}
#leftnav-table tbody tr:hover td
{
	background: #330066 url('images/gradhead_purple.png') repeat-x;
	color: #330066;
}


a.left_link:link {
	color: #fff;
	margin: 5px;
}
a.left_link:visited {
	color: #fff;
	margin: 5px;
}
a.left_link:hover {
	color: #fff;
	margin: 5px;
}
a.left_link:active {
	color: #fff;
	margin: 5px;
}



a.left_link_sub:link {
	color: #fff;
	font-size: 14px;
	margin: 15px;
}
a.left_link_sub:visited {
	color: #fff;
	font-size: 14px;
	margin: 15px;
}
a.left_link_sub:hover {
	color: #fff;
	font-size: 14px;
	margin: 15px;
}
a.left_link_sub:active {
	color: #fff;
	font-size: 14px;
	margin: 15px;
}


#faculty_image
{
	padding: 5px 15px 0px 0px;
}





/* ------------------
 styling for the Left Nav Faculty Table 
   ------------------   */
 #leftnav-Faculty-table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	margin: 0px;
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-Faculty-table th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #000 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #000;
	color: #FFF;
}
#leftnav-Faculty-table td
{
	padding: 0px 0px 0px 0px;
	background: #000;
	border-top: 1px solid #252525;
	color: #333;
}
#leftnav-Faculty-table tbody tr:hover td
{
	background: #330066 url('images/gradhead_purple.png') repeat-x;
	color: #330066;
}


/* ------------------
 styling for the Left Nav Table Contact 
   ------------------   */
 #leftnav-contact-table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	margin: 0px;
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-contact-table th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #000 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #000;
	color: #FFF;
}
#leftnav-contact-table td
{
	padding: 4px 4px 4px 4px;
	background: #000;
	border-top: 1px solid #252525;
	color: #fff;
}




/* ------------------
 styling for the Left Nav companies Table 
   ------------------   */
 #leftnav-companies-table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	margin: 0px;
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-companies-table th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #000 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #000;
	color: #FFF;
}
#leftnav-companies-table td
{
	padding: 0px 0px 0px 0px;
	background: #000;
	border-top: 1px solid #252525;
	color: #333;
}
#leftnav-companies-table tbody tr:hover td



/* ------------------
 styling for the Left Nav Faculty Table 
   ------------------   */
 #leftnav-news-table
{
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 16px;
	margin: 0px;
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-news-table th
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background: #000 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #000;
	color: #FFF;
}
#leftnav-news-table td
{
	padding: 7px 7px 7px 7px;
	background: #000;
	border-top: 1px solid #252525;
	color: #333;
}
#leftnav-news-table tbody tr:hover td
{
	background: #330066 url('images/gradhead_purple.png') repeat-x;
	color: #330066;
}

#news_thumb_image
{
	padding: 0px 10px 0px 0px;
}

a.news_link:link {
	color: #fff;
	margin: 0px;
}
a.news_link:visited {
	color: #fff;
	margin: 0px;
}
a.news_link:hover {
	color: #fff;
	margin: 0px;
}
a.news_link:active {
	color: #fff;
	margin: 0px;
}


.border {
	border: 3px solid #FFFFFF;
}
.border_thumb {
	border: 2px solid #CCC;
}#main #body table tr td table tr td table tr td table tr td table tr td p {
	text-align: justify;
}
Announcements Centered {
	text-align: center;
}
.news_photo{
	margin-left:20px;
	margin-right:20px;
}
.news_text{ 
margin-left:25px;
	margin-right:25px;
}

#news_light{
	width:auto;
	background-color:#e0c4fc;
	margin:auto;
	-moz-border-radius: 15px;
border-radius: 15px;
	
}
#news_dark{
	width:auto;
	background-color:#b8a0d0;
	margin:auto;
	-moz-border-radius: 15px;
border-radius: 15px;
	
}