/******************************************
 * UNIVERSITYPREP CSS  -- Fall 2007
 ******************************************/
 
html { height:100%; }
body {  height:99%; font-family:arial; margin-left:0px; margin-right:0px; margin-top:10px;}

a { color:#1881a9; }
a:hover { text-decoration:none; }

h1 { font-family:Georgia; font-size:19px;font-weight:bold;color:#dc0072; margin-bottom:0.5em; }
h2 { font-family:Georgia; font-size:14px;font-weight:bold;color:#dc0072; margin-bottom:0.3em; }

ul { line-height:1.2em; list-style-image:url(../a/bullet_arrow.gif); margin-top:0.5em; margin-bottom:0.5em; }
ul.noMargin { margin-left:0px; padding-left:2em; }
li { padding-bottom:0.5em; }
li.pdf { list-style-image:url(../a/li-pdf.gif); }
li.doc { list-style-image:url(../a/li-doc.gif); }

select { border:1px solid #e0e78c;border-left:0px;border-top:0px; font-family:arial; font-weight:bold; min-width:160px;}
option { padding:1px 0px; }

#text { font-size:11px; line-height:1.6em;}
#text br { line-height:1em; }
#text p { margin-bottom:0.5em; margin-top:0.5em; }

.text { font-size:11px; line-height:1.6em;}
.text br { line-height:1em; }
.text p { margin-bottom:0.5em; margin-top:0.5em; }



.forceWidth { width:975px;font-size:1px; }
.clear { clear:both; font-size:1px; height:1px; }

/* image */
.contentSide { float:left;width:285px;margin-top:20px; }
.contentMain { margin-top:100px;float:left;width:400px; }

td.left { width:30%; }
td.right { width:70%; }

.printLogo { display:none; }

/*********************************
 * NAV: Main Left Bar
 *********************************/
#navBar { margin-top:142px; margin-left:28px; width:70%; font-family:Georgia; font-weight:bold; font-size:12px; line-height:1.7em; }
#navBar a, #navBar a.active:hover { display:block; color:#000; text-decoration:none; }
#navBar a:hover { color:#e23890; }

.navBarHolderHome { background:url(../a/navbar_home.jpg) no-repeat;width:152px;height:462px;float:left; }
.navBarHolderSub  { background:url(../a/navbar_sub.jpg)  no-repeat;width:152px;height:593px;float:left; }

/*********************************
 * NAV: Sub (for Main)
 *********************************/
#navSub { margin-left:2px; margin-top:0.2em; font-size:10px; font-family:arial; font-weight:normal; line-height:normal; }
#navSub a { margin-bottom:0.5em; }
#navSub a.active, #navSub a.active:hover { color:#dc0072; }
#navSub .subBul { width:8px; color:#dc0072;}

/*********************************
 * NAV: Top
 *********************************/
#navTop { float:left; padding-left:180px; position:relative; z-index:1; margin-top:5px;}
#navTop a { font-size:9px; text-transform:uppercase; padding:3px 2px; margin-right:10px; text-decoration:none; color:#000; }
#navTop a:hover, #navTop a.active { background:#d5e067; }

.navTopHolderHome { float:left; }
.navTopSub { padding-left:283px !important; }

/*********************************
 * Home Page
 *********************************/
#bulletins a { width:145px; line-height:1.4em; padding:0px 2px; font-weight:bold; display:block; border:1px solid #e0e78c;border-left:0px;border-top:0px; text-decoration:none; color:#000; font-size:11px; }
#bulletins a:hover { border:1px solid #c8d542;border-left:0px;border-top:0px; } 
#bulletins div, .doubleborder { width:149px; border:2px solid #f3f6d4;border-left:0px;border-top:0px; margin-bottom:0.5em;}

.homeHolder { position:relative;z-index:1;position:absolute;width:990px; }
.homeText { width:400px; line-height:2em; font-size:11px; float:left; }
.homeBul { float:left;width:150px;margin-left:25px;margin-top:40px; }

#pumaNet { clear:both;padding-top:70px;margin-left:530px; }
#pumaNet div { float:left; }
#pumaNet a.link { color:#e02e85; font-family:Georgia; font-size:19px; font-weight:bold; text-decoration:none; padding-top:30px; padding-right:10px; display:block;}
#pumaNet a.link:hover { text-decoration:none; }

#homeLink { text-align:left; }
#homeLink a { border:solid;position:absolute;margin-top:20px;margin-left:20px;border:0px;width:100px;height:100px; }

/*********************************
 * NAV: Footer
 *********************************/
#navFooter { margin-left:438px; font-size:9px; padding-top:120px; margin-top:1em; margin-bottom:1em; line-height:1.8em; }
#navFooter a { color:#333; text-decoration:none; }
#navFooter a:hover { text-decoration:underline; }
.footerHome {  margin-left:413px !important;}


/*********************************
 * Content Left subpages 
 * (for both .org and .net)
 *********************************/
#contentLeft { float:left; width:290px; line-height:1em; }
#contentLeft ul { font-family:Arial; color:#000; font-weight:normal; font-size:11px; }
#contentLeft li, #homeLeft li { list-style-position:inside; } /* for Safari */
#contentLeft a { color:#000; text-decoration:none; }
#contentLeft a:hover { text-decoration:underline; }
#contentLeft a.active { font-weight:bold; }
#contentLeft a.active:hover { text-decoration:none; }
#listItems { text-align:right; margin-right:45px; }


#contentLeft li, #homeLeft li {
	/*
    Safari won't read the next line
    because of the floating pound sign
	*/
    list-style-position:outside;  /* required for IE */
    #
}