/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #78B0E0 url(images/side2.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00008B;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00008B;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFBFD url(images/side1.gif) repeat-x left top;
}


#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14pt;
}

#header h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #4773C1;
	height:20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
              list-style-type:none;
	height:20px;
}

#menu li {
	display: inline;
              float:left;
              position:relative;
              z-index:100;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height:20px;
}


#menu a:hover {
	background-color: #6D92D5;
}

/* use the table to position the dropdown list */
#menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
/* style all the links */
#menu a, #menu :visited {
display:block;
font-size:14px;
font-weight:bold;
width:127px;
height:34px;
padding:6px 0px;
color:#0000000;
background:#0000CD;
text-decoration:none;
margin-right:1px;
margine-left:1px;
text-align:center;
font-family: "Arial Rounded MT Bold ", "Myriad Web", Verdana, Helvetica, Arial, sans-serif;
}
/* style the links hover */
#menu :hover{
color:#000000;
background:#FFFFFF;
}
/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position:absolute;
width:125px;
height:0;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul, #menu ul a:hover ul{
visibility:visible;
}

/** CONTENT */

p { padding-left: 20px; padding-right: 20px; }

#bodycontent {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#bodycontent h2, #bodycontent h3, #bodycontent h4, #bodycontent h5, #bodycontent h6 {
	font-weight: normal;
}

#bodycontent p, #bodycontent ul, #bodycontent ol {
	line-height: 150%;
}

#hsbodycontent {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#hsbodycontent h2, #hsbodycontent h3, #hsbodycontent h4, #hsbodycontent h5, #hsbodycontent h6 {
	font-weight: normal;
}



#hsbodycontent p, #hsbodycontent ul, #hsbodycontent ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 2px solid #4773C1;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #4773C1;
}