﻿body
{ 
    background: #333366 url(images/Background.png) repeat 50% 0; 
    text-align:center; 
    font-family: Sans-Serif;
    color:#000088;
    font-size:13px;
}

div.Tab
{
    background-image: url(images/Tab.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 50px;
    color: #000088;
    font-weight: bold;
    font-size: 15px;
    padding-top: 15px;
    margin-top: -17px;
}

.TabLink
{
    color:#000088;
    text-decoration:none;
}

.TabLink:hover
{
    color:#7CBA0B;
    text-decoration:none;
}

div#MainContent
{
	text-align:left;
    width: 560px;
    background-image: url(images/middle.png);
    position: relative;
    min-height: 600px;
    margin-left: -2px;
    padding:0px 20px;
}

div#page
{ 
    width:758px; 
}

div#leftSide
{ 
    width:155px;
    float:left;
    margin-top:250px; 
}

div#rightSide
{ 
    width:600px; 
}

div#topContent
{ 
    margin-top: 50px; 
    height: 30px; 
}
        
img#DoDNLogo
{ 
    position: absolute; 
    top: -95px;
    left: -200px; 
}

div#whiteSpace
{ 
    width:50px;
    height:135px;
    float:left; 
}

div#content
{ 
    width:340px; 
}

div#content2
{ 
    width:100%; 
}

div#CurrentEvents
{ 
    position:absolute;
    top:-90px;
    left:400px;
    width:250px; 
}

div#currentEventsTop
{ 
    height:30px; 
}

div#currentEventsBottom
{ 
    height:30px; 
}

div#currentEventsContent
{ 
    background-color:#538BB5;
    text-align:center; 
    min-height:730px;
}

div.eventDate
{
    font-size: 20px;
	font-family:Sans-serif;  
}
       
div#bottomContent
{ 
    height: 30px; 
}

#eventTopDetail
{
	width:500px;
	margin-bottom:-3px;
}

#eventMiddle
{
	margin-left:0px;
}