/*  structure.css */
* {
margin: 0;
padding: 0;
outline: 0;
background: transparent;
border: 0;
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
background-color: transparent;
}
body{
border-top: solid 6px #C30888;
background-color: #29297C;
padding-bottom: 30px;
}
#MainTable{
background-color: white;
width: 720px;
margin: 0 auto;
border-left: 6px #241F5F solid;
border-right: 6px #241F5F solid;
}
#LHColumn{
background-color: #FDAB13;
width: 180px;
background-image: url(/images/lhColBackground.gif);
background-position: top;
background-repeat: no-repeat;
vertical-align: top;
}
#RHColumn{
vertical-align: top;
width: 540px;
}
#LHMenu{
margin: 35px 20px 80px 20px;
border-top: dotted 2px gray;
border-bottom: dotted 2px gray;
}
#LHMenu li{
Font-family: "Trebuchet MS", serif;
Font-size: 14px;
Font-weight: bold;
color: black;
list-style-type: none;
margin: 15px 0;
}
#LHMenu li a{
Font-family: "Trebuchet MS", serif;
Font-size: 14px;
Font-weight: bold;
color: black;
text-decoration: none;
}
#LHMenu li a:hover{
color: #C30888;
text-decoration: underline;
}
#Footer{
width: 100%;
border-top: solid 6px #C30888;
color: white;
text-align: center;
min-width: 720px;
}
#FooterMenu{
margin: 0px auto 10px;
text-align: center;
color: white;
padding: 10px 0;
}
#FooterMenu li{
display: inline;
color: white;
}
#FooterMenu li a{
margin: 0 10px;
color: white;
font-size: 11px;
}
#FooterMenu li a:hover{
color: #C30888;
}
#Footer p{
color: white;
text-align: center;
margin: 40px auto;
padding: 10px 20px;
border-top: solid #C30888 1px;
width: 100%;
display: inline;
}

/* Main content area */
#Content{
padding: 20px 20px 40px 20px;
}
#Breadcrumb{
padding: 0 0 20px 0;
color: #D4D0C8;
}
#Breadcrumb a{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #D4D0C8;
font-weight: bolder;
text-transform: uppercase;
text-decoration: none;
}
#Breadcrumb a:hover{
text-decoration: underline;
}
h1{
font-family: Trebuchet MS, sans-serif;
font-size: 24px;
color: #29297C;
font-style:italic;
font-weight: bold;
padding: 0 0 20px 0;
}
h2{
font-family: Trebuchet, sans-serif;
font-size: 14px;
color: #29297C;
margin: 0 0 10px 0;
border-top: dashed 1px #D4D0C8;
padding-top: 15px;
}
h3{
font-size: 11px;
line-height: 18px;
font-weight: bold;
}
h4{
font-size: 10px;
line-height: 18px;
font-weight: bold;
}
p{
font-size: 11px;
line-height: 18px;
padding: 8px 0px;
}
p a{
font-size: 11px;
line-height: 18px;
color: #324797;
}
p a:hover{
color: #C30888;
}
#Content ul{
margin: 0 0 25px 0;
}
#Content ul.Bullet{
margin-bottom: 10px;
}
#Content ul.Bullet li{
list-style-type: disc;
list-style-position: inside;
color: black;
}
#Content li{
list-style-type: none;
padding: 4px 0;
color: black;
font-size: 11px;
}
#Content li a{
color: #324797;
font-size: 11px;
}
#Content li a:hover{
color: #C30888;
}
.Clear{
clear: both;
}
input{
border: solid #29297C 1px;
}
.Indent{
margin-left: 20px;
}
h2 a{
color: #324797;
}
h2 a:hover{
color: #C03F00;
}


/*  Personal Stories */
#TopPersonalStory{
margin-top: 50px;
}
.PersonalStoryPhoto{
float: left;
background-image: url(/images/pictureFrame-stories.gif);
background-position: top left;
background-repeat: no-repeat;
width: 163px;
height: 227px;
margin: 0px 25px 10px 0px;
}
.PersonalStoryPhoto img{
position: relative;
top: 28px;
left: 12px;
}
.PersonalStory{
border-top: dotted 2px #B1B194;
margin: 25px 0 0 0;
padding-top: 25px;
}
.Indented{
padding-left: 20px;
}