﻿body {
		position:center;
   	}
	
html {
    	font:12px Arial, Sans-serif;
	}
	
.content {
		width:800px;
		background-color:white;
		border-left:Solid 1px black;
		border-right:Solid 1px black;
		border-top:Solid 1px black;
		border-bottom:Solid 1px black;
	}
	
.topHorzMenu {
        padding-top:3px;
        padding-bottom:3px;
        border-top:solid 2px #660099;
        border-bottom:solid 2px #660099;
        padding-left:10px;
        width: 814px;
    }
	
.footer {
        padding-top: 3px;
        padding-bottom: 3px;
        border-top: solid 2px #CCCCCC;
        width: 824px;
        text-align: center;
        font-size: smaller;
    	left: 29px;
    	top: 599px;
    	position: absolute;
    	height: 60px;
    }
	
.leftColumn {
		float:left;
		padding:0px;
		width:195px;
    }
	
.sub-leftColumn {
		float:left;
		padding:10px;
		width:775px;
	}
	
.rightColumn {
		float:right;
		padding:10px 5px 5px 5px;
		width:615px;
	}
.nameColumn {
		float:left;
		padding:5px;
		width:315px;
		margin-left:5px;
    }
	
.infoColumn {
		float:right;
		padding:10px;
		width:425px;
	}
	
ol {
		line-height:25px;
		font:Arial, Helvetica, sans-serif;
		color:#003366;
	}

ul {
		line-height:20px;
		list-style-type:small circle;
		color:#003366;
	}

.clear {
		clear:both;
	}
	
h5 {
    	font-weight:bold;
    	color:#003300;
    }
	
h4 {
        color:#003300;
    }
	
h3 {
    	color:#003300;
    	font-family:Arial;
    }
	
h2 {
    	color:#003300;
    }
	
h1
    {
    	color:#003300
    }
	
.subhead-program  {
		font-size: 14px;
		font-weight: bold;
		color: #436b54;
		margin-bottom:-8px;
	}
	
.miniHead {
		font-size: 12px;
		font-weight: bold;
		color: #663399;
	}
	
.subTitle {
		font-size: 12px;
		font-weight: bold;
		text-decoration:underline;
		color: #663399;
	}
	
.mainTxt {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color:#003366;
		line-height:18px;
	}
	
.addTxt {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif
        color:#003366;
		line-height:18px;
	}
	
.listTxt {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif
        color:#003366;
		line-height:15px;
	}
	
.hdrText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #003366;
		text-decoration:underline;
	}
	
.subHdrText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #003366;
	}
	
.title 	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #003366;
		text-align: left;
	}
	
.container {
        width:824px;
		background-color:white;
		border-right:Solid 1px #CCCCCC;
		border-bottom:Solid 1px #CCCCCC;
		padding:1px;
		height:auto;
    }
	
#MainNav {
		color: #66CCFF;
		margin-left: 0px;
		padding-left: 5px;
	}
.bullet {
		color:#330033;
		list-style-image:url(images/square_bullet.jpg);
	}
#ADDNav {
	font-size: 13px;
	color: #000066;
	margin-left: 0px;
	padding-left: 5px;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
#disclaimer {
		font-size: 12px;
		font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color:#003366;
		line-height:18px;
	}
