@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/tile_lattice.gif) repeat #D4D3A0;
	padding: 0;
	margin: 0;
}
.bugPatch {
	font-size: 11px;
}
.bodyText {
	font-size: 13px;
	line-height: 15px;
	font-Family:arial, sans-serif;
	color: #333300;
}
.bodyHead {
	color: #cc3300;
	font-weight: bold;
}
.boldTextGreen {
	font-size: 13px;
	line-height: 15px;
	font-Family:arial, sans-serif;
	font-weight:bold;
	color: #5F673A;
}
.smallText {
	font-size: 11px;
	line-height: 14px;
	font-Family:arial, sans-serif;
	color: #333300;
}
.enterText {
	font-size: 13px;
	line-height: 20px;
	font-Family:arial, sans-serif;
	color: #333300;
}
.subHead {
	font-size: 13px;
	line-height: 15px;
	font-Family:arial, sans-serif;
	font-style:italic;
	color: #333300;
}
.majorHead {
	font-size: 13px;
	line-height: 15px;
	font-Family:arial, sans-serif;
	font-weight:bold;
	color: #5F673A;
}
.courseTitle {
	font-size: 11px;
	line-height: 14px;
	font-Family:verdana, arial, sans-serif;
	font-weight:bold;
	color: #333300;
}
.textInput {
	width:160px;
	font-size: 11px;
	font-family:arial, sans-serif;
	color:#333300;
}
.textInputFont {
	font-size: 11px;
	font-family:arial, sans-serif;
	color:#333300;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}


a.heading {
	color: #003300;
	text-decoration: none;
}
a.heading:hover {
	color: #003300;
	text-decoration: underline;
}
a.heading:visited {
	color: #003300;
	text-decoration: none;
}
a.heading:active {
	color: #003300;
	text-decoration: underline;
}

#homePage {
	overflow-x: hidden;
}

/* -- START: Header and Top Navigation -- */
#hdr {
	background: #5F673A;
	height: 33px;
}
#hdr #nav {
	width: 638px;
	height: 33px;
	float: left
}
#hdr #logo {
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 4px;
	position: absolute;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D4D3A0;
	background-color: #5F673A;
	width: auto;
	text-decoration: none;
	border: 1px solid #D4D3A0;
	padding: 1px 10px;
}
#nav ul li a:hover {
	color: #FFF;
}
#nav ul li a.active {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
/* -- END: Header and Top Navigation -- */


/* -- START: Side Navigation -- */
#sideNav {
	padding-left: 0;
	margin-left: 10px;
	border-bottom: 1px dashed #FFFFFF;
	width: 140px;
}
#sideNav ul {
	margin: 0;
	padding: 0;
}
#sideNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #FFFFFF;
}
#sideNav li a {
	text-decoration: none;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1em;
}
#sideNav li.level2 {
	padding-left: 10px;;
}
#sideNav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#sideNav li a.active {
	color: #CC3300;
}
#sideNav li a.active:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* -- END: Side Navigation -- */


/* -- START: Inner page body layout -- */
#bdy {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float: left;
	width:100%;				/* width of whole page */
	overflow: hidden;
	
}
#bdy #colDiv {
	border-right: 1px solid #333300;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
	
	float: left;
}
#bdy #colDiv.ruler {
	width: 11px;
}
#bdy #colDiv.leftNav {
	width: 160px;
	padding-top: 102px;
}
#bdy #colDiv.content {
	width: 372px;
	background-color: #DCDBA9;
	padding-left: 32px;
	padding-right: 52px;
	padding-top: 20px;
}

div.hr {
	height: 6px;
  	background: #DCDBA9 url(images/arrow_top.gif) no-repeat top right;
	cursor: pointer;
 }
hr {
	border: none;
	border-top: 1px dashed #FFFFFF;
	margin-left: 0px;
	width : 355px;
	text-align: left;
}
span.hr {
	display: block;
	border: none;
	border-top: 1px dashed #FFFFFF;
	width : 350px;
	height: 1px;
	text-align: left;
	margin-top: 4px;
	cursor: pointer;
}
#bdy #colDiv.gallery {
	background-image:url(images/hakone_jchars.gif);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	width: 124px;
	padding-top: 175px;
}
#bdy #colDiv.gallery img {
	position: relative;
	margin-bottom: 25px;
}
#bdy #colDiv.gallery img.l1 {
	left: -20px;
}
#bdy #colDiv.gallery img.l2 {
	left: -15px;
}
#bdy #colDiv.gallery img.l3 {
	left: -30px;
}
/* -- END: Inner page body layout -- */




/* -- START: Footer -- */
#ftr {
	position:relative;
	clear: both;
	height: 17px;
	border-bottom: 1px solid #333300;
	border-top: 1px solid #333300;
	width: 100%;
	padding-left: 7px;
	padding-top: 2px;
}
#ftr div.copyright {
	float: left;
	width: 250px;
}
#ftr div.bottomNav {
	float: left;
	width: 500px;
	text-align: right;
}
/* -- END: Footer -- */
