td{
	vertical-align:top;
	padding:4px;
}
h1{
	color:#3C6997;
	font-weight:normal;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
}
h2{
	color:#3C6997;
	font-weight:normal;
}
.hr{
	margin:20px 0;
	height:2px;
	background:#eae1c9;
}
.hr hr{
	display:none;
}
li{
	list-style-type:circle;
}
/* 
plfheader content
*/
#plfheader {
	clear:both;
	float:left;
	width:100%;
	height:80px;
	background:#0a274b;
	color:#fff;
}
#plfheader div.holder{
	min-width:900px;
	padding:15px 20px 10px 20px;
}
#title{
	width:600px;
	float:left;
	font-size:14px;
	font-style:italic;
}
#title h1{
	font-size:25px;
	font-style:normal;
	letter-spacing:6px;
	text-transform:uppercase;
	color:#ab9962;
	margin-bottom:0;
}
#title h1 a{
	color:#ab9962;
	text-decoration:none;
}
#time{
	width:300px;
	float:right;
	text-align:right;
	font-size:16px;
}
#time a{color:#fff;}
p.location{
	margin:0;
	padding:0 0 10px 0;
}
a:link.registerbtn, a:visited.registerbtn{
	background:#183B67;
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:2px 14px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover.registerbtn{
	color:#AB9962 !important;
	background:#0a274b;
}
#photos{
	height:200px;
	background:url(../img/header-bgd.jpg) no-repeat;
	border-bottom:1px solid #000;
	clear:both;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,.colmid,.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.plfcol1,.plfcol2,.plfcol3 {
	float:left;
	position:relative;
	padding:20px 0 40px 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
	min-width:900px;
}
.threecol .colmid {
	right:30%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#eae1c9;	/* left column background color */
}
.threecol .plfcol1 {
	width:52%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .plfcol2 {
	font-size:14px;
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .plfcol3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:89%;			/* Please make note of the brackets here:*/
	font-size:15px;		/*		(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* main nav */
.plfcol2 ul{
	margin-top:0;
	padding:0;
	list-style-type:circle;
}
.plfcol2 li{
	list-style-type:circle;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	line-height:13px;
	padding-bottom:10px;
	padding-top:8px;
}
.plfcol2 li a{
	text-decoration:none;
	color:#092348;
}
.plfcol2 ul ul{
	margin:0;
	padding:10px 0 5px 20px;
	list-style-type:circle;
}
.plfcol2 li li{
	list-style-type:circle;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:none;
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
	
}
.plfcol2 li li a{
	color:#000;
	text-decoration:none;
}

/* Footer styles */
#plffooter {
	color:#fff;
	clear:both;
	float:left;
	width:100%;
	background:#0a274b;
	text-align:center;
}
#plffooter div{
	padding:10px;
}
#plffooter a{
	color:#fff;
}
#plffooter li{
	font-weight:bold;
	display:inline;
	padding:0 5px;
}
#plffooter li a{text-decoration:none;}
#plffooter ul{
	display:inline;
	margin:0;
	padding:0;
}
#plffooter li li{
	font-weight:normal;
	display:inline;
	border-right:none;
	padding:0 5px;
}
/* miscellaneous ui */
.gradprograms ul{
	padding:0;
	margin-top:20px;
}
.gradprograms li{
	margin-bottom:10px;
}
.subtitle{
	color:#1A3E63;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.quote{
	margin:0 0 10px 10px;
	padding:20px;
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:30%;
	background:#EBE1C6;
	float:right;
}
.headshot{
	float:left;
	margin-right:10px;
	margin-bottm:10px;
}
.divbutton {
	background:none repeat scroll 0 0 #0a274b;
	color:#FFFFFF;
	display:block;
	margin:10px 0;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:120px;
}
.button {
    padding: 5px 10px;
    display: inline;
   
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
/* fees */
#fees {
	margin:20px 0;
	border-top:2px solid #EAE1C9;
}
#fees td, th{
	border-bottom:2px solid #EAE1C9;
	padding:10px;
}
/* schedule */
table.schedule{
	width:80%;
	margin:20px 0 40px 0;
	border-top:2px solid #EAE1C9;
}
table.schedule td{
	padding:10px 0;
	border-bottom:2px solid #EAE1C9;
}
table.schedule td.time{
	width:200px;
	padding-right:10px;
}
table.schedule table{
	border-left:2px solid #EAE1C9;
}
table.schedule table td{
	padding:10px;
	border-right:2px solid #EAE1C9;
	border-bottom:none;
}
#modules{
	margin:20px 0;
	padding:20px 0;
	/*border-bottom:2px solid #EAE1C9;
	border-top:2px solid #EAE1C9;*/
}
#modules div.module{
	width:33%;
	float:left;
}
#modules .nasamodule{
	text-align:center;
}
.pmilogo{
	text-align:center;
}
.clearer{clear:both;}


/* NEWSLETTER */
#newsletter label{font-size:11px; height:12px; margin-top:13px; width:70px; float:left;}
#newsletter input{font-size:11px; width:160px; height:12px; margin:5px 0 3px 0; padding:1px; float:right;}
#newsletter input#submit{width:auto;height:auto;}
#newsletter td{padding:0;border:none;}
