body {
	background-color: White;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#header {
  position : fixed;
  width : 100%;
  height : 155px;
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
}

#content {
  position : fixed;
  top : 44px;
  bottom : 33px;
  margin : 120px 0px 0px 160px;
  width : auto;
  height : auto;
  overflow : auto;
}

#footer {
  position: fixed;
  width: 100%;
  height: 20px;
  top: auto;
  right: 0;
  bottom: 0;
  padding: 0px;
  margin: 0px;
}


#navigation {
    position : fixed;
    height : auto;
    top : 164px;
    left : 0;
    width : 141px;
    margin : 0px 0px 0px 0px;
    overflow : auto;
}


p.blackboard {
	color : white;
	background-color: black;
	font-family : "brush script", cursive;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	margin-top : 0px;
	margin-left : 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
	
h1 {
	color : #3366cc;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 28px;
	margin-bottom : 0px;
	margin-top : 0px;
}

h2 {
	color : #3366cc;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 20px;
	margin-bottom : 2px;
	margin-top : 0px;
	margin-left : 20px;
}

p.blue {
	color : #3366cc;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom: 0px;
}

p.bluebold {
	color : #3366cc;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 14px;
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom: 0px;
}

h2.index {
	color : #3366cc;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : italic;
	font-weight : normal;
	font-size : 24px;
	margin-bottom : 2px;
	margin-top : 0px;
	margin-left : 0px;
}

h3 {
	color : white;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
	font-size : 11px;
	margin-bottom : 5px;
	margin-top : 3px;
	margin-right : 10px;
	text-align : right;
}

table{
	margin-top: 0px;
}

h3.index {
	color : white;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
	font-size : 18px;
	margin-bottom : 5px;
	margin-top : 3px;
	margin-right : 10px;
	text-align : center;
}

h4 {
	color : white;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 5px;
	margin-top : 3px;
	margin-left : 10px;
	text-align : left;
}

.normal {
	color : black;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	text-align : justify;
	margin-left : 20px;
	margin-right : 20px;
	margin-top: 0px;
}

p.normal2 {
	color : black;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	text-align : justify;
	margin-left : 100px;
	margin-right : 100px;
	margin-top: 0px;
}


ul.main {color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	text-align : left;
	line-height : 16px;
	margin-left : 20px;
	margin-top: 5px;
}

ul {color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	text-align : justify;
	margin-top: 10px;
}

li	 {
	margin-left : 20px;
	line-height: 16px;
}

p.smallleft{
	color : White;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	text-align : left;
	margin-top: 5px;
}

p.leftwhite{
	color : White;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	margin-left : 20px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : left;
}

p.middlewhite{
	color : White;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	margin-left : 20px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : center;
}

p.rightwhite{
	color : White;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	margin-right : 20px;
	margin-top: 5px;
	text-align : right;
}

p.middle {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : center;
}

p.middle2 {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	text-align : center;
}


p.middle3 {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	text-align : center;
}

p.right {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : right;
}

p.smallmiddle {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
	text-align : center;
}

a.smallmiddle {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : center;
}

a.footer {
	color : white;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : center;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}

a.footer:hover	{
	color: black;
	font-weight: bold;
}

a {
	text-decoration : underline;
	color : #0000ff;
}

a:hover {
	color: green;
	text-decoration : none;
}

a.business {
	text-decoration : underline;
	color : green;
}

a.business:hover {
	color: blue;
	text-decoration : none;
}

hr	{	color : #3366cc;
	width : 100%;
	text-align : center;
}

img.right	{
	margin-left: 20px;
	margin-bottom: 10px;
}


img.left	{
	margin-right: 20px;
	margin-bottom: 10px;
}


a.menu {
	text-decoration : none;
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 22px;
	margin-left : 15px;
}

a.menu:hover {
	color: blue;
	text-decoration : underline;
}

a.main {
	text-decoration : underline;
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

a.main:hover {
	color: blue;
	text-decoration : underline;
}

a.main2 {
	text-decoration : underline;
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}

a.main2:hover {
	color: blue;
	text-decoration : underline;
}
	
td.business {
 	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.8em;
	text-align : left;
}

td.br {
 	background-repeat : no-repeat;
}
