/*Definitions for common Tags*/
body 
{
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 12px;
 background: #4682b4;
}

hr 
{
 height: 1px; 
 border-bottom: none; 
 border-left:none; 
 border-right:none; 
 border-bottom:none; 
 border-top: none;  
}

p
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}

h1,h2,h3,h4,h5,h6
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#4682b4;
 text-align:left;
}

img 
{
 border: none;
}

/*Definitions for elements of the site*/
/*Definition for the container */

table.container 
{
 width:650px;
 margin-left:auto;
 margin-right:auto;
 border:solid gray 1px;
 background-color:#FFFFFF;
}

.logo1
{text-align:center;
}

.text1
{color:#fffafa;
font-weight:bold;
text-align: left;
background:#4169e1;
}

.text2
{color:#484848;
text-align: left;
}

.text2bold
{color: #4682b4;
text-align: center;
font-weight: bold;
}

.text3
{color:#4682b4;
font-size: 16px;
background:white;
}

.text4
{color:#4683b4;
font-size: 14px;
background:#ccffff;
}

.text5
{color:#484848;
text-align: center;
background:white;
}

.text6
{color:white;
text-align:center;
font-weight:bold;
background:#add8e6;
}


div.left
{float:left;
width:200px;
}

div.right
{float:right;
width:600px;
}
div.middle
{float:center;
margin-left:230px;
}


ul.circle 
{list-style-type: circle;
text-align: left;
color:#484848;
}

ul.square
{list-style-type: square;
text-align: left;
color:#484848;
font-size:16px;
font-weight:bold;
}

table.two
{
table-layout: fixed
}

div.container
{
width:980px;
margin:0px;
border:1px solid gray;
line-height:150%;
background:white;
}

div.banner
{
width:970px;
padding:0.5em;
color:#ffffff;

clear:left;
}

div.header
{
padding:0.5em;
color:#ffffff;
background-color:#add8e6;
clear:left;
}

div.footer
{
padding:0.5em;
color:white;
font-weight:bold;
background-color:#add8e6;
clear:left;
text-align:right;
}

h1.header
{
padding:0;
margin:0;
}

div.atleft
{
float:left;
width:160px;
margin:0;
padding:2em;
background-color: #f0f0f0;
}

div.content
{
margin-left:250px;
padding:1em;
}

a.one:link {color: #484848; text-decoration: underline}
a.one:visited {color: #484848; text-decoration: underline}
a.one:hover {color: #ffffff; text-decoration: none}
a.one:hover {background: #4682b4; text-decoration: none}

a.two:link {color: #ffffff; text-decoration: underline}
a.two:visited {color: #ffffff; text-decoration: underline}
a.two:hover {color: #ffffff; text-decoration: none}
a.two:hover {background: #add8e6; text-decoration: none}