/*
CSU Colors:
Greens:
#003B0E
#006130
#00573F

Golds:
#AD7500
#AD8744
#C38200
*/

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

table.twocolumn {
	width:100%;
}

td.column {
	width:50%;
    /* border:solid 1px #13694E; */
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


div.page {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	background-color:#FFFFFF; 
	border: solid 1px #003B0E; 
	color:#000000; 
	position: relative; 
	width: 600px; 
	margin: 18px auto 0;
	}

div.abstract {
	color:#000000; 
	position: relative; 
	width: 500px; 
    left:50px;
    display: block;
	}
    
div.hide {
    display: none;
    }

div.header {
	font-family: Times; 
	font-size:42px; 
	
	border-bottom:solid 1px #003B0E; 
	color:#FFFFFF; 
	position: relative;
	height: 147px; 
	text-align:center;
    background-image: url("images/banner_bg.jpg");
    background-repeat: no-repeat;
    
	}
div.headerleft {
    position:absolute;
    text-align: left;
    left:20px;
    top:70px;
    width:430px;
    /*border: solid 1px #666666;*/
	}

div.headerright {
    position:absolute;
    text-align: right;
    right:5px;
    top:5px;
    width:140px;
    /*border: solid 1px #666666;*/
	}
div.headernav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
    position:absolute;
    text-align: center;
    color: #FFFFFF;
    right:0px;
    bottom:8px;
    width:600px;
	}
    

div.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background-color:#FFFFFF; 
	color: #000000; 
	position: relative;
    margin-left: 10px;
    margin-right: 10px;  
    text-align: justify;  
	}

div.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px; 
    background-color:#003B0E;  
	border-top:solid 1px #003B0E; 
	color:#AD7500; 
	position: relative; 
	height: 50px;
	}

div.footleft {
    position:absolute;
    text-align: left;
    left:5px;
    top:5px;
    width:190px;
    border: solid 1px #003B0E
	}
    
div.footcenter {
    position:absolute;
    text-align: center;
    left:205px;
    top:5px;
    width:190px;
    border: solid 1px #003B0E
	}
    
div.footright {
    position:absolute;
    text-align: right;
    right:5px;
    top:5px;
    width:190px;
    border: solid 1px #003B0E
	}
	
h1 {
	color: #006130;
}
	
h2 {
	color: #006130;
}
	
h3 {
	color: #006130;
}
	
h4 {
	color: #006130;
}
	
h5 {
	color: #006130;
}
	
h6 {
	color: #006130;
}

/*a.nav {
	text-decoration: none;
	color: #FFFFFF;
}*/
a.nav {
    border: solid 1px #AD7500;
    font-weight: bold;
    padding: 3px;
	text-decoration: none;
	color: #AD7500;
}
a.nav:link {
    border: solid 1px #AD7500;
    font-weight: bold;
    padding: 3px;
	text-decoration: none;
	color: #AD7500;
}
a.nav:visited {
    border: solid 1px #AD7500;
    font-weight: bold;
    padding: 3px;
	text-decoration: none;
	color: #AD7500;
}
a.nav:hover {
    border: solid 1px #FFFFFF;
    font-weight: bold;
    padding: 3px;
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:active {
    border: solid 1px #FFFFFF;
    font-weight: bold;
    padding: 3px;
	text-decoration: none;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #AD7500;
}
a:link {
	text-decoration: none;
	color: #AD7500;
}
a:visited {
	text-decoration: none;
	color: #AD7500;
}
a:hover {
	text-decoration: none;
	color: #006130;
}
a:active {
	text-decoration: none;
	color: #006130;
}
	
	
a {
	text-decoration: none;
	color: #AD7500;
}
a:link {
	text-decoration: none;
	color: #AD7500;
}
a:visited {
	text-decoration: none;
	color: #AD7500;
}
a:hover {
	text-decoration: none;
	color: #006130;
}
a:active {
	text-decoration: none;
	color: #006130;
}
	
	
p.big {font-family: Arial, Helvetica, sans-serif; font-size:36px;}
