html {
	background: #f1f2f6;
	top: 0;
	left: 0;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #666666;
	background-image: url(../images/leftside_bg_on.jpg);
	background-repeat: repeat-x;
}

#main {
	width: 1012px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../images/main_background.gif);
	background-repeat: repeat-y;
}

#main_l2 {
	width: 1012px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(/images/level2/main_background.gif);
	background-repeat: repeat-y;
}

#main_l3 {
	width: 1012px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(/images/level2/main_background_l3.gif);
	background-repeat: repeat-y;
}

#main_container {
	width: 1010px;
	padding: 0px 1px;
	margin: 0px;
}


/* ------- TOOLS ------- */
.clear {
    clear:both;
    height:0em;
    font-size:0em;
    border:none;
    background:transparent;
    overflow:hidden;
    margin:0;
    padding:0;
    }


/* ------- Header ------- */
#header {
	margin: 0px;
	padding: 0px;
	  *float: left;
	display: block;
	height: 33px;
	background-image: url(../images/headerbackground.gif);
	background-repeat: repeat-x;
	background-color: #fff6e8;
}
	


	
#header_logo {
	background-image: url(../images/UIAA.png);
	display: block;
	position: absolute;
	width: 348px;
	height: 68px;
	z-index: 1000;
	background-repeat: no-repeat;
}

#header_logo a {
	display: block;
	width: 348px;
	height: 68px;
	text-decoration: none;
}

#header_logo a span {
	position: relative;
	left: -30000px;
}


#logo {
	padding: 0px;
	display: block;
	margin: 0px;
	width: 310px;
	height: 50px;
	float: left;
}
	
#header_right {
	padding: 0px;
	list-style-type: none;
	display: block;
	float: right;
	margin: 0px;
	width: 662px;
	height: 33px;
	text-align: right;
}

#header_l2 {
	margin: 0px;
	padding: 0px;
	  *float: left;
	background-color: #fff6e8;
	display: block;
	height: 53px;
}
	
	
#header_logo_l2 {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
/*	width: 548px;*/
	width: 311px;
	background-image: url(../images/level2/l2_logo.gif);
	background-repeat: no-repeat;
	height: 43px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
	
#header_right_l2 {
	padding: 0px;
	list-style-type: none;
	display: block;
	float: right;
	margin: 10px 0px 0px;
	/*	width: 462px;*/
	height: 43px;
}
.header_links  {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	font-size: 85%;
	text-transform: uppercase;
}

.header_links li {
	list-style-type: none;
	display: inline;}

.header_links li a {
	color: #D67805;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.header_links li a:hover {
	color: #666666;
}
	
	
/*NAVIGATION*/

#main_menu {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 1010px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*Header Other*/

#media_head {
	margin: 0px;
	display: block;
	padding: 0px;
	background-color: #000000;
}


#intro_photo {
	width: 657px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#intro_video {
	margin:0;
	padding: 0px;
	float: right;
	background-color: #000000;
	height: 265px;
	width: 353px;
	text-align: center;
}


#content {
	margin: 0px;
	display: block;
	padding: 0px;
	width: 1010px;
}
#content_plainbody {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 40px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
}
	
#left_column {
	width: 638px;
	padding: 10px 10px 10px 7px;
	margin: 0px;
	float: left;
}
#left_column_full {
	width: 621px;
	padding: 0px 10px 10px 7px;
	margin: 0px;
	float: left;
	clear: both;
}
#left_column_l2 {
	width: 721px;
	padding: 130px 10px 10px 7px;
	margin: 0px;
	float: left;
}

#right_column {
	margin:0;
	padding: 10px 9px 0px 10px;
	float: right;
	width: 336px;
}
#right_column_l2 {
	margin:0;
	padding: 5px 0px 10px;
	float: left;
	width: 272px;
	background-image: url(../images/level2/l2menu_background.jpg);
	background-repeat: repeat-x;
	display: block;
}


/* ----------- BASIC STYLES ----------*/

a:link {
	color: #443f82;
	text-decoration: underline;
}
a:visited {
	color: #5D66CC;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

td {
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
th {
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	}

ul {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	display: block;
	}

li {
	}


p {
	margin:0 0 0px;
	line-height: 140%;
	padding-right: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
}

h1 {
	font-weight: bold;
	font-size: 130%;
	color: #ff9900;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 10px;
	margin-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 160%;
}

h2 {
	font-weight: bold;
	font-size: 112%;
	color: #443f82;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 125%;
	margin: 0px;
}	

h3 {
	font-weight: bold;
	font-size: 100%;
	color: #ff9900;
	font-family: Arial, Verdana, sans-serif;
	padding: 5px 0px 0px;
	margin: 0px;
}	

h4 {
	font-weight: bold;
	font-size: 95%;
	color: #443f82;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px;
}

.smtxt {
	font-size: 85%;
	}

/* ----------- MISC. ----------*/

.hidden	{	 
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;}
	
.dropdown {
	color: #000000;
	height: 20px;
	width: 300px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.l2_search {
	width: 120px;
	height: 18px;
	color: #666666;
	font-size: 90%;
}

.formfields {
	width: 220px;
	height: 18px;
	color: #666666;
	font-size: 90%;
}
.formfields_450pix {
	width: 450px;
	color: #333333;
}
.formfields_300pix {
	width: 350px;
	color: #333333;
}
.formfields_250pix {
	width: 250px;
	color: #333333;
}
.formfields_150pix {
	width: 150px;
	color: #333333;
}
.form_label {
	padding-top: 10px;
	line-height: 120%;
	font-size: 90%;
	color: #443f82;
	font-weight: bold;
}
.picture_left {
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
}
.picture_center {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	display: block;
}
	
.picture_right {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 2px;
}
.picture_left_sidebar {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.photo_right {
	margin: 0px 5px 5px;
	padding: 7px;
	border: 3px double #CCCCCC;
	float: right;
}
.photo_left {
	margin: 5px;
	padding: 7px;
	border: 3px double #CCCCCC;
	float: left;
}
.award_photo {
	float: right;
	border: 1px solid #CC9900;
	margin-bottom: 7px;
	margin-left: 15px;
}

.directory_listing {
	font-size: 90%;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}

.promo_medtext {
	padding-top: 10px;
	line-height: 140%;
	font-size: 85%;
	color: #443f82;
}

/* ----------- ROUNDED BOXES ----------*/

/* set millions of background images */
.rbroundbox {
	background: url(/images/right_box_middle.gif) repeat-y; width: 100%;
	margin: 0px auto 22px;
}
.rbtop div {
	background: url(/images/right_box_top.gif) no-repeat;
}

.rbbot div {
	background: url(/images/right_box_bottom.gif) no-repeat bottom;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	width: 316px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.rbcontent_text {
	padding-top: 10px;
	line-height: 140%;
	font-size: 80%;
	color: #443f82;
}	

.rbcontent td {
	text-align: center;
}

/* ----------- ROUNDED BOXES LEVEL TWO ----------*/


/* set millions of background images */
.rbroundbox2 {
	background: url(/images/right_box_middle2.gif) repeat-y; width: 246px;
	margin: 0px auto 22px;
}
.rbtop2 div {
	background: url(/images/right_box_top2.gif) no-repeat;
}

.rbbot2 div {
	background: url(/images/right_box_bottom2.gif) no-repeat bottom;
}

/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent2 {
	width: 226px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.rbcontent_text2 {
	padding-top: 10px;
	line-height: 140%;
	font-size: 80%;
	color: #443f82;
}	

/* ----------- BODY CONTENT ----------*/


#left_column_maincontent {
	width: 368px;
	padding: 10px 20px 10px 0px;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#left_column_sidebar {
	width: 200px;
	padding: 30px 40px 10px 0px;
	margin: 0px;
	float: left;
	height: 400px;
	background-image: url(../images/level2/l3_sidebar_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.left_sidebar_content {
	text-decoration: none;
	padding-right: 20px;
	padding-top: 35px;
	width: 200px;
}
.left_sidebar_links li {
	font-size: 80%;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	line-height: 200%;
	font-weight: normal;
}

.left_sidebar_links a {
	text-decoration: none;
	text-align: right;
	list-style-type: none;
}

.left_sidebar_links a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.left_column_bottompromo {
	width: 420px;
	padding: 10px 5px 10px 0px;
	margin: 0px;
	float: left;
}
.left_column_bottompromo_txt {
	margin:0;
	padding: 10px 9px 10px 10px;
	float: left;
	width: 190px;
}


ul.cookiecrumb_links  {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul.cookiecrumb_links li  {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	text-align: left;
}
ul.cookiecrumb_links a  {
	text-decoration: none;
	list-style-type: none;
	font-size: 95%;
	color: #5D66CC;
	padding-right: 6px;
	padding-left: 6px;
}
ul.cookiecrumb_links  a:hover {
	color: #ff9900;
	text-decoration: underline;
}

#left_column_mainevents {
	width: 368px;
	padding: 10px 20px 10px 0px;
	margin: 0px;
	float: left;
}
#news_wide {
	width: 638px;
	margin: 0px;
	float: left;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}


.left_column_other {
	margin:0;
	padding: 10px 9px 10px 20px;
	float: right;
	width: 220px;
	display: block;
}
.left_column_l2content {
	margin:0;
	padding: 30px 9px 10px 0px;
	float: right;
	width: 470px;
}
#left_column_l2_wide {
	width: 711px;
	padding: 10px 10px 10px 7px;
	margin: 0px;
	float: left;
}
.left_column_l2content_wide {
	margin:0;
	padding: 30px 9px 10px 0px;
	float: right;
	width: 700px;
}

.news_headline {
	font-weight: bold;
	font-size: 105%;
	color: #443f82;
	line-height: 130%;
}
				
.news_txt {
	font-size: 92%;
	color: #333333;
	line-height: 140%;
}

.news_continue {
	font-size: 90%;
	text-transform: uppercase;
	color: #ff9900;
	text-decoration: none;
}
.news_continue a {
	color: #ff9900;
	text-decoration: none;
}
.subheads {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
}
.subheads_blue {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #443f82;
}

.news_links  {
	padding: 10px 0px 15px;
	margin: 0px;
	font-size: 90%;
}

.news_links li {
	padding: 0px 0px 10px;
	list-style-type: none;
	margin: 0px;
}

.news_links li a
{
	color: #443f82;
	text-decoration: none;
}
.news_links li a:hover
{
	color: #ff9900;
	text-decoration: underline;
}
.left_column_lefthalf {
	width: 309px;
	padding: 0px 0px 10px;
	margin: 0px;
	float: left;
}
.left_column_righthalf {
	margin:0;
	padding: 0px 0px 7px;
	float: right;
	width: 309px;
}

#pavers {
	width: 638px;
	padding: 10px 10px 10px 7px;
	margin: 0px;
	float: left;
	display: block;
}


/* ----------- footer ----------*/
#footer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 85%;
	background-color: #3D4EAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 1010px;
	display: block;
	color: #FFFFFF;
	float: left;
}

#footer_left {
	padding: 0px 0px 0px 5px;
	width: 490px;
	margin: 0px;
	float: left;
	text-align: left;
}

#footer_right {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
	display: block;
	text-align: right;
}
.footer_links {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin: 0px;
}
.footer_links li {
	list-style-type: none;
	display: inline;
}
.footer_links li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footer_links a:hover {
	color: #ccccff;
	text-decoration: underline;
}
.sidebar_content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* ----------- RIGHT SIDE BAR ----------*/

.sidebar_links {
	font-size: 90%;
	text-decoration: none;
}
.sidebar_links a {
	text-decoration: none;
}

.sidebar_links a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.sidebar_links_center {
	font-size: 90%;
	text-align: center;
	text-decoration: none;
}
.sidebar_links_center a {
	text-decoration: none;
	text-align: center;
}

.sidebar_links_center a:hover {
	color: #ff9900;
	text-decoration: underline;
	text-align: center;
}

.sidebar_photo {
	width: 110px;
	padding: 5px 0px;
	margin: 0px;
	float: left;
}
.sidebar_text {
	margin:0;
	padding: 5px 0px 10px;
	float: right;
	width: 113px;
}
.sidebar_photo_wide {
	width: 180px;
	padding: 5px 0px;
	margin: 0px;
	float: left;
}
.sidebar_text_wide {
	margin:0;
	padding: 5px 0px 10px 5px;
	float: right;
	width: 125px;
}

.sidebargraphic_bottommargin {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#search {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 314px;
}
#searchbox {
	padding: 0px;
}


/* --- SECONDARY NAVIGATION --- */

div#secondary_nav_container /* contains campus highlights module */ {
	width: 272px;
	padding: 10px 0px 0px;
	margin: 0px;
}

div#secondary_nav_subcontent  {
	width: 252px;
	padding: 0px 10px 10px;
	margin: 0px;

}

ul#secondary_nav {
	padding-bottom: 10px; /* determines the space between the secondary navigation and the campus highlights module */
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	width: 272px;
	margin: 0px;
	padding-top: 0px;
	display: block;
}


ul#secondary_nav li a {
	font-size: 0.85em;
	font-weight: bold;
	display: block;
	width: 232px;
	padding: 8px 20px;
	text-decoration: none;
}
ul#secondary_nav  li  a:visited  {
	display: block;
	width: 232px;
	padding: 8px 20px;
	text-decoration: none;
	color: #443f82;
}

ul#secondary_nav li a:hover, ul#secondary_nav li a:focus {
	background: #ffecaa;
}

/* --- SECONDARY NAVIGATION --- */
.secondary-1 #secondary-1, .secondary-1 #secondary-1 a:hover,
.secondary-2 #secondary-2, .secondary-2 #secondary-2 a:hover,
.secondary-3 #secondary-3, .secondary-3 #secondary-3 a:hover,
.secondary-4 #secondary-4, .secondary-4 #secondary-4 a:hover,
.secondary-5 #secondary-5, .secondary-5 #secondary-5 a:hover,
.secondary-6 #secondary-6, .secondary-6 #secondary-6 a:hover,
.secondary-7 #secondary-7, .secondary-7 #secondary-7 a:hover,
.secondary-8 #secondary-8, .secondary-8 #secondary-8 a:hover,
.secondary-9 #secondary-9, .secondary-9 #secondary-9 a:hover,
.secondary-10 #secondary-10, .secondary-10 #secondary-10 a:hover,
.secondary-11 #secondary-11, .secondary-11 #secondary-11 a:hover,
.secondary-12 #secondary-12, .secondary-12 #secondary-12 a:hover,
.secondary-13 #secondary-13, .secondary-13 #secondary-13 a:hover,
.secondary-14 #secondary-14, .secondary-14 #secondary-14 a:hover,
.secondary-15 #secondary-15, .secondary-15 #secondary-15 a:hover {
	background: #fff;
	text-decoration: none;
}


/* --- ALUMNI MAGAZINE --- */

.subpage_head
{
	font-weight: bold;
	font-size: 130%;
	color: #ff9900;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	line-height: 160%;
}

.mag_listings {
	text-decoration: none;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.magstory_subhead {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
	padding-bottom: 0px;
}

.quote_text{
	font-size:150%;
	color:#6F73A2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 120%;
	margin-bottom: 5px;
	padding: 5px 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.quotee {
	color:#443f82;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 90%;
	text-align: right;
	padding-left: 100px;
}
.caption {
	font-weight: bold;
	font-size: 80%;
	color: #ff9900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.note {
	font-size: 80%;
	color: #000000;
	font-style: italic;
	}
	
.feature_story
{
	font-weight: bold;
	color: #ff9900;
	padding: 0px;
}

.inthisissue
{
	font-weight: normal;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
}
.class_designiation {
	font-size: 85%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
}
.caption_white {
	font-size: 85%;
	color: #FFFFFF;
	padding: 3px;
	margin: 3px;
}

/* frontpage slideshow */
.frontpage_slideshow
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 265px;
	background-color: #000000;
	overflow: hidden;
}

.frontpage_slideshow a 
{
	display: block;
	position: relative;
	width: 657px;
	height: 265px;
	color: #000000;
}

.frontpage_slideshow_slide
{
	background-repeat: no-repeat;
	position: absolute;
	width: 657px;
	height: 265px;
}

