* {margin: 0px 0 0 0;
    padding: 0;
}

body { text-align:center; font-family:Arial, Helvetica, sans-serif;
       font-size: 68.5%;
}
div#main {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
	background-image: url('images/OAHeader.jpg');
	background-repeat: no-repeat;
	height: 110px;
	width:750px;
}

#headerMenu{
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	padding-top: 10px;
    width: 749px;
}

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 10px;
    padding-top: 0px;
}

#right {
	float: right;
	width: 136px;
	margin-right: 5px;
	padding-top: 0px;
}

#content {
	margin-right: 0px;
	margin-left: 5px;
	padding: 5px;
    width: 507px;
	height: 354px;
}

#home {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
    width: 565px;
	height: 354px;
}

#footer 
{
	background-image: url('images/footer.jpg');
	background-repeat: repeat-x;
	height: 31px;
	text-align: center;
	font-size: .9em;
	padding-top: 10px;
}

p{  
    margin-top: 2px;
	margin-bottom: 2px;
	font-size:small;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 74px;
	padding-left: 20px;
	height: 35px;
}

.headingColor{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	height: 31px;
	width: 144px;
	text-align:left;
    margin-left:2px;
	padding-top: 5px;
	padding-left: 15px;
}

.style1
{
   width: 139px;
}
.style2 
{
   font-family: Tahoma;
   font-weight: bold;
   font-size:small;
   color: Red;
}
.style20 
{
   font-family: Tahoma;
   font-weight: bold;
   font-size:small;
   color: #BA303B
}
.style21
{
   font-family: Tahoma;
   font-weight: normal;
   font-size:small;
   width: 286px;
}
.style22
{
   margin-top: 2px;
   margin-bottom: 2px;
   font-family: Tahoma;
   font-weight: normal;
   font-size: small;
}
.style23
{
   font-family: Tahoma;
   font-weight: bold;
   font-size: small;
   width: 200px;
}

.images_left 
{
	float: left;
    margin: 5px;
	width: 624px;
	height: 425px;
}

.thumbs 
{
	border: 1px solid gray;
    margin: 5px;
	padding: 1px;
	height: 48px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #20FE3E}   /* mouse over link */
a:active {color: #F9FF54}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
    text-align:left;
    margin-left:2px;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a 
{
	text-decoration: none;
}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

