@charset "UTF-8";

 /* html tags */
 
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #85939c;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, .subhead1, .subhead2 {
	font-family: "Times New Roman", Times, serif;
	line-height: 110%;
	color: #59735F;
}


h1 {
	font-weight: normal;
	font-size: 32px;
	color: #59735F;
}

h2, .subhead1 {
	font-weight: normal;
	font-size: 28px;
	color: #59735F;
}

h3, .subhead2 {
	font-weight: normal;
	font-size: 22px;
	color: #0172bc;
	margin: 30px 0 0 0;
	padding: 0;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 30px 0 0 0;
	padding: 0;
	color: #0172bc;
}

h5 {
	font-weight: normal;
	font-size: 16px;
	color: #59735F;
}

h6 {
	font-weight: normal;
	font-size: 13px;
	color: #FF6600;
	margin: 20px 0 0 0;
	padding: 0;
}

p {
	line-height: 140%;
	margin:  0 0 20px 0 ;
	padding: 0;
}


/* links */

a {
	color: #0172bc;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
	color: #FF6600;
}

b {
	color: #000000;
}

.bold-type {
	font-weight: bold;
	color: #000000;
}

img {
	border: none;
}

label {
	display: block;
}

input[type="text"] {
	width: 200px;
}


/* asian language type size adjustments */

.asian_language h1 {
	font-size: 30px;
}

.asian_language h2 {
	font-size: 26px;
}

.asian_language p {
	font-size: 13px;
}



/* main container */

#container { 
	width: 960px;  /*  */
	background: #FFFFFF url(../images/container-rule.png) left top repeat-y ;
	margin: 0 auto; /*  */
	padding: 0;
	text-align: left; /*  */
}

#nav-bar2-empty {
	background-color: #475a4b;
	padding: 0;  /*  */
	height: 10px;
}

/* header */

#header1 { 
	background: #85939c url(../images/rowers1-960x200.jpg) left top no-repeat; 
	padding: 0 10px 0 20px;  /*  */
	height: 200px;
}

#header2, #header3 { 
	margin: 0;
	padding: 0 10px 0 20px;  /*  */
	height: 70px;
}


#header2 { 
	background: #004163 url(../images/bkg-footer3.jpg) no-repeat center left;
}

#header3 { 
	background: #004163 url(../images/bkg-footer2.jpg) no-repeat bottom left;
}

#header1 h2, #header2 h2, #header3 h2 {
	margin: 0; /*   */
	padding: 20px 0; /*  */
	color: #c0d2b6;
	font-weight: normal;
}

/* sidebar 1 */

#sidebar1 {
	float: left; /*  */
	width: 200px; /*  */
	background: #ffffff; /*  */
	padding: 15px 10px 15px 20px;
}

#sidebar1 p {
	margin: 0 0 8px 0;
	padding: 0;
}

/* maincontent */

#mainContent { 
	margin: 30px 0 30px 270px; /*   */
	padding: 0 60px 0 0; /*  */
	min-height: 250px;
}

#mainContentLeftCol, #mainContentRightCol {
	width: 290px;
	padding: 0; /*  */
	margin: 0 0 20px 0; /*   */
}

#mainContentLeftCol {
	float: left;
}

#mainContentRightCol {
	float: right;
}

/* mainContent tables */

#mainContent table {
	line-height: 140%;
	border-collapse: collapse;
}

#mainContent td {
	padding: 0 0 10px 0;
	vertical-align: top;
	padding: 0 4px 0 0;
}

/* maincontent lists - using just ul with no id confuses the menu */

#mainContent ul {
	list-style-type: square;
	line-height: 140%;
}

#mainContent li ul { /* for lists inside lists */
	list-style: circle;
}

#mainContent ol {
	line-height: 140%;
}

/* callout box */

/* curve height, background image */
.calloutBox .t, .calloutBox .b, .calloutBox .b b, .calloutBox .t b {
	height: 8px;
	background-image: url(../images/rounded.png);
}

/* inner color, border color, border width */
.calloutBox .c {
	background:#e8e8e8;
	border-color: #cccccc;
	border-left-width:2px;
	border-right-width:2px;
}

.calloutBox p, .calloutBox h4 {
	margin: 0;
	padding: 10px 0 0 0;
}

.calloutBox h4 {
	color: #FF6600;
}


.calloutBox ul, .calloutBox ol {
	margin: 0;
	padding: 10px 0 15px 30px;
}

/* surrounding margins (optional) */
.round {
	margin-bottom: 25px;
}

/* inner content padding */
.round .c {
	padding:0 10px 0 10px;
	border-top:0;
	border-bottom:0;
	border-style:solid;
}

.round .t, .round .b, .round .t b, .round .b b {
	display:block;
	overflow:hidden;
}

.round .t b, .round .b b {
	float:right;
	width:50%;
}

.round .t .r {
	background-position:top right;
}

.round .b .r {
	background-position:bottom right;
}

.round .b {
	background-position:bottom left;
}

.round .br {
	clear:both;
	display:block;
	overflow:hidden;
	height:0px;
}


/* footer */

#footer {
	height: 50px;
	margin: 0;
	padding: 0;
	background: #004163 url(../images/bkg-footer2.jpg) no-repeat top left;
}
#footer p {
	font-size: 10px;
	color: #fff;
	padding: 10px 0 0 20px;
	margin: 0;
}

#footer a {
	color: #fff;
}

/* utilities */

.fltrt { /*  */
	float: right;
	margin-left: 8px;
}
.fltlft { /*  */
	float: left;
	margin-right: 8px;
}
.clearfloat { /*  */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hidden { 
	display: none;
}

/* misc */

.logo1 {
	margin: 20px 0 30px 15px;
	text-align: center;
}

/* formatting */

b {
	font-weight: bold;
	color: #FF6600;
}

/* colors */

.ronin-blue {
	color: #0172bc;
}

.lightest-green{
	color: #ddeed5;
}

.light-green {
	color: #97B687;
}

.med-green {
	color: #59735F;
}

.dark-green {
	color: #475a4b;
}

.blue-gray {
	color: #85939c;
}

.light-gray {
	color: #e7e9eb;
}

.orange {
	color: #FF6600;
}




