﻿/* Colors
	Blue:  #005DB3
 */

body
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0px;
	font-size:11pt;
}

a
{
	color:#CC0000;
}

body#home #home_tab, body#apply #apply_tab, body#program #program_tab, body#letter #letter_tab, body#contact #contact_tab
{
	background-image:url(pics/tab_selected.png);
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
}

#andrew
{
	float:left;
}

#joe
{
	float:right;
}

#footer
{
	bottom:0;
	margin-top:10px;
	width:870px;
}

#footerbackground
{
	background-image:url(pics/footer.png);
	margin-top:10px;
	width:100%;
	height:34px;
}

#footerlist
{
	text-align:center;
	margin-top:-8px;
	height:34px;
}

#footerlist ul
{
	list-style:none;
	list-style-image:none;
	display:inline;
    list-style-position:outside;
    padding:0px;
    margin:0px;
}

#footerlist li
{
	display:inline;
	color:White;
}

#footerlist a
{
	text-decoration:none;
	color:white;
	font-size:12px;
	padding:0 20px 0 20px;
}

#footerlist a:hover
{
	text-decoration:underline;
}

#footertext
{
	width:550px;
	margin:20px auto 20px auto;
	text-align:left;
}

#header
{
	width:870px;
	height:140px;
	display:table;
	vertical-align:bottom;
}

#headerbottom
{
	 background-image:url(pics/headerbottom.png);
	 background-repeat:repeat-x;
	 width:100%;
	 clear:both;
}

#hmafooter
{
	float:none;
	padding-top:30px;
	width:100%;
	text-align:center;
	clear:both;
}

#home_tab, #apply_tab, #program_tab, #letter_tab, #contact_tab
{
	background-image:url(pics/tab.png);
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
}

#leftnav
{
	width:250px;
	padding-left:15px;
}

#leftnav a
{
	font-size:16px;
	color:#005db3;
	font-weight:bold;
	width:215px;
	text-decoration:none;
}

#logo
{
	float:left;
}

#NATSNlogo
{
	float:right;
	margin-top:33px;
}

.headerimg
{
	display:table-cell;
}

.heading
{
	font-size:20px;
	color:#005db3;
	font-weight:bold;
	margin-top:20px;
}

.subheading
{
	font-weight:bold;
	font-style:italic;
	color:#005db3;
}

.maincontent
{
	width:560px;
}

.main
{
	height:415px;
	width:870px;

}