/*       teal format for no-load.info                                   */

body
{
    font: 16px arial;
	background-color: #ffffff;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 13px arial; color: #000000; text-decoration: none;} 
a:active {font: bold 13px arial; color: #000000; text-decoration: none;}
a:visited {font: bold 13px arial; color: #0a0a0a; text-decoration: none;}
a:hover {font: bold 13px arial; color: #bfefef; text-decoration: underline;}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #739595;
}

.left
{
    /* floats the item to the left side of the page*/
    float: left;
}

.right
{
    /* floats the item to the right side of the page */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    /* width: 780px; */
}

.title
{
    /* this is the styling for the title. */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #1A9495;
    color: #ffffff;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.title2 
{
    color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle {
	color: #000000;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
	color: #000000;
    padding: 0px;
	margin: 0px;
}

.content a:link {font: bold 13px arial; color: #0000a0; text-decoration: none;}
.content a:visited {font: bold 13px arial; color: #800080; text-decoration: none;}
.content a:hover {font: bold 13px arial; color: #000000; text-decoration: underline;}


.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 150px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 150px;
}

.sidebar
{
    width: 124px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #1A9495;
    color: #739595;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 100px;
    background-color: #739595;
    color: #0D4C4D;
    border: solid 1px #1A9495;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}


.horiz
{
	/* for a horizontal menu use class="sidebaritem horiz"*/
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#1A9495;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}