div.formcontainer
{
	display: block;
	clear: both;
	position: relative;
	width: 730px;
	margin: 20px auto 10px auto;
}

div.formcontainer p
{
	display: block;
	line-height: 1.2;
}

div.formblock
{
	display: block;
	width: 100%;;
	position: relative;
	clear: both;
	float: left;
}

div.formblock div.formline
{
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0 5px 0;
}


div.formblock p.label, 	div.formblock p.sublabel, div.formblock p.rightlabel
{
	float: left;
	clear: both;
	position: relative;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

div.formblock p.rightlabel
{
	clear: none;
	margin: 0 0 0 10px;
	font-weight: normal;
	width: auto;
	font-size: 11px;
}

div.formblock p.sublabel
{
	clear: none;
	width: auto;
	font-weight: normal;
	font-size: 11px;
}

div.formblock div.subformline
{
	clear: none;
	float: left;
	position: relative;
	display: block;
	margin-left: 20px;
	padding: 3px 0 3px 0;
}

div.formblock div.subformline div.subsubformline
{
	clear: both;
	float: left;
	position: relative;
	display: block;
	padding: 3px 0 3px 0;
}

div.formblock input
{
	display: block;
	float: left;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}

div.formblock input.noclear {clear: none;}

div.formblock select
{
	margin-left:10px;
	clear: both;
}

div.formblock div.formline select {float: left;clear: both;}
div.subgroup {clear: both;}

form.applications
{
	display: block;
	float: left;
	width: 100%;
}

p
{
	display: block;
}

p.title
{
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
	display: block;
	position: relative;
	margin-top: 15px;
	border-bottom: 1px solid black;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: Times New Roman, Helvetica, sans-serif;
}

p.subtitle
{
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
	display: block;
	position: relative;
	margin-top: 20px;
	width: 100%;
}

div.formheader
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

div.formheader div.address
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	width: auto;
	text-align: center;
	font-size: 12px;
}

div.formheader div.logo
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	width: auto;
}

div.formheader div.logo img
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	margin: 10px 0 0 50px;
}

div.formheader div.pageTitle
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	font-weight: bold;
	font-size: 20px;
}

div.formheader div.pageTitle2
{
	display: block;
	float: left;
	clear: none;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: left;
}

information.ul
{
	list-style: disc outside none;
}

information.ul li
{
	list-style: disc outside none; 
}

information.ul li ol
{
	list-style: decimal outside none;

}

information.ul li ol li
{
	list-style: decimal outside none;
}

ol.application li
{
	margin-top: 7px;
}

p.total
{
	display: block;
	position: relative;
	clear: none;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}

/* input styles */
div.formblock input.fullname
{
	clear: none;
	width: 300px;
	border: none;
	border-bottom: 1px solid black;
	padding: 3px;
}
div.formblock input.formername {width: 325px;}
div.formblock input.name {width: 150px;}
div.formblock input.mi {width: 20px;}
div.formblock input.suffix {width: 35px;}
div.formblock input.street {width: 482px;}
div.formblock input.city {width: 258px;}
div.formblock input.county{width: 200px;}
div.formblock input.state{width: 50px;}
div.formblock input.country{width: 160px;}
div.formblock input.zip{width: 100px;}
div.formblock input.postal{width: 100px;}
div.formblock input.phone{width: 100px;}
div.formblock input.social{width: 100px;}
div.formblock input.year{width: 40px;}
div.formblock input.date{width: 90px;}
div.formblock input.email{width: 300px;}
div.formblock input.proposed 
{
	width: 25px;
	border: none;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	clear: none;
	margin-left: 10px;
}
/* table styles */

table.formtable, table.referencetable
{
	display: block;
	position: relative;
	clear: both;
	float: left;
	border-collapse: collapse;
	empty-cells:show;
	table-layout:fixed;
}

table.formtable thead, table.referencetable thead
{
	background-color: #ccc;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

table.formtable thead td, table.referencetable thead td {padding: 4px 15px 4px 16px;}

table.formtable td, table.referencetable td
{
	border: 1px solid black;
}

table.referencetable {width: 100%;}

table.referencetable thead
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: transparent;
}

table.referencetable td
{
	border: none;
	border-bottom: 1px solid black;
}

table.referencetable thead td {border: none;	padding: 4px 15px 4px 16px;}

input.table
{
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
}

/* Information styles from graduate application page */

div.information, div.references
{
	clear: both;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 25px;
}

div.information p
{
	margin-bottom: 12px;
}

div.information p.instructions
{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

div.information p.heading
{
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}


div.divider
{
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	background-color: #000000;
	margin-top: 20px;
}

div.divider p
{
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin: 5px 0 5px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
