body 

{ margin-top: 0;

  margin-bottom: 0;

  margin-left: 0;

  margin-right: 0;

  padding-left: 0;

  padding-right: 0;

}

#container {
        top: 0px;
	width: 100%;
	background-color: #30D9F4;
	margin-right: 0px;
	margin-left: 0px;
	height: 100%;
}
#header {
	height: 100px;
	width: 100%;
	background-image: url(images/header_eg.jpg);
}

#content {
        top: 100px;
	width: 100%;
        height: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftnav {
	float: left;
	width: 120px;
	height: 100%;
	background-color: #30D9F4;
	padding: 0px;
		
}

#leftnav ul
{
	margin-left: 3px;
	padding-left: 3px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 60px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
	color: #0000ff;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
        color: #2F77F1;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
        color: #ffffff;
}

#sidebar {
        top: 100px;
	padding: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
	float: right;
	width: 150px;
	background-color: #30D9F4;
	height: 100%;

}

#sidebarTitles {
	padding: 10px;
	font-size: 16px;
	float: right;
	width: 150px;
	background-color: #30D9F4;
	height: 525px;

}

.rightSideTitles 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C377E;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}

.rightSide
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	background-color: #30D9F4;
	border-right: 3px solid #82A4F4;
	border-left: 3px solid #82A4F4;
	border-bottom: 4px solid #82A4F4;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-top: 0px;
}


#footer {
	background-color: #30D9F4;
	padding: 0px;
	width: 100%;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
        color: #2F77F1;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
        color: #ffffff;
	text-decoration: none;
}


.box1 {
	background:#000000;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
        margin: 3px 0;
	line-height: 12pt
}

