/* >>> GLOBAL STYLES <<< */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	background-color: #D6DCCE;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666699;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

img {
border: 0px;
}

/* >>> DIVISION STYLES <<< */

#Header {
	padding-top: 3px;
	text-align: center;
}

#Nav {
	width: 110px;
	margin-top: 0px;
	margin-right: auto;
	float: left;
}

#Content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	margin-top: 50px;
	text-align: justify;
}

#Footer {
text-align:center;
}

#centerDiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 150px;
}

#popContent {
	margin-left: auto;
	margin-right: auto;
	left: auto;
	margin-top: 50px;
	right: auto;
	text-align: justify;
	width: 450px;
}

/* >>> CLASSES <<< */

.onClick {
	cursor: help;
}

