/*Element Overrides*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    margin:0px;
    padding:0px;
    color:#00457C;
}
h1 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	display:inline;
	font-family:"Times New Roman", Times, serif;
}
a 
{
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a img {
    border:none;
}
/*End*/


/*Custom ID's*/
#header {
    width:100%;
    height:130px;
    margin:0px auto;
    background-color:#e5eef6;
    border-bottom:1px solid #b0cce1;
}
#container {
    width:100%;
    background-color:#e5eef6;
    border-top:1px solid #b0cce1;
    border-bottom:1px solid #b0cce1;
}
#mainContent
{
    width:775px;
    margin:0px auto;
}
#footer 
{
    width:775px;
    margin:0px auto;
    font-size:10px;
    color:#666666;
    padding-top:5px;
}
#footer a
{
    text-decoration:underline;
    color:#666666;
}
#footer a:hover
{
    text-decoration:none;
    color:#333333;
}
#copyright
{
    color:#666666;
    float:right;
}
/*End*/

/*Custom Classes*/
.addresses 
{
    font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#5578a7;
	letter-spacing:1px;
}
.preload 
{
    display:none;
}
/*End*/

/*Required for global controls*/
.small {
    font-size:10px;
}
.smallGrey {
    font-size:10px;
    color:#cccccc;
}
.error {
    color:Red;
}
/*End*/