/* CSS Document */
/* colors
dark blue = #000033
medium blue = #0000B0
light blue = #D9D9FF
*/

body {
background-image:url(images/bodyBG.gif);
background-repeat:repeat-x;
font-family:"Palatino Linotype", Constantia;
font-size:12px;}
h1 {font-size:30px; color:#FFFFFF; padding-left:50px;}
h2 {font-size:14px; color:#FFFFFF; padding-left:50px;}
h3 {font-size:18px; color:#3E6779; text-align:center;}
h4 {font-size:16px; color:#3E6779;}
h5 {font-size:18px; color:#FF0000; text-align:center; text-decoration:underline;}
.red {color:#FF0000;}
.ri {color:#FF0000; font-style:italic; font-size:16px;}
.bold {font-weight:bolder;}
.c1 {clear:both;}
.cen {text-align:center;}

#container {
margin-left:auto;
margin-right:auto;
width:950px;
}

#Lcontent {
width:950px;
overflow:auto;
background-color:#D9D9FF;
text-align:center;}

#mainContent {
float:right;
width:630px;
background-color:#D9D9FF;
padding:10px 10px;
text-align:left;}

#contentsR {
float:right;
width:230px;
margin-top:50px;}

#contentsCentered {
float:right;
width:630px;
background-color:#D9D9FF;
text-align:center;}
#contentsCentered a {
color:#0000FF;
text-decoration:underline;
font-size:20px;}
#contentsCentered a:hover {
color:#f52929;
}
#contentsBottom {
width:595px;
height:75px;
background-color:#D9D9FF;
background-image:url(images/CreditCard.gif);
background-repeat:no-repeat;}

#footer {
float:left;
display:inline;
width:100%;
text-align:center;
background-color:#D9D9FF;
color:#000000;
font-size:10px;}
#footer a {
font-size:12px;
color:#0000FF;
text-decoration:underline;}
#footer a:hover {color:#4A4D4A; text-decoration:none;}
