html 
{
    /* The background image */
    background-image: url("img/background.png");
    /* Set a specified height, or the minimum height for the background image */
    min-height: 800px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;	
}

/* Normal page link */
a:link {color:yellow ;text-decoration:none;}
a:visited {color:yellow ;text-decoration:none;}
a:active{color:yellow ;text-decoration:none;}
a:hover {color:yellow;text-decoration:underline;}

#DIV_BODY
{
	position:absolute;
	width: 	980px;
	height: 1020px;	
	top:	0px;
	left:   50%;
	margin: 0 0 0 -490px;
	padding:	0px;
}

#DIV_HEADER
{
	top:	0px;
	padding:0px;
}

#DIV_CAMPUSES
{  
	height: 280px;
	color: white;
	font-family: "Courier New";
	font-size: small;
	padding-left: 10px;
    background-color:#00487a;
}

#DIV_CAMPUSES a1
{
	color: orange;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

#DIV_CAMPUS_LEFT
{
	width: 900px;
}

#DIV_CAMPUS_RIGHT
{
	width: 660px;
    position: absolute;
    right: 0px;
	top: 240px;
}

#DIV_CAMPUS_RIGHT img
{
    padding: 10px;
}

.shortHR
{
	border: 1px solid orange;
    margin-left:0;
    margin-bottom: 10px;	
    text-align:left;
	width: 180px;
}


.longHR
{
	border: 1px solid orange;
    margin-left:0;
    margin-bottom: 10px;	
    text-align:left;
	width: 960px;
}


.inLINE
{
	display: inline-block
}

#DIV_DISCLAIMER
{
	height: 100px;
	width: 408px;
	color: white;
	font-family: "Arial";	
	background-color:orange;
	padding: 4px;
	position: absolute;
}

#DIV_INFO
{  
	height: 1400px;
	color: white;
	font-family: "Arial";	
	margin-top: 0px;
	padding-left: 10px;
    background-color:#00487a;
}


#DIV_INFO a1
{  
	color: yellow;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

#DIV_INFO a2
{  
	color: orange;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

#DIV_INFO img
{
    padding: 10px;
}