/*=============================================================*
 *  Navigation Section                                         *
 *=============================================================*/
#logo {
    position: absolute;
    top: 25px; left: 0;
	bottom: 0;
    width: 25px;
    height: 90%;
    border: solid 3px #333366;
    padding: 5px;
    background-color: #006699;
    color: #ffffff;
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

#navigation {
    position: absolute;
    top:0; right: 0; left: 0;
    width: 100%;
    height: 29px;
    background-color: #333366;
}

/*body>#navigation {
   position: fixed;
}
*/
.nav-element {
    margin: none;
    border: none;
}

/* IE Windows doesn't handle the negative margins correctly */
div#navigation>div.nav-element {
    margin: none;
}

#breadcrumbs    {
    position: absolute;
    left: 0; right: 75%;
    height: 13px;
    padding: 0.5em;
    background-color: #ff9900;
    color: #333366;
    font-size: 80%;
    border: solid 3px #333366;
}

#quicklinks {
    position: absolute;
    left: 75%; right: 0;
    height: 13px;
    padding: 0.5em;
    background-color: #339900;
    color: #ffffff;
    font-size: 80%;
    border: solid 3px #333366;
    border-left:none;
}

#style {
    position: absolute;
    left: 58%; right: 25%;
    height: 13px;
    padding: 0.5em;
    background-color: #660000;
    color: #ffffff;
    font-size: 80%;
    border: solid 3px #333366;
    border-left:none;
}

#topic {
    position: absolute;
    left: 25%; right: 42%;
    height: 13px;
    padding: 0.5em;
    background-color: #ffcc00;
    color: #333366;
    font-size: 80%;
    border: solid 3px #333366;
    border-left:none;
}

#topic p {
    margin-left: 0;
    line-height: 0.8;
}

/* Used to identify current page in topic links */
.this-page {
    background-color: #ffcc00;
    color: #006699;
}
/*=============================================================*
 *  Menu Section                                               *
 *=============================================================*/
#menu1 {
	display: none;
	position: absolute;
	top: 26px;
	padding: 0.5em;
	width: 93%;
	border: solid 3px #333366;
	border-top: none;
	background-color: #ffcc00;
}

#stylebox {
	display: none;
	position: absolute;
	top: 26px;
	padding: 0.5em;
	width: 84%;
	border: solid 3px #333366;
	border-top: none;
	background-color: #660000;
}

#linkmenu {
	display: none;
	position: absolute;
	top: 26px;
	padding: 0.5em;
	width: 84%;
	border: solid 3px #333366;
	border-top: none;
	background-color: #339900;
    color: #ffffff;
}

/*=============================================================*
 *  Content Section                                            *
 *=============================================================*/

#content-wrapper {
    margin: 30px 0 0 0;
}

#content {
    padding: 60px 30px 0.5em 2em;
}

#right {
	position:relative; bottom: 1.1em;
	float: right;
}
#center {
	text-align: center;
}
#left {
	position:relative; top: 1.1em;
	text-align: justify;
}

/***************************************************************
 *                                                             *
 *  Anchors                                                    *
 *                                                             *
 ***************************************************************/

a:link  {
    color: #333366;
}

a:visited {
    color: #993300;
}

a:hover	{
    color: #339900;
}

#logo a:link,
#logo a:visited {
    color: #ffffff;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
    color: #333366;
}

#breadcrumbs a:hover {
    background-color: #333366;
    color: #ff9900;
}

#quicklinks a:link,
#quicklinks a:visited {
    color: #ffffff;
}

#quicklinks a:hover {
    background-color: #ffffff;
    color: #339900;
}

#ordered-links a:link,
#ordered-links a:visited {
    color: #993300;
}

#topic a:link,
#topic a:visited {
    color: #333366;
}

#topic a:hover {
    background-color: #333366;
    color: #ffcc00;
}

#style a:link,
#style a:visited {
    color: #ffffff;
}

#style a:hover {
    background-color: #ffffff;
    color: #660000;
}

tr a:link,
tr a:visited {
    color: #000000;
}

tr a:hover {
    color: #339900;
}

