/* Specifies background parameters */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
    background-image: url("../images/background.gif")
}

#container {
	width: 840px;
	text-align: left; /*Resets the text alignment*/
    overflow:hidden /*THE FIX*/
}
#content {
	width: 520px;
	float: right;
	padding: 10px
}
#header {
	height: 129px;
	width: 840px
}
#lefthead {
	height: 129px;
	width: 150px;
	float: left
}
#centhead {
	height: 129px;
	width: 540px;
	float: left
}
#righthead {
	height: 129px;
	width: 150px;
	float: right
}
#rightsidebar {
	width: 150px;
	height: 395px;
	float: right
}
#leftsidebar {
	width: 150px;
	float: left
}
#nav {
    font-size: 13px;
	width: 150px;
	color: #0000FF;
	font-weight: bold;
	margin-bottom: 100px
}
#nav ul {
	margin:1px; 
	padding:0px
}
#nav ul li {
    height:20px;
    line-height:20px;
    list-style:none;
    padding-left:10px
}
#nav ul li:hover {
    background-image: url("../images/navhover.gif"); no-repeat;
	position:relative
}

#leftscroll {
	width: 150px
}

/* Specifies default paragraph format */
p {
    text-align: center; font-weight: bold; font-size: 16px
}

/* Specifies text style of Editable body text */
.editable {
    text-align: center; font-weight: bold; font-style: italic; font-size: 22px; text-decoration: none
}

/* Used to center header graphics */
.header {
    text-align: center
}

h1 {
    text-align: center; font-weight: bold; font-size: 22px; color: #0000FF
}

/* Used to center tables */
div.centered 
{
    text-align: center
}
div.centered table 
{
    margin: 0 auto; 
    text-align: left
}

/* Specifies Navigation links */
.right {
    text-align: right; font-weight: bold; font-size: 18px
}

/* Specifies script font style in Jamaican Proverbs */
.small {
	text-align: left; font-weight: normal; font-size: 13px
}

/* Attributes applied to HTML Links */
a:link
{  color: black; text-decoration: none }

a:visited
{  color: maroon; text-decoration: none }

a:active
{  color: blue; text-decoration: none }

a:hover
{  color: red; text-decoration: none }
