/* CSS Document */

body {
background:url(../images/BG.gif);
background-color:#000033;
color:#445069;
font-family:Arial, Helvetica, sans-serif;
font-size: 10pt;
}

a{
color:#445069;
font-weight:bold;
text-decoration: none;
}

a:hover{
color:#1D283E;
font-weight:bold;
text-decoration: overline underline;
cursor:pointer;cursor:hand
}

li {
list-style:none;
list-style-image:url(../images/Star.png);
padding-bottom: 10px;
}

h2 {
margin: 0px;
border: 0px;
padding-top:0px;
padding-bottom:0px;
font-size: 14pt;
}

h3 {
margin: 0px;
padding-bottom:0px;
}

a img{
border: 0px;
}

dt {
font-weight: bold;
}

dd{
margin-left: 25px;
padding-bottom: 20px;
}

p {
margin-top:0px;
}

/*-------------------- DIVS -----------------------*/

#gradient{
background-image:url(../images/Gradient.png);
background-position:center;
background-repeat:repeat-y;
}

#container {
width:740px;
margin: 0 auto;
text-align:center;
}

#header {
height: 196px;
overflow: hidden;
}

#content-container {
background:url(../images/BodyBG.png);
}

#content-admit-left {
background-image:url(../images/Admit1Left.png);
background-position:top left;
background-repeat:no-repeat;
}

#content-admit-right {
background-image:url(../images/Admit1Right.png);
background-position:bottom right;
background-repeat:no-repeat;
}

#navigator {
color:#FFFFFF;
background-color:#000000;
background-image:url(../images/NaviBG.png);
padding-top: 5px;
padding-bottom: 5px;
}

#navigator a{
color:#FFFFFF;
font-weight:bold;
font-style:italic;
}

#navigator a:hover{
color:#445069;
font-weight:bold;
}


#content {
padding-top:10px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 10px;
position:relative;
text-align:left;
}


#footer-container {
background:url(../images/Footer.png);
background-position:center;
background-repeat:no-repeat;
height:40px;
}

#footer {
font-size: 8pt;
font-weight: bold;
padding-top: 10px;
}

#TLDR {
background:url(../images/boxBG.png);
Width: 500px;
padding:5px;
}

#floater {
width: 150px;
font-size:8pt;
padding:5px;
/* border: 1px dashed black; */
background:url(../images/boxBG.png);
}

#TextBubbleContainer {
width: 150px;
}

#TextBubbleContainer img {
display:block;
margin:0;
}

#TextBubbleContent {
font-size:8pt;
font-family: comic sans ms;
font-style: italic;
background:url(../images/TextBblBG.png);
background-repeat:repeat-y;
padding: 3px;
}

#BigTextBubbleContainer {
width:514px;
}

#BigTextBubbleContainer img {
display:block;
margin:0;
}

#BigTextBubbleContent{
background:url(../images/BigTextBubbleBG.png);
background-repeat:repeat-y;
}

#BigTextBubbleContent2{
font-size:10pt;
padding: 10px;
background:url(../images/BigTextBubblePointer.png);
background-repeat:no-repeat;
background-position:right center;
padding-right: 35px;
}
/*-------------------- Classes -----------------------*/


.vr {
float: left;
height: 400px;
width: 0px;
overflow:hidden;
}

.spacer {
clear:both;
width: 0px;
height: 0px;
overflow:hidden;
}

.clipart-bottom-right {
position:fixed;
right: 0px;
bottom: 0px;
}

.StubTOP {
background:url(../images/StubTOP.png);
background-repeat:no-repeat;
width:500px;
height:21px;
padding:0px;
border:0px;
overflow:hidden;
}

.StubBTM {
background:url(../images/StubBTM.png);
background-repeat:no-repeat;
width:500px;
height:21px;
padding:0px;
border:0px;
overflow:hidden;
text-align: right;
}

.menuitem {
background:url(../images/boxBG.png);
width:500px;
padding:10px;
}

.underline {
border-bottom: thin solid black;
}