/* 
	Site Layout Information
	
	This stylesheet information defines the general layout of the website. Properties such as the
	locations of content panels, text formatting, and other global formatting paraemters
	for website elements are defined here.

	Date:		8-1-2005
	Author:	Mike McMahon
*/


/* Content panels */

div.side_background{
	background-image: url(http://www.cse.unr.edu/images/layout/repeat_side.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div.side{
	background-image: url(http://www.cse.unr.edu/images/layout/side.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.header_background{
	background-image: url(http://www.cse.unr.edu/images/layout/repeat_top.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100px;
}

div.header{
	background-image: url(http://www.cse.unr.edu/images/layout/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
}

div.footer_background{
	background-image: url(http://www.cse.unr.edu/images/layout/repeat_bottom.png);
	background-location: bottom left;
	background-repeat: repeat-x;
	vertical-align: baseline;
	clear: both;
}

div.footer{
	background-image: url(http://www.cse.unr.edu/images/layout/footer.png);
	background-location: bottom left;
	background-repeat: no-repeat;
	vertical-align: baseline;
	color: #FFFFFF;
}

div.content{
	margin-left: 150px;
}

div.sidebar{
	width: 150px;
	float: left;
	color: #CCD4FF;	
}

/* Body and paragraph */

body{
	background-color: #FFFFFF;
	color: #000000;

	margin: 0px;
	padding: 0px;

	font-family: arial;
	font-size: 12px;
}

p{
	text-indent: 10px;
	padding: 10px 5px;
}

/* Hyperlinks */

a{
	text-decoration: none;
}

a:link{
	color: #000080;
}

a:visited{
	color: #000080;
}

a:active{
	color: #000080;
}

div.header a:active{
	color: #FFFFFF;
}
div.header a:visited{
	color: #FFFFFF;
}
div.header  a:link{
	color: #FFFFFF;
}

div.sidebar a:link{
	color: #CCD4FF;
}
div.sidebar a:active{
	color: #CCD4FF;
}
div.sidebar a:visited{
	color: #CCD4FF;
}

div.footer a:link{
	color: #CCD4FF;
}
div.footer a:active{
	color: #CCD4FF;
}
div.footer a:visited{
	color: #CCD4FF;
}

/* Images */

img{
	border:0px;
}

img.graphiclink{
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle
}
