/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: 80px;
	background: transparent url(../images/banner.png) no-repeat;
}

/*
 * The striped background override.  Please use only university approved colors.
 *
 */
/*
html {
	background: transparent url(../images/page_bg.jpg) repeat;
}
*/


/*
 * Image directory overrides.
 * Change this only if you keep your templates images in a folder other than /images/
 * Do *NOT* modify the image files themselves.
 */
 
/*
.topshadow[class] {
	background:transparent url('../images/top_shadow.png') no-repeat;
}

div.shadowcontainer[class] {
	background-image:url('../images/sides_shadow.png');
}

.bottomshadow[class] {
	background:transparent url('../images/bottom_shadow.png') no-repeat;
}

#main_content {
	background-image: url('../images/body_green_bg.jpg');
}

#contentcontainer {
	background: transparent url('../images/colbg.gif');
}

.calloutbox {
	background: #F4EFDF url('../images/callout_bg.png');
}

*/
.HorizontalBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	background-image: url(../images/bg.png);
	height: auto;
	width: 620px;
	position: absolute;
	visibility: visible;
	left: 250px;
	top: 270px;
}




.linkbody {
	width: 86%;
	left: 7%;
	position: relative;
	border: thin solid #C8B26D;
}

.linkhead {
	width: 86%;
	left: 7%;
	position: relative;
	background-image: url(http://www.csus.edu/gradstudies/images/bg.png);
	border: thin solid #C8B26D;
}

.bodyrightpad {
	width: 86%;
	left: 7%;
	position: relative;
	border: thin solid #C8B26D;
	padding-right: 20px;
}
.bodybothpad {
	width: 86%;
	left: 4%;
	position: relative;
	border: thin solid #C8B26D;
	padding-right: 20px;
	padding-left: 20px;
}
.headrightpad {
	width: 86%;
	left: 7%;
	position: relative;
	background-image: url(http://www.csus.edu/gradstudies/images/bg.png);
	border: thin solid #C8B26D;
	padding-right: 20px;
}
.headbothpad {
	width: 86%;
	left: 4%;
	position: relative;
	background-image: url(http://www.csus.edu/gradstudies/images/bg.png);
	border: thin solid #C8B26D;
	padding-right: 20px;
	padding-left: 20px;
}
