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

body {
	background-image: url("/artsandletters/images/gradient.jpg");
    	background-repeat: repeat-x;
	margin-top:0;
	color: #002d62;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* basic link styles */

.top {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: xx-small;
    font-weight: bold;
}
.top a:link, .top a:visited, .top a:active, .top a:hover {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: xx-small;
    font-weight: bold;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.page {
	width: 750px;
	position:relative; /* needed to center in Firefox */
	margin:-5px auto; /* needed to center in Firefox */	
	border: gray solid 1px;
	overflow: hidden; /* prevented menus from being seen that passed the boarder? stretched bottom/sides of page template... */
	background: #fff;
}

.logo {
	display: block;
	width: 750px;
	height:124px;
	background: url(/artsandletters/images/header.jpg) no-repeat;
}

#bc {
	padding-left: 1.5em;
	display: block;
	width: auto;
	background-color: #FFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;	
	font-size: 10px;
}

#bc a{
	text-decoration: none;
	color: #002d62;
}

#bc a:hover{
	text-decoration: none;
	color:#F00;
}
#emergency {
	float: none !important; 
}
table {
	text-decoration: none;
/*	line-height: 1em; */
	display:block;
}


#department {	
        background-color: #FFF;
        border-bottom: 1px #000 solid;
        border-top: 1px #000 solid;
        padding: 0px;
        text-align: center;
            height: 98px;
    overflow: hidden;
    width: 750px;
}
/***********************************************/
/* College of Arts and Letters CSS Menu Styles */
/*											   */
/* Developed By: Michael L. Brown, CPA         */
/* Last Updated: 10/18/05                      */
/*                                             */
/* NOTES ABOUT WIDTH:                          */
/*    Total Width                     750px    */
/*    Minimum Left Margin              12px    */
/*    Minimum Right Margin             12px    */
/*      Total Margin                    24px   */
/*    Available for menus and borders  726px   */
/*    Vertical Borders:                        */
/*       Menu Items plus 1         6           */
/*       Width of Borders        * 1px         */
/*         Total for Borders             6px   */
/*    Available for Menus              720px   */
/*    Number of Menus                ÷   5     */
/*      Maximum Width of TopLevel      144px   */
/*    Use                              140px   */
/*                                             */
/*    Total Width                      750px   */
/*    Total Width Applied:                     */
/*      Total for Menus          700px         */
/*      Total for Borders          6px 706px   */
/*      Total for Margins               44px   */
/***********************************************/


/***********************************************/
/* Color Definitions                           */
/*                                             */
/* FAU Blue:  002d62                           */
/* FAU Red:   c10435                           */
/* FAU Gray:  c3c8cd                           */
/***********************************************/


/***********************************************/
/* NOTE: load behavior for IE for Windows.     */
/*       no other browsers will need or use    */
/*       the behavior. the behavior call can   */
/*       be moved to a separate style sheet    */
/*       and loaded via @import for validation */
/*       purposes.                             */
/**********************************************

body {
	behavior: url('csshover3.htc');
}*/


/***********************************************/
/* NOTE: precede each id with div to avoid bug */
/*       in IE for Windows                     */
/***********************************************/

div#menu {
	/* menu class defined in mainstyle.css */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align: center;
	line-height: 10pt; 
	font-style: normal;
	float: left;
	background: #ffffff;
	width: 710px;
	padding: 6px 20px 6px 20px; 
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}


/***********************************************/
/* top level menu postioning and borders       */
/***********************************************/

div#menu ul {
	margin: 0;
	padding: 0;
	background: #ffffff;
	margin: 0;
	border-left: 1px solid #c3c8cd;
}

div#menu ul li {
	border-right: 1px solid #c3c8cd;
}


/***********************************************/
/* relative positioning will permit menu to be */
/* horizontal                                  */
/*                                             */
/* for dynamic sizing, add padding and remove  */
/* width from below                            */
/***********************************************/

div#menu li	{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 140px;
	line-height: 1em;
	vertical-align: middle;
}


/***********************************************/
/* sub level menu postioning and borders       */
/***********************************************/

/* sublevel1 and sublevel2 */
div#menu ul ul {
	position: absolute;
	width: 200px;
	top: auto;
	display: none;
	border: 1px solid #c3c8cd;
	z-index: 99;
}

/* sublevel3 */
div#menu ul ul ul ul {
	position: absolute;
	width: 100px;
	top: auto;
	display: none;
	border: 1px solid #c3c8cd;
	z-index: 99;
}


/***********************************************/
/* sublevel menu location styles               */
/*                                             */
/* NOTE: the sublevel1 left value, and the     */
/*       sublevel2 and sublevel3 top values    */
/*       are set to -1px to allow for the      */
/*       borders in order to have the text     */
/*       aligned with its parent for 508       */
/*                                             */
/*       if a horizontal  offset inside the    */
/*       the parents right border is desired   */
/*       for sublevel2 or sublevel3, reduce    */
/*       left value but add an increasing      */
/*       z-index for each lower level submenu  */
/***********************************************/

/* set location of sublevel1 menu items to beneath toplevel */
div#menu ul.sublevel1 {
	top: 1.5em;
	left: -1px;
}

/* set locataion of sublevel2 items to left of sublevel1 */
div#menu ul.sublevel2 {
	top: -1px;
	left: 200px;
}

/* set location of sublevel3 items to left of sublevel2 */
div#menu ul.sublevel3 {
	top: -1px;
	left: 200px;
}


/***********************************************/
/* limit submenus to show only when the upper  */
/* level menu item is active                   */
/***********************************************/

div#menu ul.toplevel li.submenu:hover ul.sublevel1,
div#menu ul.sublevel1 li.submenu:hover ul.sublevel2,
div#menu ul.sublevel2 li.submenu:hover ul.sublevel3 {
	display: block;
}


/***********************************************/
/* font style for top level menu               */
/***********************************************/

div#menu ul.toplevel {
	font-size: 9pt;
	line-height: 10pt; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #002d62;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: -1px 0 0 0;
	background: #ffffff;
}


/***********************************************/
/* font style and width for all sublevel menus */
/*                                             */
/* NOTE: if separate font styles are desired   */
/*       for each sublevel, they can be styled */
/*       in the ul.sublevelx classes above     */
/***********************************************/

/* sublevel1 and sublevel2 */
div#menu li li {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	width: 200px;
}

/* change width to match for sublevel3 */
div#menu li li li li {
	width: 100px;
}

div#menu>ul a {
	width: auto;
}


/***********************************************/
/* static color without decoration for links   */
/***********************************************/

div#menu li a {
	color: #002d62;
	display: block;
	padding: 0.25em 0em 0.25em 0.5em;
	text-decoration: none;
}

div#menu li li a {
	color: #002d62;
	display: block;
	padding: 0.25em 0em 0.25em 0.5em;
	text-decoration: none;
}



/***********************************************/
/* NOTE: arrows and backgrounds are explicitly */
/*       styled for each menu level in due to  */
/*       a bug in IE which resets defaults     /*
/*       after each hover event                /*
/***********************************************/

/* top level items with submenus show down arrow */
div#menu li.submenu {
	background: url( /artsandletters/images/arrow_down.gif ) 95% 75% no-repeat;
}

/* sublevel1 items with submenus show right arrow */
div#menu li.submenu li.submenu {
	background: url( /artsandletters/images/arrow_right.gif ) 95% 50% no-repeat;
}

/* sublevel2 items with submenus show right arrow */
div#menu li.submenu li.submenu li.submenu {
	background: url( /artsandletters/images/arrow_right.gif ) 95% 50% no-repeat;
}

/* set hover highlight for toplevel items without submenus */
div#menu li:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/* set hover highlight for toplevel item with submenus */
div#menu li.submenu:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/* set hover highlight for sublevel items without submenus */
div#menu li li:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/* set hover highlight for sublevel1 items with submenus */
div#menu li.submenu li.submenu:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/* set hover highlight for sublevel2 items with submenus */
div#menu li.submenu li.submenu li.submenu:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/***********************************************/
/* Link Classes                                */
/* Added by Michael Brown 10/12/2006           */
/*  for links within text ie. ahdegree         */
/* While having no impact on menus, this is    */
/*  the only css that is both called for A&L   */
/*  and which can be edited                    */
/***********************************************/

.link_underline a:active {
	color: #002d62;
	text-decoration: underline;
}

.link_underline a:link {
	color: #002d62;
	text-decoration: underline;
}

.link_underline a:hover{
	color: #999999;
	text-decoration: underline;
}

.link_underline a:visited {
	color: #002d62;
	text-decoration: underline;
}

/***********************************************/
/* College of Arts and Letters                 */
/* Directory List Styles                       */
/*											   */
/* Developed By: Michael L. Brown, CPA         */
/* Last Updated: 10/13/06                      */
/***********************************************/


/***********************************************/
/* Color Definitions                           */
/*                                             */
/* FAU Blue:  002d62                           */
/* FAU Red:   c10435                           */
/* FAU Gray:  c3c8cd                           */
/***********************************************/


/***********************************************/
/* NOTE: precede each id with div to avoid bug */
/*       in IE for Windows                     */
/***********************************************/

div#dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	line-height: 1.5em; 
	font-style: normal;
	float: left;
	background: url(./artsandletters/images/bg_808080.jpg) repeat-y 375px 0;
}

div#dir_prefooter {
	clear: both;
	width: 750px;
	border-top: 1px solid gray;
	font-size: 12px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}



/***********************************************/
/* UL styles                                   */
/***********************************************/

div#dir ul {
	font-size: 11px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
.ul.itl {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}


/***********************************************/
/* LI styles                                   */
/*                                             */
/* relative positioning will permit list items */
/* to be horizontal                            */
/***********************************************/

div#dir ul li {
	position: relative;
	list-style: none;
	float: left;
	vertical-align: top;
}

div#dir li.dir_name {
	width: 110px;
	text-align: left;
	clear: left;
}

div#dir li.dir_title {
	width: 140px;
	text-align: left;
}

div#dir li.dir_room {
	width: 90px;
	text-align: left;
}

div#dir li.dir_ext {
	width: 40px;
	text-align: left;
}
div#dir li.dir_email {
	width: 115px;
	text-align: right;
}

div#dir li.dir_dept {
	width: 500px;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #002d62;
	text-align: justify;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	clear: both;
}

div#dir li.dir_dept {
	width: 500px;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #002d62;
	text-align: justify;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	clear: both;
}

div#dir li.dir_centertext {
	width: 500px;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/***********************************************/
/* header styles                               */
/***********************************************/
	
.dir_h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #002d62;
	padding: 0px 0px 0px 0px;
}

.dir_h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #002d62;
}


/***********************************************/
/* directory link styles                       */
/***********************************************/

div#dir a:active,
div#dir a:link,
div#dir a:visited,
div#dir_menupadding a:active,
div#dir_menupadding a:link,
div#dir_menupadding a:visited {
	color: #0000ff;
	text-decoration: underline;
}

div#dir a:hover,
div#dir_menupadding a:hover {
	color: #999999;
	text-decoration: underline;
}


/***********************************************/
/* directory side menu styles                  */
/***********************************************/

#dir_menupadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

div#dir_menupadding ul {
	font-size: 9px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div#dir_menupadding ul li {
	position: relative;
	list-style: none;
	float: left;
	vertical-align: top;
}

div#dir_menupadding li.dir_heading {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	margin: 0px;
	clear: left;
	padding: 12px 0px 0px 0px;
}

div#dir_menupadding li.dir_code {
	width: 25px;
	text-align: left;
	clear: left;
	padding-left: 6px;
}

div#dir_menupadding li.dir_desc {
	width: 160px;
	text-align: left;
	padding-left: 6px;
}

div#dir_menupadding li.dir_campus {
	width: 120px;
	text-align: left;
	clear: left;
	padding-left: 6px;
}

div#dir_menupadding li.dir_phone {
	width: 60px;
	text-align: left;
	padding-left: 6px;
}

div#dir_menupadding li.dir_center {
	width: 190px;
	font-size: 12px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 12px 6px 12px 6px;
}

/***********************************************/
/* Directory Font Classes                      */
/***********************************************/

.dir_fau_blue{
	color: #002d62;
}

.dir_fau_red{
	color: #c10435;
}

.dir_fau_gray{
	color: #c3c8cd;
}

.dir_font_black{
	color: #000000;
}

.dir_font_blue{
	color: #0000ff;
}

.dir_font_gray{
	color: #666666;
}

.dir_font_white{
	color: #ffffff;
}

.dir_font_italic{
	font-style: italic;
}

.dir_font_oblique{
	font-style: oblique;
}

.dir_font_bold{
	font-weight: bold;
}

.dir_font_normal{
	font-weight: normal;
}
	
.dir_font_small{
	font-size: 7pt;
	line-height: 9pt;	
}

.dir_font_size_normal{
	font-size: 11px;
}

.dir_font_emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}


#h_border {
	width: 750px;
	border-bottom: 1px solid gray;
	padding: 0px 0px 0px 0px;
}	


/***********************************************/
/* Index Page Styles                           */
/***********************************************/

#fade0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #CCCCCC;
	width: 400px;
	line-height: 60px;
}

#theOne {
	text-align: left;
	width: 17em;
	padding: 1em;
	float: left;
	margin-left: 2em;
	line-height: 1.1em;
	font-family: Arial;
}

#theOne a {
	text-decoration: none;
	color: #002d62;
}

#theOne a:hover {
	text-decoration: none;
	color: #FF2D62;
}

#theTwo {
	text-align: left;
	width: 19em;
	padding: 1em;
	float: right;
	margin-right: 2em;
	line-height: 1.1em;
	font-family: Arial;
}

#theTwo a {
	text-decoration: none;
	color: #002d62;
}

#theTwo a:hover {
	text-decoration: none;
	color: #FF2D62;
}

h2 {
	color: #900;
	border-bottom: dotted #CCC thin;
	font-size: 1.3em;
	width: 15em;
	font-family: "Times New Roman", Times, serif;
}

section h2 {
	color: #900;
	border-bottom: dotted #CCC thin;
	font-size: 1.7em;
	width: 17em;
	font-family: "Times New Roman", Times, serif;
}

.lpic {
	margin-top: 0px;
 	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
 	line-height: .8em;
	text-align: center;
	border: #EEE thin solid;
	padding: 4px;
}

section {
	display: block;
	text-align: left;
	font-size: 12pt;
	padding-left: 1em;
	padding-right: 1em;
	font-family: Arial;
}

.indent {
	display: block;
	padding: 0 8em 0 5em;
}

footer {
	display: block;
	width: 750px;
	background-color: #CCC;
	text-align: center;
	font-family: Arial;
	height: 85px;
	position:relative;
}

footer #leftfoot {
	width:25em;
	padding: .7em .4em .4em .4em;
	line-height:1.1em;
	float:left;
	line-height: 1.5em;
	font-size: 1.1em;
}

footer #rightfoot {
	width:20em;
	padding: .4em;
	line-height:15px;
	float:right;
	line-height: 1.5em;
	font-size: 1.1em;
}

footer a {
	text-decoration: none;
	color: #002d62;
}

footer a:hover{
	text-decoration: none;
	color:#F00;
}

footer ul {
	padding-top: 10px;

	}
	
footer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	}

.clear {
	clear: both;
	background:white; /**breadcrumb gradient */
}

.faulegal {
	display: block;
	padding-top: .5em;
	color: #002d62;
	font-size: .6em;
}

.faulegal a {
	color: #002d62;
	text-decoration: none;
}

.faulegal a:hover {
	color: #F00;
	text-decoration: none;
}

/*****************************************************/
/* Global Styles for header links and fau web search */
/*****************************************************/

.toplinks {
	float:left;
	margin:0;
	padding:5px 0 0 2px;
}

.toplinks li {
	display:inline;
	list-style:none;
	padding-left:5px;
}

.fauwebsearch {
	float:right;
	padding:0 5px 5px 0;
	height:30px;	
	}

.fauwebsearch .top {
	margin-top:-10px;
	}
	
.top  {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:xx-small; 
	color:#FFFFFF; 
	font-weight:bold	
	text-decoration: none;
}

.top a:link, .top a:visited, .top a:active , .top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#header {
/*	background-color:#132e62; */
	color:white;
	}
	
		
#footer {
	clear:both;
	background-color:#e7e7e8;
	height:33px;
}	

#subfooter {
	background-color:fff;
	text-align:center;
	font-size: 11px;
}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright a:link, .copyright a:visited, .copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright a:hover{
	color: #000000;
}

.campuslinks
{
	margin: 0;
	text-align:center;
	padding:9px 5px 5px 5px;
}

.campuslinks li
{
	display: inline;
	list-style: none;
	color: #396d97;
	font-size: 9px;
}

.campuslinks li a {
	color: #396d97;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.style3 {
    font-size: 11px;
}
.copyright1 {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 10px;
}
a.link5:link, a.link5:visited, a.link5:active , a.link5:hover
{
    color: #666666;
    text-decoration: underline;
}
#page_nav {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    width: 205px;
    padding: 10px;
    border-right: 1px solid gray;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    }
#page_nav a, #page_nav p{
    text-decoration: none;
    color: #003366; 
}

#content {
  
  	display: block;
	text-align: left;
	font-size: 11px;
	margin-left: 216px;
    	padding: 15px;
	color: #000;
/*   
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding: 5px;
    text-transform: none;
    margin: 0 0 0 230px;    
    margin-top: -20px;
  */
  background:white;
}
#content a, #content_padding a{
text-decoration: none;
color: #003366;
}

#column120 {
    float: left;
    width: 120px;
}
#column285 {
    float: left;
    width: 285px;
}
#column195 {
    float: left;
    text-align: center;
    width: 95px;
}
#column1250 {
    float: left;
    width: 250px;
}
#column371 {
    float: left;
    width: 371px;
}

#column190 {
    float: left;
    height: 200px;
    width: 190px;
}
#column190r {
    float: left;
    height: 200px;
    width: 190px;
}
#column274 {
    float: left;
    text-align: center;
    width: 274px;
}

#column1265 {
    float: left;
    width: 275px;
}

#column100 {
    float: left;
    width: 100px;
}
#column374 {
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 374px;
}

#column1 {
    float: left;
    width: 280px;
}

#column2 {
    float: left;
    width: 72px;
}
#column3 {
    float: left;
    width: 60px;
}
#column285 {
    float: left;
    width: 285px;
}

.column150 {
	float: left;
	width: 148px;
}

.column224 {
	float: left;
	width: 220px;
}
#oneoffour {
    float: left;
    margin: 0 0 6px 30px;
    padding: 4px;
    width: 150px;
}
#twooffour {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}
#threeoffour {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}
#fouroffour {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}

#row {
    clear: both;
}

#oneoftwo {
    float: left;
    padding: 4px;
    text-align: center;
    width: 300px;
}
#twooftwo {
    float: left;
    padding: 4px;
    text-align: center;
    width: 300px;
}

#facpicture {
    float: left;
    margin: 0 0 6px 6px;
    padding: 4px;
}
#facbody {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 400px;
}


.itl li.header_left {
    clear: left;
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    width: 400px;
}
.itl li.header_right {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-variant: normal;
    font-weight: bold;
    text-align: right;
    text-transform: none;
    width: 90px;
}
div#listr_col_1 {
    clear: both;
    float: left;
    text-align: right;
    width: 400px;
}
div#listr_col_2 {
    float: right;
    text-align: right;
    vertical-align: text-bottom;
    width: 250px;
}
.vert {
    float: left;
    margin: 8px 0 0 8px;
    padding: 0;
    width: 185px;
}
#facleft {
    float: left;
    margin: 0 0 6px 6px;
    padding: 4px;
    width: 240px;
}
#center {
    float: left;
    margin: 0 0 6px 6px;
    padding: 4px;
    width: 200px;
}
#right {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}
#contentnonav {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
    margin: 0 0 0 1px;
    text-align: left;
    text-transform: none;
}
#clear {
    clear: both;
}
.menu2 {
    color: #003366;
    font-family: Arial,Helvetica,
}
.intro {
    color: #C10435;
    float: left;
    font-family: algerian,courier;
    font-size: 400%;
    line-height: 80%;
    padding-right: 0.1em;
    width: 0.7em;
}
#row {
    clear: both;
}

#row2 {
    clear: both;
    margin-left: 25px;
}

#column1 {
    float: left;
    width: 280px;
}
#column2 {
    float: left;
    width: 72px;
}
#column3 {
    float: left;
    width: 60px;
}

#column2a {
    float: left;
    width: 140px;
}
#oneofthree {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 130px;
}
#twoofthree {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 130px;
}
#threeofthree {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 130px;
}

#prtwoweek {
    background-color: #E2ECFF;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    padding: 30px 10px;
}
#sideMenu{
    margin-left: -10px;
}

#oneoftwoslim {
    float: left;
    padding: 4px;
    text-align: center;
    width: 220px;
}
#twooftwoslim {
    float: left;
    padding: 4px;
    text-align: center;
    width: 220px;
}

#oneofthreelong {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 220px;
}
#twoofthreelong {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 220px;
}
#threeofthreelong {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 220px;
}

.col200mar10 {
    float: left;
    margin: 0 0 0 10px;
    width: 200px;
}
#textContainer {
    float: left;
    padding: 0 0 0 0;
    text-align: left;
    width: 585px;
}
.title {
    color: #172F62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    margin: 16px 0 8px;
    text-transform: none;
}
.titlesub {
    color: #172F62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    margin: 12px 0 4px;
    text-transform: none;
}
#facbody340 {
    float: left;
    margin: 0 0 6px 24px;
    padding: 4px;
    text-align: left;
    width: 340px;
}
#facpicture2 {
    float: left;
    margin: 0 0 6px 52px;
    padding: 4px;
}
.margin12 {
    margin: 0 0 12px;
}
#txt240mar0 {
    float: left;
    padding: 0;
    text-align: left;
    width: 240px;
}

/***********************************************/
/* Paragraph/Text Classes                      */
/***********************************************/
.pic_ul_float{
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 7pt;
    line-height: 10pt;
    margin: 0 6px 12px 0;
    text-align: center;
}
.pic_ul_floatr {
    float: right;
    font-family: arial,helvetica,sans-serif;
    font-size: 7pt;
    line-height: 10pt;
    margin: 0 0 12px 12px;
    text-align: center;
}

.pic_sj_float{
 	margin-top: 0px;
 	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
 	font-size: 7pt;
 	font-family: arial, helvetica, sans-serif;
	line-height: 10pt;
	text-align: center;
}

/* sociology faculty profiles */
#socbody {
    float: left;
    margin: 0 0 0 0;
    padding: 4px;
    width: 420px;
}
#socfacbody {
    float: left;
    margin: 0 0 6px 25px;
    padding: 4px;
    width: 550px;
}

#socpicture {
    float: left;
    margin: 0 0 6px 20px;
    padding: 4px;
}
#sideColumn120 {
    float: left;
    padding: 0 0 0 0;
    text-align: left;
    width: 125px;
}
#txt120mar0 {
    float: left;
    padding: 0 0 0 0;
    text-align: left;
    width: 120px;
}
#txt120mar14 {
    float: left;
    padding: 0 0 0 14px;
    text-align: left;
    width: 120px;
}
#department2 {
    background-color: #002D62;
    border-bottom: 1px solid gray;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 750px;
}
#txt240mar45 {
    float: left;
    padding: 0 0 0 40px;
    text-align: left;
    width: 200px;
}
#textContainer {
    float: left;
    padding: 0 0 0 0;
    text-align: left;
    width: 500px;
}
div#french_fac_left {
    clear: both;
    float: left;
    width: 250px;
}
div#french_fac_right  {
    float: right;
    vertical-align: text-bottom;
    width: 450px;
}
.titlesub {
    color: #172F62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    margin: 12px 0 4px;
    text-transform: none;
}
#pagecontent {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
    margin: 0 0 0 0;
    text-align: left;
    text-transform: none;
}
#department3 {
    background-color: #FFFFFF;
    border-top: 1px #c0c0c0 solid;
    border-bottom: 1px #c0c0c0 solid;
    color: #000000;
    margin: 0;
    padding: 0 0 0 150;
    text-align: left;
    vertical-align: middle;
    width: 750px;
}
#triplebox {
    float: left;
    text-align: center;
    width: 188px;
}
#triplebox2 {
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 140px;
}
#extrabox {
    float: left;
    margin-left: 10px;
    text-align: justify;
    width: 430px;
}
#triplebox3 {
    float: left;
    margin-left: 10px;
    text-align: justify;
    width: 285px;
}
#content_padding {
    padding: 3px 12px 6px;
}
#content_padding {
    padding: 3px 12px 6px;
}
div#listl_col_1 {
    clear: both;
    float: left;
    text-align: left;
    width: 250px;
}
div#listl_col_2 {
    float: right;
    text-align: left;
    vertical-align: text-bottom;
    width: 450px;
}
.histleft {
    float: left;
    margin: 0 0 6px 80px;
    padding: 4px;
    width: 150px;
}
.histcenter {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}
.histright {
    float: left;
    margin: 0 0 6px 10px;
    padding: 4px;
    width: 150px;
}
.column120 {
    float: left;
    width: 120px;
}
#events {
    background: none repeat scroll 0 0 #FCFCB4;
    border: 1px solid #353269;
    float: left;
    margin: 21px 0 0 8px;
    padding: 4px;
    width: 185px;
}
.txt_ul_float {
 	margin-top: 0px;
 	margin-right: 60px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
 	font-family: arial, helvetica, sans-serif;
}

.txt_ur_float {
 	margin-top: 0px;
 	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
 	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 14pt;
	color: #003366;
}
.close {
    border-bottom: 1px solid #C3C8CD;
    border-left: 4px solid #002D62;
    color: #C3C8CD;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    width: 186px;
}
.open {
    border-bottom: 1px solid #C3C8CD;
    border-right: 4px solid #002D62;
    color: #C3C8CD;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    width: 186px;
}
h2.std {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    text-transform: none;
}
div#crs_content {
    background: url("/music/images/bg_808080.jpg") repeat-y scroll 375px 0 transparent;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    text-transform: none;    
}
h1.evt_h1 {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    padding: 12px 0 0 12px;
    text-align: left;
    text-transform: none;
}
h2.evt_h2 {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}
div#evt_content {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    text-transform: none;
}
#column95 {
    float: left;
    text-align: center;
    width: 95px;
}
#rowsplit {
    clear: right;
}
.column200 {
    float: left;
    margin-left: 10px;
    width: 200px;
}
.column85 {
    float: left;
    margin-left: 5px;
    width: 85px;
}
.row {
    clear: both;
}
.column128 {
    float: left;
    width: 115px;
}
.column105 {
    float: left;
    width: 105px;
}
.column380 {
    float: left;
    margin-left: 10px;
    width: 380px;
}
h1.std {
    color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    text-transform: none;
}
div#crs_left {
    background-color: #CCCCCC;
    clear: both;
    float: left;
    width: 375px;
}
div#crs_right {
    background-color: #EEEEEE;
    float: right;
    width: 375px;
}
ul.crs {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5em;
    padding: 12px 0 0;
    text-align: left;
    vertical-align: middle;
}


