/* HTML Elememts */

/*
5C6D3C
8C9777
FBFBE5
6878C6
*/

A {
    vertical-align: top;
}

BODY {
    background-color: #FBFBE5;
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif; 
    color: #5C6D3C;
    margin: 0;
	background-image: url('../images/bg.png');
	background-position: top left;
	background-repeat: repeat;	  
}

BUTTON {
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif; 
    color: #5C6D3C;
    cursor: pointer;
}

DIV {
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif; 
    color: #5C6D3C; 
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

FORM {
    padding: 0;
    margin: 0;
}

H1, H2, H3, H4, H5, H6 {
    font-family: arial, verdana, sans-serif;
    color: #5C6D3C; 
}

HR {
    height: 1px; 
    color: #5C6D3C; 
    background-color: #8C9777;
    padding: 0; 
    margin: 5px 0px 5px 0px;
    border: 0;
}

IFRAME {
    width: 0;
    height: 0;
    margin: 0;
    border: 0;
}

IMG {
    border: 0; 
    padding: 0; 
    margin: 0;
    text-align: left;
    vertical-align: top;
}

INPUT {
    border: 1px solid #8C9777;
    background-color: #FFFFFF; 
    font-size: 10pt; 
    color: #5C6D3C;
    margin: 1px;
}

LI {
    margin: 0;
}

TABLE {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
}

TD {
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif;  
    color: #5C6D3C;
    vertical-align: top; 
    text-align: left; 
    margin: 0;
    padding: 0;
}

SELECT {
    border: 1px solid #8C9777;
    background-color: #FFFFFF; 
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif;     
    color: #5C6D3C;
    margin: 1px;
}

SPAN {
    font-size: 10pt; 
    font-family: arial, verdana, sans-serif; 
    color: #5C6D3C; 
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

UL {
    margin-left: 20px;
    padding: 0;
}

/* END HTML Elememts */

A:link, A:visited, A:hover, A:active, A:visited:hover {
    color: #6878C6;
    text-decoration: underline;
}

A:hover, A:active, A:visited:hover {
    color: #6878C6;
    text-decoration: none;
}

A:link, A:visited, A:hover, A:active, A:visited:hover {
    color: #6878C6;
	font-weight: bold;
    text-decoration: underline;
}

A:hover, A:active, A:visited:hover {
    color: #6878C6;
	font-weight: bold;
    text-decoration: none;
}

/* HTML ELEMENTS */

.item_title {
	font-weight: bold;
}

.item_body {
	padding-left: 25px;
}

#container {
	width: 750px;
	margin: 0px auto 0px auto;
	background-color: #FBFBE5;
}

.content {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer, #footer A, #footer SPAN {
	padding-top: 10px;
	font-size: x-small;
	clear: both;
}

.img_left {
	float: left;
	padding-right: 10px;
}

.img_right {
	float: right;
	padding-left: 10px;
}

#main {
	margin-left: 160px;
	padding: 10px;
}

#nav_container {
	margin-top: 10px;
	width: 150px;
	float: left;	
}

#nav {
	background-color: #FDFDF2;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#nav_top {
	border-bottom: 1px solid #DDDDDD;
 	background-image: url('../images/nav_top.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 5px;
    width: 150px;
}
#nav_bottom {
    background-image: url('../images/nav_bottom.png');
    background-repeat: no-repeat;
    background-position: left top;  
    height: 5px;
    width: 150px;
}
#nav_container ul, li {
    margin: 0;
    padding: 0;
}
#nav_container li {
    display: inline;
}
#nav_container li a {
    color: #6878C6;
    display: block;
    padding: 2px;
    text-decoration: none;
    background: #FDFDF2;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    font-weight: bold;
}
#nav_container li a:hover {
    background-repeat: no-repeat;
    background: #FBFBE5;
    border-top: 1px solid #DDDDDD;
    text-decoration: underline;
}

#title {
	background-image: url('../images/shell_title.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #6878C6;
	height: 30px;
}

/* end NAV */