body 
{
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:#063371;
        background-color:white;
}

h1
{
	font-size : 15px;
}

.header 
{
        margin: 0px;
        padding: 0px;
        border-style: solid;
        border-color: black;
        border-width: 1px 0px 1px 0px;
        line-height:11px;
        background-color:#1A3C6A;
        width : 100%;
        position : absolute;
        top : 0px;
        left : 0px;
}

.content 
{
        margin:0px 50px 50px 200px;
        padding: 0px;
        border : 1px solid #A8A8A8;
        position : absolute;
        top : 76px;
        left : 0px;
        width : 550px;
        font-size : 12px;
        vertical-align : bottom;
}

.content2
{
        margin:0px 50px 50px 200px;
        padding: 10px;
        border : 1px solid #A8A8A8;
        position : absolute;
        top : 76px;
        left : 0px;
        width : 550px;
        font-size : 12px;
        vertical-align : bottom;
} 

.content2 img
{
	padding : 10px;
}

.menu 
{
        position:absolute;
        top:76px;
        left:10px;
        padding:10px;
        background-image : url(/images/nav_bg.gif);
        background-repeat : repeat-y;
        background-color : right;
        border : 1px solid #A8A8A8;
        width:150px;
        text-align : right;
        font-size : 11px;
}

a
{
	color : #063371;
}

a:hover
{
	color : #8DBDFF;
}

.pic
{
	position : absolute;
	left : 0px;
	bottom : -270px;
	padding-left : 20px;
	width : 150px;
	border : 1px solid #A8A8A8;
	text-align : right;
}

.footer
{
	position : absolute;
	bottom : -20px;
	left : 0px;
	width : 100%;
	color : #D5D5D5;
	font-size : 10px;
}

.footer a
{
	color : #CCCCCC;
}

.pad
{
	padding : 10px;
}

ul
{
	margin : 12px;
	padding : 0px;
}