/*** container ***/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin: 0; 
    padding: 0; 
}

/*** font ***/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	line-height: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663366;
	line-height: 2em;
	padding-top: 4px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	line-height: 1.8em;
	padding-top: 4px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	color: #FFFFCC;
	display: block;
	background-color: #660099;
	line-height: 1.8em;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #663366;
	line-height: 1.8em;
	padding-top: 4px;
	border-bottom:1px solid #663366;
}


a:link, a:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333366;
   font-weight: bold;
   text-decoration: none;
}

a:hover, a:active {
   color: #663366;
   text-decoration: underline;
}

ul li {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   list-style-position: inside;
   font-size: small;
   padding-left: 6px;
   margin-left: 6px;
   margin-top: 2px;
   margin-bottom: 5px;
}

ol li {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   list-style-position: inside;
   font-size: small;
   padding-left: 6px;
   margin-left: 6px;
   margin-top: 2px;
   margin-bottom: 5px;
}

table {
   padding: 6px 0px 6px 0px;
   cell-padding: 2px;
}
   
table p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: left;
   font-weight: normal;
} 

th {
   vertical-align: top;
}

.Accordion p {
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
}

#container {
	width: 900px;
	margin-top: 8px;
	margin-left: auto;
	margin-bottom: 12px;
	margin-right: auto;
	background-color: #fefbe4;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

/*** banner ***/

#bannerImage {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
}

#mainImage {
	position: absolute;
	left: 13px;
	top: 20px;
	z-index: 1;
}

#globalnav {
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 185px;
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
}

#globalnav a {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffcc;
	text-decoration: none;
}

#globalnav a:hover, #globalnav a:active {
    color: #ffcc66;
	text-decoration: underline;
}

/*** sidebar ***/

#sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: auto;
	float: left;
	width: 160px;
	padding: 1px;
}

#nav {
	margin: 0px;
	padding:1px; 
	text-decoration: none;
	background-image: url(../images/navbar.jpg);
	display: block;
}

#nav a{
	background-image: url(../images/navbar.jpg);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	padding: 4px 0px 6px 10px;
}

#nav a:hover, #nav active  {
	color: #C797E8;
}

/*** body ***/

body {
	background-image: url(../images/hala.jpg);
}

#mainContent {
	margin-left: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
}

/*** footer ***/

#footer {
	background-color: #E2D9BF;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer p {
	font-size: x-small;
	color: #333333;
	text-align: center;
}

/**---boxes---**/

p.textbox {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	line-height: 1.3em;
	color:#006;
	margin: 5px;
}

.box {
	display:block;
	width: 250px;
	background-color:#E4E7FA;
	border:1px solid #999999;
	padding:15px;
	margin:10px 0px 10px 10px;
	
}

.box2 {
	display:block;
	width:100%;
	font-family:georgia, times new roman, serif;
	font-size: small;
	color:#006;
	background-color:#EBE4FA;
	border:1px solid #999999;
	padding:15px;
	margin:10px 0px 10px 10px;
}


/*** floats ***/

div.float_left {
  float: left;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  margin-left: 2px;
}
  
div.float_left p {
  font-size: x-small;
  color: #333333;
  text-align:center;
}

div.float_right {
	float: right;
	padding: 5px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 15px;
}

div.float_right p {
  font-size: x-small;
  color: #333333;
  text-align:center;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


