/*********GENERAL CSS***********/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 13px;
	background: #408040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #408080;
	margin-top: 15px;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #30BFBF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

p {
margin-top: 15px
}

/********PAGE WRAPPER***********/

#wrap {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid black;
	background: #fff url('background.png') top left repeat-x;
	padding: 0;
	width: 994px;
	text-align: justify;
}

#wrap ul, #wrap ol {
margin: 15px 0px 0px 25px;
}
/***********HEADER**************/

#header {
	position: relative;
	height: 150px;
	background: #8497c2;
	background: #FFFBFD url(images/header2.JPG);
	background-repeat: repeat-x;
}

#header h1 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	color: #ffffff;
	font-size: 3em;
	
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 994px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/*********MAIN CONTENT**********/

#content-wrap {
	float: left;
	padding: 0 0 30px 0;
	width: 758px;
	
}

#content {
padding: 20px 20px 0px 20px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

.image-right {
float: right;
padding: 10px 10px 10px 20px;
}

.image-right img {
border: 1px solid black;
}


/***********SIDEBAR***********/

#sidebar-wrap {
	float: right;
	width: 234px;
	color: #99CCFF;
	background: #424d47;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#sidebar {
padding: 0px 20px 40px 20px;
}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-weight: normal;
}

#sidebar p, #sidebar ul, #sidebar ol {
	line-height: 150%;
}

/**********FOOTER************/

#footer {
	clear: both;
	margin: 0 auto;
	border-top:1px solid black;
	padding: 5px 10px 30px 10px;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
