﻿@import url('../../../site_map/styles/layout.css');

/********** PAGE FORMATTING **********/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:blue;
	background-image:url('../../../images/ss005800600.jpg');
}

#container {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#header-main {
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#top-menu {
	text-align: middle;
	font-size: 12px;
	font-weight:bold;
	/*background-color:white;*/
	color: white;
	height: 30px;
}
#top-menu td {
	background-image:url('../../../images/btn-plastic-052214.png');
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
#top-menu a {
	color:white;
	text-decoration:none;
}
#content-main {
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
	/*background-color:white;*/
}
#content-main a {
	text-decoration:underline;
	color:red;
}
#content-main p {
	color:blue;
	font-weight:bold;
	font-size:18px;
}
#navigation {
	width: 145px;
	float:left;
}

.divBox
{
    width: 145px;
    text-align: left;
    font-weight:bold;
    padding: 5px;
    font-size:small;
    border-radius:5px;
    margin-bottom:2px;
    background-color:blue;
    color: white;
}

.divBox a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}
.divBoxSelect
{
    width: 145px;
    text-align: left;
    font-weight:bold;
    padding: 5px;
    font-size:small;
    border-radius:5px;
    border-width:thin;
    background-color:aqua;
    color:blue;
}
.divBoxSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}

.divBoxHorizontal
{
    width: 142px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../../../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
    float: left;
}
.divBoxHorizontal a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}
.divBoxHorizontalSelect
{
    width: 144px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../../../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}
.divBoxHorizontalSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}

#content {
	width: 835px;
	padding:5px;
	float:right;
	/*background-color:white;*/
}
#content a {
	text-decoration:underline;
	color:red;
}

#announcement {
	width:600px;
	background-color:white;
	border-radius:10px;
	border-color:blue;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top:5px;
	padding:5px;
}
#sidebar-left {
	width: 145px;
	float: left;
	/*background-color:blue;*/
	color:blue;
	text-align: center;
	
}
	color:blue;
	text-align: center;
	
}
	color:blue;
	text-align: center;
	
}
#sidebar-left a {
	color:red;
}
#footer-main {
	float:left;
	width: 1000px;
	margin: 0 auto;
}
#footer-category {
	font-size:10px;
	text-align:center;
	color: blue;
	/*background-color:blue;*/
	padding:5px;
	height:250px;
}
#footer-category a {
	text-decoration:underline;
	color: red;
}
#footer {
	color:blue;
	/*background-color:white;*/
	font-size:10px;
}
#footer td {
	vertical-align:middle;
	text-align:center;
}

#footer p {
	text-align:left;
}
#footer a {
	color: red;
	text-decoration:underline;
}

