/*  
*/

body /* Centers the page */ {
	background: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#frame /* Sets the width of the page and aligns it left */ {
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

* html #frame {
	height: 100%;
}

div#header-1 /* Top header box for home page */ {
	display: none;
}

div#header-2 /* Top header box for geography */ {
	display: none;
}

div#header-3 /* Top header box for global studies */ {
	display: none;
}

div#header-4 /* Top header box for the club */ {
	display: none;
}

div#header-5 /* Top header box for the GIC */ {
	display: none;
}

div#header-6 /* Top header box for resources */ {
	display: none;
}

div#topmenu {
	display: none;
}

div#leftnav {
	display: none;
}

div#content {
	background-color: none;
	}

div#footer {
	display: none;
	}

h2 /* CONTENT Main Heading with Line Above*/ {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003366;
	}

h3 /* CONTENT Heading with Line Above */ {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.15em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003366;
	}

h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}
	
h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	}

p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

li {
	list-style-type: square;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.smaller {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}

.smallhang {
	font-size: .8em;
	text-indent: -2em; 
	margin-left: 2em;
	}

.bold {
	font-weight: bold;
	}

.underline {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.nobullet {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.5em;
}

.nobulletnormal {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
}

.indent {
	font-size: .8em;
	padding: 0px 0px 0px 2em;
	margin: 0px;
}
