/* LSU css file - body styles, text styles, link styles, div styles (individual text styles and fixes follow divs), fixes */

body {
	text-align:center;
	height:100.01%;
	}
	
p,td,li {
	font-family:tahoma, arial, verdana, sans-serif;
	font-size:12px;
	}
	
p.featureList:first-line {
	font-weight:bold;
	font-style:italic;
	}
	
h1,h2,h3,h4 {
	font-family:tahoma, arial, verdana, sans-serif;
	}
	
h1 {
	font-size:14px;
	}

h2 {
	font-size:12px;
	}
	
h3 {
	font-size:11px;
	}
	
h4 {
	font-size:10px;
	font-weight:bold;
	}
	
a {
	color:#990000;
	text-decoration:underline;
	}
	
a:hover {
	color:#333;
	text-decoration:none;
	}
	
img.floatLeft {
	float:left;
	}
	
img.center {
	margin:0 auto;
	}
	
#boundBox {
	position:static
	left:0px;
	top:0px;
	width:800px;
	height:auto;
	}
	
#title {
	position:static
	top:0px;
	left:0px;
	width:314px;
	height:249px;
	}
	
#title object {
	position:relative;
	top:23px;
	left:4px;
	}
	
#topMenu {
	position:static;
	top:0px;
	left:314px;
	width:485px;
	height:249px;
	background-image:url(../images/bg1.gif);
	background-repeat:no-repeat;
	}
	
#topMenu p {
	font-size:10px;
	text-align:right;
	margin-right:20px;
	margin-top:2px;
	margin-bottom:5px;
	color:#fff;
	}
	
#topMenu a {
	color:#fff;
	}
	
#topMenu a:hover {
	color:#990000;
	}
	
#flashMenu {
	position:static;
	height:0px;
	/*border-left:1px dotted #666;
	border-right:1px dotted #666;*/
	}
	
#sideText {
	position:static;
	/*border-left:1px dotted #666;
	border-right:1px dotted #666;*/
	}
	
html>body #sideText {	
	border-top:1px dotted #E1E1E1;
	border-bottom:1px dotted #E1E1E1;
	}
	
#sideText p {
	font-size:11px;
	font-style:italic;
	line-height:16px;
	}
#sideMenu {
	position:static;
	top:810px;
	left:60px;
	width:0px;
  	padding:0px;
  	padding-bottom:20px;
	}
	
#borderLeftWrap {
	width:auto;
	float:none;
	position:static;
	}
		
html>body #borderLeftWrap {
 	border-left:1px dotted #E1E1E1;
 	}
 		
#borderRightWrap {
	width:340px;
	float:none;
	position:static;
	}
	
html>body #borderRightWrap {
	width:338px;
	}
		
#mainText {
	position:static;
	left:227px;
	height:auto;
	text-align:justify;
	padding-left:41px;
	padding-right:100px;
	padding-top:67px;
	border-left:1px solid #E1E1E1;
	}
  			
html>body #mainText {
	border-left:1px dotted #E1E1E1;
	padding-top:50px;
	}
	
#mainText p {
	line-height:12.5px;
	}
	
html>body #mainText p {
	line-height:13px;
	}
	
#mainText .footer {
	margin-top:30px;
	padding-top:30px;
	width:336px;
	margin-bottom:30px;
	padding-bottom:3px;
	border-top:1px solid #E1E1E1;
	}
	
html>body #mainText .footer {
	border-top:1px dotted #E1E1E1;
	}	
	
#mainText .footer p {
	text-align:center;
	font-size:10px;
	}
	
#mainText .footer a {
	text-decoration:none;
	}
.images {
	align:center;
	}
	
div img {
	margin:10px;
	}

table.border {
	border:1px solid #ccc;
	width:100%;
	margin-bottom:20px;
	}
	
table.border td{
	padding:5px;
	border:1px solid #e1e1e1;
	}
	


