﻿/* CSS Document */
body {
	background-position: center top;
	margin: 37px 0 0 0;
	padding: 0;
	color: #7E7E7E;
	background-color: #000033;
	background-image: url('../images/blueBackground.gif');
	background-repeat: repeat-x;
}
img {
	margin: 0;
	padding: 0;
}
a {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color: #339933;
}
li {
	margin: 0;
	padding: 0 0 0 0;
}
ul {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
.spacer {
	line-height: 0;
	font-size: 0;
	clear: both;
}
table.clubs {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 90%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.clubs td {
	width: 50%;
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.clubs td.hed {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
table.mun {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 98%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.mun td.left {
	width: 30%;
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.mun td.right {
	width: 70%;
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.mun td.hed {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
/*------------------*/
table.dormDay {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.dormDay td {
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.dormDay td.time {
	width: 30%;
	background-color: #808080;
	color: #DDDDDD;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
/*------------------*/
table.dormYear {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.dormYear td {
	width: 35%;
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.dormYear td.date {
	width: 15%;
	background-color: #808080;
	color: #DDDDDD;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
/*------------------------------------------Container Start----------------------------------*/
#container {
	border-style: none solid solid solid;
	border-width: 2px;
	border-color: #000027;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 23px;
	position: relative;
	background-color: #FFFFFF;
}
#containerInside {
	width: 770px;
	float: right;
}
/*------------------------------------------Container End----------------------------------*/
/*------------------------------------------Header Start----------------------------------*/
#smallHeader {
	width: 570px;
	height: 114px;
	float: left;
	background: #FFFFFF url('../images/headerSmallBuilding_bg.jpg') no-repeat 0 0;
	color: #000000;
}
#smallHeader img {
	position: absolute;
	left: 23px;
	top: 15px;
}
#smallHeader h1 {
	position: absolute;
	left: 23px;
	top: 93px;
	font: normal 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
/*------------------------------------------SmallHeader End----------------------------------*/
/*------------------------------------------Paragraphs Start----------------------------------*/
.lightGrey {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	padding: 15px 23px 20px 0;
}
.lightGrey2 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
}
.darkGrey {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	float: left;
}
.darkGrey2 {
	padding: 20px;
	margin: 10px 12px 10px 0px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #F0F0F0;
}
/*------------------------------------------Paragraphs End----------------------------------*/
/*------------------------------------------Right Start----------------------------------*/
#right {
	width: 767px;
	margin: 0;
	padding: 22px 0 0 0;
	float: left;
}
#right h2 {
	background-position: left top;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 10px;
}
#right h2 span {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #386F00;
	background-color: #FFFFFF;
}
#right h5 {
	background-position:left center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#808080;
	padding-left: 10px;
	background-image:url('../images/arrow_listOvr.gif');
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#right h3 {
	background-position: left top;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 15px;
	background-image: url('../images/blueTitleBar.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#right h3 span {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #386F00;
	background-color: #FFFFFF;
}
#right h3 span.date {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #FF9900;
}
#right div.managementGreeting {
	padding-left: 180px;
	background-image: url('../images/rijiChouSideBar.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.newsItem {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #FFFFFF;
	padding: 5px 23px 5px 0;
}
#right span.newsLead {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #0033CC;
}
#right p.newsItem a {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	text-decoration: none;
}
#right p.newsItem a:hover {
	text-decoration: underline;
}
#right p.question {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #0033CC;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	width: 547px;
	float: left;
}
#right ul {
	list-style: disc;
	list-style-position: inside;
}
#right li {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	padding-bottom: 10px;
}
#right ul.FAQ li a {
	color: #7E7E7E;
	font-size: small;
}
#right ul.FAQ li a:hover {
	color: #386F00;
}
#right div.about {
	width: 315px;
	background-color: #F8F8F8;
	border: #DFDFDF solid 1px;
	color: #000000;
	padding: 27px 27px 42px 24px;
	margin: 0 15px 0 0;
	float: left;
}
#right div.about h2 {
	background: #F8F8F8 url('../images/about_bg.gif') no-repeat 0 3px;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 43px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
}
#right div.about h2 span {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #386F00;
	background-color: #F8F8F8;
}
#right div.about h2 span.date {
	font: bold 11px/19px Arial, Helvetica, sans-serif;
	color: #7D633C;
	background-color: #F8F8F8;
	text-transform: uppercase;
}
#right div.schedule {
	width: 318px;
	background-color: #F8F8F8;
	border: #DFDFDF solid 1px;
	color: #000000;
	padding: 27px 27px 42px 24px;
	float: left;
}
#right div.schedule h2 {
	background: #F8F8F8 url('../images/current_news.gif') no-repeat 0 0;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 43px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
}
#right div.schedule h2 span {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #386F00;
	background-color: #F8F8F8;
}
#right div.schedule h2 span.date {
	font: bold 11px/19px Arial, Helvetica, sans-serif;
	color: #7D633C;
	background-color: #F8F8F8;
	text-transform: uppercase;
}
#right div.schedule a, #right div.about a {
	font-size: small;
	text-decoration: none;
	color: #808080;
}
#right div.schedule a:hover, #right div.about a:hover {
	font-size: small;
	text-decoration: none;
	color: #33CC33;
}
#right strong {
	font-weight: bold;
}
#right div.about a {
	text-decoration: none;
}
#right div.about ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#right div.about ul li {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #BCBCBC;
	background-color: #F8F8F8;
	display: block;
	float: left;
}
#right div.about ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#right div.boxLeft {
	float: left;
	border-top-style: dotted;
	border-width: thin;
	border-color: #808080;
	padding-top: 5px;
	width: 750px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#right div.boxRight {
	float: left;
	border-top-style: dotted;
	border-width: thin;
	border-color: #808080;
	padding-top: 5px;
	width: 260px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#right div.boxLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
}
#right div.boxLeft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}
#right div.boxLeft a.PDFdownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #3333FF;
	text-decoration: none;
}
#right div.boxLeft img {
	width: 60px;
	height: 60px;
	border: 1px solid #C0C0C0;
}
#right div.boxLeft p.lefty {
	width: 70px;
	float: left;
	margin-top: 10px;
}
#right div.boxLeft p.righty {
	width: 660px;
	float: right;
	margin-top: 10px;
}
#right div.boxRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
}
#right div.boxRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}
#right div.boxRight a.PDFdownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #3333FF;
	text-decoration: none;
}
#right div.boxRight img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border: 1px solid #C0C0C0;
}
#right div.boxRight p.lefty {
	width: 70px;
	float: left;
	margin-top: 10px;
}
#right div.boxRight p.righty {
	width: 190px;
	float: right;
	margin-top: 10px;
}
#right div.picLeft {
	background-position: center top;
	width: 369px;
	height: 310px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
	background-image: url('../images/photoBackGroundSmall369_281.jpg');
	background-repeat: no-repeat;
}
#right div.picLeft img {
	width: 321px;
	height: 230px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 22px;
}
#right div.picLeft span, div.picRight span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7D633C;
	background-color: #F8F8F8;
	padding-right: 20px;
}
#right div.picRight {
	background-position: center top;
	width: 369px;
	height: 310px;
	margin: 0 12px 0 0;
	float: right;
	text-align: right;
	background-image: url('../images/photoBackGroundSmall369_281.jpg');
	background-repeat: no-repeat;
}
#right div.picRight img {
	width: 321px;
	height: 231px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 22px;
}
#right div.picWide {
	width: 762px;
	height: 255px;
	background-image: url('../images/photoBackGroundWide.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#right div.picWide span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7D633C;
	background-color: #F8F8F8;
}
#right div.picWide img {
	width: 726px;
	height: 200px;
	margin-top: 18px;
	margin-left: 18px;
	margin-bottom: 12px;
}
#right div.textForPicLieft {
	width: 369px;
	height: 310px;
	margin: 0 12px 0 0;
	float: right;
	text-align: left;
}
#right div.QA {
	border-width: thin;
	border-style: dotted none none none;
	border-color: #CCCCCC;
	background-image: url('../images/QAsideBar.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-right: 10px;
}
#right div.returnToTop {
	text-align: center;
	color: #000099;
	text-transform: uppercase;
	font-size: x-small;
}
#right div.returnToTop a {
	color: #008000;
	font-weight: bold;
}
#right div.returnToTop a:hover {
	color: #0000FF;
	font-weight: bold;
}
/*------------------------------------------Right End----------------------------------*/
/*------------------------------------------Left Start----------------------------------*/
#left {
	width: 200px;
	margin: 43px 5px 0 0;
	padding: 0;
	float: left;
}
#left ul.leftnav {
	margin: 0 0 2px 0;
	padding: 30px 18px 41px 14px;
	list-style: none;
	background: #F8F8F8 url('../images/left_top_gradient.gif') no-repeat 0 0;
	color: #7C7C7C;
}
#left ul.leftnav li {
	background: #F8F8F8 url('../images/grey_dotted.gif') repeat-x 0 100%;
	font: 13px/19px Arial, Helvetica, sans-serif;
	height: 20px;
	color: #7C7C7C;
}
#left ul.leftnav li a {
	background: #F8F8F8 url('../images/arrow_list.gif') no-repeat 0 5px;
	font: 13px/19px Arial, Helvetica, sans-serif;
	display: block;
	color: #7C7C7C;
	padding: 0 0 0 13px;
	text-decoration: none;
	height: 19px;
}
#left ul.leftnav li a.topMenuItem {
	background-color: #F8F8F8;
	background: #F8F8F8 url('../images/arrow_list.gif') no-repeat 0 5px;
	font: 13px/19px Arial, Helvetica, sans-serif;
	display: block;
	color: #7C7C7C;
	padding: 0 0 0 13px;
	text-decoration: none;
	height: 19px;
}
#left ul.leftnav li.bottomMenuItem {
	background: none;
	background-color: #F8F8F8;
	font: 13px/19px Arial, Helvetica, sans-serif;
	height: 20px;
	color: #7C7C7C;
}
#left ul.leftnav li a:hover {
	background: #F8F8F8 url('../images/arrow_listOvr.gif') no-repeat 0 5px;
	color: #7C7C7C;
}
#left ul.bottomlink {
	margin: 13px 0 0 5px;
	padding: 0;
	list-style: none;
}
#left ul.bottomlink li {
	background: #FFFFFF url('../images/box_list.gif') no-repeat 0 4px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0 0 12px;
	margin: 0 0 3px 0;
}
#left ul.bottomlink li a {
	background: #FFFFFF url('../images/green_arrow.gif') no-repeat 64px 2px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	width: 80px;
	display: block;
}
#left ul.bottomlink li a:hover {
	background: #FFFFFF url('../images/green_arrow.gif') no-repeat 70px 2px;
	color: #000000;
}
/*------------------------------------------Left End----------------------------------*/
/*------------------------------------------Footer Start----------------------------------*/
#footer {
	background: #000000 url('../images/footer_bg.gif') repeat-x 0 0;
	color: #FFFFFF;
	height: 94px;
	padding: 26px 0 0 0;
}
#footer ul.nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 320px;
}
#footer ul.nav li {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	background-color: #000033;
	float: left;
	display: block;
}
#footer ul.nav li a {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	padding: 0 8px;
	text-decoration: none;
	background-color: #000033;
}
#footer ul.nav li a:hover {
	background-color: #000033;
	color: #FFFFFF;
}
#footer p.copyright {
	margin: 0 auto;
	width: 185px;
	padding: 8px 0;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #FFC57C;
	background-color: #000033;
}
/*------------------------------------------Footer End----------------------------------*/
