@charset "iso-8859-1";
/* CSS Document */

.img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}


.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
/*padding: 7px;  This creates a border around the image */
background-color: #ffffff; /* Background color of the border created by the padding */
 /*border: 1px solid #cecece; A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.heading {font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 14px; font-weight:bold; padding-left: 15px;}


.content a:active { color: #4B96CD; text-decoration:none}
.content a:visited { color: #4B96CD; text-decoration:none}
.content a:hover { color: #00467E; text-decoration:none;}
.content a:link { color: #4B96CD; text-decoration:none}
.content {font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 12px; text-align:justify; list-style-image:url(bullet1.gif);}

.caption a:active { color: #00467E; text-decoration:none}
.caption a:visited { color: #00467E; text-decoration:none}
.caption a:hover { color: #8FC3EA; text-decoration:none;}
.caption a:link { color: #00467E; text-decoration:none}
.caption {font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 12px; text-align:center; list-style-image:url(bullet1.gif);}

.centered_content a:active { color: #8FC3EA; text-decoration:none}
.centered_content a:visited { color: #8FC3EA; text-decoration:none}
.centered_content a:hover { color: #00467E; text-decoration:none;}
.centered_content a:link { color: #8FC3EA; text-decoration:none}
.centered_content{font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 12px; text-align:center; list-style-image:url(bullet1.gif);}

.small_centered_content a:active { color: #8FC3EA; text-decoration:none}
.small_centered_content a:visited { color: #8FC3EA; text-decoration:none}
.small_centered_content a:hover { color: #00467E; text-decoration:none;}
.small_centered_content a:link { color: #8FC3EA; text-decoration:none}
.small_centered_content{font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 10px; text-align:center; list-style-image:url(bullet1.gif);}

.sideMenu a:active { color: #4B96CD; text-decoration:none}
.sideMenu a:visited { color: #4B96CD; text-decoration:none}
.sideMenu a:hover { color: #ffffff; text-decoration:none;}
.sideMenu a:link { color: #4B96CD; text-decoration:none}
.sideMenu{font-family:Arial, Helvetica, sans-serif; color: #ffffff; font-size: 12px;}

.sideMenu2 a:active { color: #ffffff; text-decoration:none}
.sideMenu2 a:visited { color: #B3D7F0; text-decoration:none}
.sideMenu2 a:hover { color: #ffffff; text-decoration:none;}
.sideMenu2 a:link { color: #ffffff; text-decoration:none}
.sideMenu2 {font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 12px; font-weight:bold;}

.footer {font-family:Arial, Helvetica, sans-serif; color: #00467E; font-size: 10px; font-weight:bold;}

input {font-family: Verdana; font-size: 11px; color: #00467E; font-weight: normal; border-style:solid; border-color:#00467E; border-width:1px; background-color:#f1f1f1; height: 18px; width: 120px;}
.fileclass {font-family: Verdana; font-size: 11px; color: #00467E; font-weight: normal; border-style:solid; border-color:#00467E; border-width:1px; background-color:#f1f1f1;height: 19px; width: 194px;}
textarea {font-family: Verdana; font-size: 11px; color: #00467E; font-weight: normal; border-style:solid; border-color:#00467E; border-width:1px; background-color:#f1f1f1; height: 72px; width: 180px;}
select {font-family: Verdana; font-size: 11px; color: #00467E; font-weight: normal; border-style:solid; border-color:#00467E; border-width:1px; background-color:#f1f1f1; height: 18px; width:auto;}