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

html {
	height: 100%;
  margin: 0;
  padding: 0;
	}

body {
	border: 0;
	height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

	}
	
h2 {font-size: 13pt;
color:#000000;
font-weight: bold;
}

h3 {font-size: 12pt;
color:#000000;
font-weight: bold;
}
	
#main {
width:790px;
height: auto;
}

#header {
width: 790px;
background: #666666;
border-bottom: 5px solid #CC3300;
}

#footer {
background: #ffffff;
border-top:5px solid #CC3300;
height:25px;
width:790px;
}
	
#headernavigation, #footernavigation {
padding:4px 8px;
font-size: 12px;
color: #ffffff;
background: #666666;
text-align: right;
/*line-height: 1.5;*/
height:auto;
}

#faculty {
padding:4px 8px;
font-size: 12px;
color: #ffffff;
background: #666666;
text-align: left;
/*line-height: 1.5;*/
height:auto;
float:left
}

#headernavigation a:link, #headernavigation a:visited, #footernavigation a:link, #footernavigation a:visited, #faculty a:link, #faculty a:visited { 
color: #ffffff; 
background-color: none;
text-decoration: none;
border: 1px solid #666666; 
margin: 0;
padding: 2px;
}

#headernavigation a:hover, #footernavigation a:hover, #faculty a:hover {
color: #000000; 
background-color: #ffffff;
text-decoration: none;
border: 1px solid #ffffff; 
margin: 0;
padding: 2px;
} 

#titleheader {
padding-left:10px;
padding-top:10px;
height:80px;
background-color:#ffffff;
}

#title {
text-align:right;
font-size:37px;
}

#title-facs {
text-align:right;
font-size:35px;
}

#title-visa {
text-align:right;
font-size:45px;
}

#title-sas {
text-align:right;
font-size:40px;
}

#sidebar {
position:absolute;
/*top:222px;*/
left:0px;
width: 192px;
margin: 10px 15px;
line-height: 160%;
}

#sidebar h2 {
font-size: 13pt;
color:#333333;
font-weight: bold;
}
	
#sidebar a:link, #sidebar a:visited, #sidebar a:visited {
    color:#333333;
    text-decoration:none;
}

#sidebar a:hover {
	color:#000000;
	text-decoration:none;
	}
		
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#main_content {
	background-color:#ffffff;
	border-left:222px solid #eeeeee;
	width:548px;
	padding:10px;
	font-size: 12px; color: #000000;
	min-height:450px;
	height:100%;
	}

#main_content a {
    font-family: Arial, Helvetica, sans-serif; 
	color: #CC0000;
	text-decoration:none
	}

#main_content a:link, #main_content a:active, #main_content a:visited, #main_content a:hover {
    font-family: Arial, Helvetica, sans-serif; 
	color: #CC0000;
	text-decoration:none
	}

#news {
	background-color:#ffffff;
	width:200px;
	padding:10px;
	height:100%;
	float:left;
	}

#news ul, #events ul {
       list-style-type: none;
       margin-left:0px;
       padding:0;
       }

#news li, #events li {
       display: list-item;;
       padding-bottom: 10px;
       margin-bottom: 12px;
       margin-left:0px;
       border-bottom: 1px dotted #999;
       }
#news a:link, #news a:visited {
	color: #000000;
	}

#events {
	background-color:#ffffff;
	border-left:200px;
	width:200px;
	padding:10px;
	height:100%;
	float: right;
	}

#vert_bar {
border-right: 2px solid #999999;
padding-left: 50px;
margin-top: 50px;
margin-bottom: 30px;
float: left;
}

#EventsList td {
padding-bottom: 8px;
}

#CatSelect {
  padding-bottom: 6px;
  margin:0px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 450px;
margin:10px;
}

#main_content h2 {
font-size: 13pt;
font-weight: bold;
}

	
#copyright {
display:block;
text-align:right;
color: #999999;
padding-top: 5px;
background-color:#ffffff;
width:100%;
}

