/* Matthew Forzan */

/* Redefining attributes */
body {
	margin: 10px 0 0 0;
	background-color: #F0F0F0;
}

h1 {
	color:#000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2 {
	color:#000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	color:#000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #000000; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

p {
	color: #000000; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td {
	color: #000000; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

img {
	border: 0;
	padding: 0px 10px 10px 10px;
}

/* Container */
#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 750px;
	border: 1px solid #000000;
}


/* Header */
#header {
	margin-top: 0px;
}


/* Content */
#content {
	padding: 10px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
}

/* Navigation */
#nav {
	width: 750px;
	margin: 0 auto;
	text-align: center;
background-color: #000000;
}

#nav td { 
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

#nav img {
	border: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

A:link { 
	color: #FFFFFF; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; 
}

A:visited { 
	color: #FFFFFF; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-decoration: none; 
}

A:hover { 
	color: red; 
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-decoration: none;
}

#sub A:link {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline; 
	padding: 1px 9px 1px 6px;
}

#sub A:visited {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline; 
	padding: 1px 9px 1px 6px;
}

#sub A:hover {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none; 
	padding: 1px 9px 1px 6px;
}

#bottomnav {
	text-align:center;
	list-style: none;
	color:#000000;
	font-size:11px;
}

#bottomnav li {
	display: inline;margin:0;
}

#bottomnav A:link {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none; 
	padding: 1px 9px 1px 6px;
}

#bottomnav A:visited {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none; 
	padding: 1px 9px 1px 6px;
}

#bottomnav A:hover {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: underline; 
	padding: 1px 9px 1px 6px;
}

#bottomnav p {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 5pt;
}

/* Classes */
.divider {
	width: 50%;
	border-bottom: 1px solid #666666;
	margin-bottom: 0px;
	margin-top: 40px;
}

.divider2 {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
