/* CSS Document */

body {
margin: 0px auto;
margin-top:0px;
width:1000px;
min-height:200px;
background-color:#FFFFFF;
font-family:Calibri, "Century Gothic", Arial, sans-serif;
}

.container {
width:1000px;
background-image:url(bodyshadow.jpg);
background-position:top;
background-repeat:repeat-y;
min-height:100px;
overflow:auto;
margin-top:0px;
}

.header {
width:970px;
height:180px;
margin:0px 15px 0px 15px;
background-color:#FFFFFF;
}

.content {
width:699px;
min-height:578px;
float:left;
margin:0px 15px 0px 0px;
padding:15px 15px 15px 15px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#CCCCCC; 
z-index:100;
}

.sidebar {
width:239px;
padding:0px 0px 0px 0px;
float:left; margin-left:15px;
min-height:586px;
/*background-color:#569AC2;*/
background-image:url(left2.jpg);
background-position:right;
background-repeat:no-repeat;
color:#133753;
font-size:12px;
z-index:100;
}

.sidebar em { font-size:14px; font-weight:bold;}
.sidebar p { padding:0px 10px 0px 5px;}

.logobar {
width:135px; display:block;
padding:8px 10px 8px 5px;

min-height:250px;
background-color:#FFFFFF;
color:#133753; text-align:center;
border-top: solid 1px #CCCCCC;
}

.footer {
width:910px; /*778px;*/
border-top:1px #CCCCCC solid;
margin: 30px 0px 0px 25px;
color:#CCCCCC;
text-align:right;
}

.bottomshadow{
background-image:url(bottomshadow.jpg);
background-position:center;
background-repeat:no-repeat;
width:1000px;
height:30px;
}

.imgBorder {
padding:3px 3px 3px 3px;
background-color:#CCCCCC;
border:1px #999999 solid;
margin-left:8px;
}

h1 {color:#133753; padding:0; margin:0;}
a {border:none; border-width:0px; background:inherit;}
img { border-style:none;}
p em {font-weight:bold; font-size:16px;}
