.style2 {font-size: 18px; color: #194196;}
.style3 {font-size: 16px; color: #194196;}
.head {font-size: 24px}
.edit {font-size: 12px}
.heading {font-size: 20px}
.styleBOX {color: #1c3f90; font-weight: bold; font-size: 18px; font-family:Geneva, Arial, Helvetica, sans-serif;}
.styleBOX2 {font-family:Geneva, Arial, Helvetica, sans-serif;}
a:link {color: #000099;text-decoration: none;}
a:visited {color: #000099;text-decoration: none;}
a:hover {color: #000099;text-decoration: none;}
a:active {color: #000099;text-decoration: none;}

img {vertical-align: bottom;}

#wrapper{text-align:center; padding: 0 0 20px 0;}

#outter{ 
width: 802px;
padding: 0 0 20px 0;
margin: 0 auto;
border-bottom: 1px solid #194196;
border-right: 1px solid #194196;
border-left: 1px solid #194196;
}

#header{ 
padding: 10px 0 0 0;
float: left;
}

#home{ 
text-align: right;
padding: 35px 0 0 0;
font-size: 18px;
color: #194196;
float: right;
}

#menuWrapper{ 
width: 800px;
margin: 0 0 0 0;
float: left;
font-size: 16px;
color: #194196;
font-weight: bold;
border-bottom: 1px solid #194196;
border-top: 1px solid #194196;
}

#menu{ 
width: 160px;
margin: 0 0 0 0;
float: left;
background-color: #dedede;
}

#menu2{ 
width: 160px;
margin: 0 0 0 0;
float: left;
background-color: #89C8FE;
}

#main{ 
width: 100%;
margin: 0 0 0 0;
float: left;
}

#mainLeft{ 
width: 50%;
margin: 0 0 0 0;
float: left;
}

#mainRight{ 
width: 50%;
margin: 0 0 0 0;
height: 65px;
float: right;
text-align:left;
border-bottom: 2px solid #dedede;
}

#mainShell{ 
width: 330px;
float: right;
}

#body{ 
width: 97%;
margin: 10px;
text-align:center;
}

#footer{ 
width: 97%;
margin: 0 auto;
padding: 20px 0 0 0;
}

#ajax_listOfOptions{
position:absolute;	/* Never change this one */
width:175px;	/* Width of box */
height:150px;	/* Height of box */
overflow:auto;	/* Scrolling features */
border:1px solid #317082;	/* Dark green border */
background-color:#FFF;	/* White background color */
text-align:left;
font-size:0.9em;
z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
margin:1px;		
padding:1px;
cursor:pointer;
font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
background-color:#317082;
color:#FFF;
}
#ajax_listOfOptions_iframe{
background-color:#F00;
position:absolute;
z-index:5;
}

form{
display:inline;
}