/* Style sheet for css compliant browsers. */ 
/* Tested in Opera 7 and Gecko (Mozilla) */ 
html { 
padding: 2px; 
background-color: #FFFFFF; 
} 
body { 
margin: 0px; 
padding: 2px; 
} 
div.content { 
margin-left: 145px; 
padding-bottom: 5px; 
width: 625px;  /* set width of main content/text area */
} 
/* -- End basic layout section -- */ 
div.content p { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333; 
text-align: justify; 
padding-top: 0px; 
padding-right: 10px; 
padding-left: 5px; 
} 
div.content a { 
color: #003399; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-weight: bold;
text-decoration: underline;
} 
div.content a:hover { 
color: #6699CC; 
}
div.content h2 {
color: black;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 18px;
font-weight: normal;
text-decoration: none;
}
div.content h3 {
color: black;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: normal;
}
div.content ul {
list-style-type: square;
}

/* Float Properties */
.floatleft
{
float: top;
background-color: #fff;
}

div.floatleft img
{
padding: 0px;
}
/*====================================================
Content link style
=====================================================*/
.standardLink a { 
color: #003399; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: underline;
} 
.standardLink a:hover { 
color: #6699cc; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: underline;
} 

/*====================================================
Contact Us Style
=====================================================*/
div.contact
{
margin-left: 205px; 
width: 570px; 
padding-left: 10px;
}
div.contact h4 { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
} 
div.contact a { 
color: #003399; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-weight: bold;
} 
div.contact a:hover { 
color: #59a2d1; 
} 
div.contact ul { 
float: left;
} 
div.contact li { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px;
list-style-type: none;
} 
/*====================================================
HomePage Style
=====================================================*/
div.contentHome { 
margin-left: 60px; 
width: 625px;  /* set width of main content/text area */
float: top;
background-color: #fff;
}
div.contentHome h2 {
color: #000000;
font-size: 16px;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
/* -- End basic layout section -- */ 
.largeTitle {
color: #59a2d1;
font-size: 36;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
.oracle {
color: red;
font-size: 18;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
}
.oracleCopy {
color: red;
font-size: 10;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
}
.copyright {
color: black;
font-size: 10;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
}
/*====================================================
In the News Style 
=====================================================*/
div.news { 
margin-left: 20px; 
width: 625px;  /* set width of main content/text area */
} 
/* -- End basic layout section -- */ 
div.news p { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333; 
text-align: justify; 
padding-top: 0px; 
padding-right: 10px; 
padding-left: 5px; 
} 
div.news a { 
color: #003399; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-weight: bold;
} 
div.news a:hover { 
color: #6699CC; 
}
div.news h2 {
color: black;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 18px;
font-weight: normal;
text-decoration: none;
}
div.news h3 {
color: black;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: normal;
}
div.news ul {
list-style-type: square;
}
