body 
{
    color: white;
    background-color: #003;
    margin: 0px;
    height: 90%;
}

a:link, a:visited
{
	color: white;
	text-decoration: none;
    font-weight: bold;
    font-size: smaller;
}

a:hover
{
    text-decoration: underline;
    font-weight: bold;
    font-size: smaller;
    text-align: center;
    color: #003;
}


#horizontal
{
    color: white;
    background-color: #c1e0ff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 5px;
    overflow: visible;
    visibility: visible;
    display: block
}

#vertical
{
    color: white;
    background-color: #c1e0ff;
    width: 5px;
    left: 50%;
    position: absolute;
    top: 0px;
    height: 90%;
    overflow: visible;
    visibility: visible;
    display: block;
    margin: auto;
}

#content
{
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: #4885D8;
    border: 5px solid #c1e0ff;
    margin-left: -125px;
    position: absolute;
    top: -80px;
    left: 50%;
    width: 250px;
    height: 150px;
    visibility: visible;
    vertical-align: middle;
    text-align: left;
}

#caption1
{
    font-weight: bold;
    font-size: 24px;
    font-variant: small-caps;
}

.captions  
{
    color: white;
    font-size: 14px;
    line-height: 18px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: left;
	white-space: nowrap;
}

#contentinner
{
    position: relative;
    height: 80%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
}

#bottom
{
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 20px;
    visibility: visible;
    display: block;
    color: #4885d8;
    
}

#bottom a:hover
{
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    color: white;
}

#bottom a:link, a:visited
{
	text-decoration: none;
    font-weight: bold;
    font-size: smaller;
}

#bottom a
{
	font-size: 11px;
    color: #4885d8;
}

