/* ----- Beginning of TopPart ----- */
ul#top{
	display:block;
	list-style-type:none;
	width: 783px;
	height: 65px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.top {
	border-top: 1px solid #160E02;
	border-bottom: 0px solid #160E02;
	border-right: 1px solid #160E02;	
	border-left: 1px solid #160E02;	
	
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #8E5F20;
	height: 85px;
    color: #000000;
    }

.tl {background: url(images/tl2.gif) 0 0 no-repeat}
.tr {background: url(images/tr2.gif) 100% 0 no-repeat; padding:10px}
	
/* ----- End TopPart Code ----- */	

/* ----- Beginning of Nav Bar Code ----- */

ul#menu{
    background-color: #20668E;
	font-family: Arial, Geneva, sans-serif;
	font-size:15px;
	font-weight: lighter;
	position:relative;
	display:block;
	list-style-type:none;
	text-align: center;
	
    width: 783px;
	height: 29px;
	
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-top: 1px solid #160E02;
	border-bottom: 1px solid #160E02;
	border-right: 1px solid #160E02;	
	border-left: 1px solid #160E02;	
	
}

ul#menu li{
	display:block;
	float:left;
	
    background-color: #20668E;	

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	border-bottom:0px solid #160E02;
	border-left:0px solid #160E02;	
	border-right:0px solid #00160E020000;	
	}
ul#menu li:first-child{
	border-left:0px solid #160E02;
	}
	
ul#menu li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:5px 28px 5px 28px;
	height:19px;
	}
ul#menu li a:hover{
	color: #000000;
    background-color: #022A41;
	}

/* ----- End Nav Bar Code ----- */


/* ----- Beginning of Body Code ----- */

div.body {
    width: 785px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    left: 50%;
    margin-left: -384px;
    }

div.content {
    border-left: 1px solid #160E02;
	border-bottom: 1px solid #160E02;
	border-right: 1px solid #160E02;
	padding: 5px 40px 5px 40px;
	background-color: #8E5F20;
    color: #000000;
	font-size:14px;
	font-weight: lighter;
	line-height: 20px;
	text-indent: 50px;
    }
	
body {
    background-color: #412908;
	background-image:url('images/wallpaper.png');
	background-repeat:repeat-x;
	font-size:10px;
	color: #1C1203;
	text-align: justify;
	font-family: Arial, Geneva, sans-serif;
    }

a:link {
    color: #275C69;
    text-decoration: none;
        }

a:visited {
    color: #275C69;
    text-decoration: none;
        }

a:hover {
    color: #000000;
    text-decoration: underline;
        }

a:active {
    color: #999999;
    text-decoration: underline;
        }
		
/* ----- End of Body Code ----- */


/* ----- Beginning of Heading Code ----- */
h1 {
	text-decoration: underline;
	font-size:14px;
	font-weight: bold; 
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	text-decoration: underline;
	font-size:16px;
	font-weight: bold; 
	letter-spacing: 1.5;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ----- End of Heading Code ----- */



/* ----- Beginning of Other Code ----- */


img.imagewithborder {
        border: 1px solid #000000;
        }
img.imagewithoutborder {
        border: 0px;
        }

img.floatleft {
        float: left;
        border: 1px solid #000000;
		margin: 5px 10px 0px 0px;
        }
img.floatleftborder {
        float: left;
	    border: 1px solid #000000;
        }	
img.floatright {
        float: right;
        }
img.floatrightborder {
        float: right;
	    border: 1px solid #000000;
        }		
		
::selection {
        background: #2363a4;
        color: #ffffff;
        }
::-moz-selection {
        background: #2363a4;
        color:#ffffff;
        }
		
div.justify {
		text-align: justify;
		}

div.center {
		text-align: center;
		}
		
div.slide {
		float:right;
		padding: 0px 0px 20px 20px;
       }
/* ----- End of Other Code ----- */
 