html * {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	color: #FFF;
	background-color: #af7a52;
}

a, a:visited { 
	color: #fff; 
}

a:active, a:hover {
	text-decoration: underline;
}

a:link.nav, a:visited.nav {
	text-decoration: none;
}

a:active.nav, a:hover.nav {
	color: #002c5a;
	text-decoration: none;
}

#header {
	height: 50px;
	overflow: hidden;
	background-color: #bf8456;
	color: #FFF;
	font-size: 18px;
}

#innerHeader {
	margin: 0 auto;
	width: 1000px;
	padding-top: 10px;
}

#navLeft {
	height: 25px;	
	width: 150px;
	float: left;
	margin-right: 9px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;

}

#nav {
	height: 25px;
	width: 150px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#navRight {
	height: 25px;	
	width: 150px;
	float: left;
	margin-left: 9px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#outerContainer {
		background-color: #002c5a;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 750px;
}

#colLeft {
	width: 700px;
	float: left;
	height: 650px;
}

#colLeftSection {
	width: 700px;
	float: left;
}


#colRight {
	width: 300px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(../img/background/colRightBack.gif);
	height: 750px;
	text-align: center;
	font-size: 18px;
}

#colRightTop {
	padding-bottom: 30px;
}

#buttonIndividual {
	background-color: #3f5f7f;
	width: 100px;
	float: left;
	margin-left: 45px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#buttonInstitution {
	background-color: #3f5f7f;
	width: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 45px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

#logo {
	padding-top: 30px;
	padding-bottom: 30px;
}

#main {
	text-align: left;
	width: 625px;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.title {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

.subtitle {
	font-size: 11px;
	text-transform: uppercase;
	color: #bf8456;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

.subHead {
	font-size: 14px;
	text-transform: uppercase;
	color: #bf8456;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}


#boxIndividual {
	background-color: #163e67;
	width: 175px;
	float: left;
	margin-left: 55px;
	margin-right: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 12.5px;
	margin-top: 30px;
}

#boxInstitution {
	background-color: #163e67;
	width: 175px;
	float: left;
	margin-right: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 12.5px;
	margin-top: 30px;
}

.boxTitle {
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #bf8456;
}

#footer {
	height: 72px;
	overflow: hidden;
	background-color: #af7a52;
	color: #FFF;
	font-size: 18px;
}

#innerFooter {
	margin: 0 auto;
	width: 1000px;
	padding-top: 10px;
}

#footerLeft {
	width: 500px;
	float: left;
	text-align: left;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}

#footerRight {
	width: 460px;
	float: left;
	text-align: right;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 40px;
}

sup {
	font-size: 11px;	
}

