@charset "utf-8";
@media screen {
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 14pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 1;
}
}
/* END RESET */

/*:focus { outline: 3px solid #FAD129; /*outline: 0;}*/ 

.FormStyle {margin:auto !important; width: 1100px; background: white; border-radius: 1px;}

td {font-size: 14px !important; padding-left: 0px;}

/*input#NextButton, input#PrevButton, input#SaveAsDraftButton {
	background-color: #535c5c; 
	color: #fff; 
	font-size: 12;
	font-weight: strong;
	height: 34px; 
	line-height: 35px; 
	text-align: center; 
	margin-bottom: 10px; 
	border:0; 
	padding: 0 18px 0 18px; 
	cursor: pointer;
	border-radius: 3px;
}

input#NextButton:hover, input#PrevButton:hover, input#SaveAsDraftButton:hover {background-color: #029F3B;}
*/

.signatures
{
	background-color: #fff;
	border: 1px #c7b8b7 outset;
}

.contentsbox
{
	/*font: bold 30pt ;*/
	
	width: 100%;
	margin: auto;
	padding: 2px;
	background-color: #fafafa;
	border: 1px #c7b8b7 outset;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 2px;
}

.headings
{
	text-align: center;
	text-shadow: 1px;
	color: #ffffff;
	font-weight: bold !important;
	width: 100%;
	/*margin-top: 5px;
	margin-bottom: 0px;*/
	margin: 5px auto 0px autopx;
	background-color:#00AC3E;
	border: 1px #c7b8b7 solid;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.title
{
	text-align: center;
	text-shadow: 1px 1px #edeeee;
	font-size: 30px;
	color: #131716;
	margin-top: 5px;
	margin-bottom: 0px;
	/*background-color:#00AC3E;*/
	/*border: 1px #000000 solid;*/
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.schools
{
	color: #000000;
	margin-top: 20px;
	background-color: #d6d6d6;
	border: 2px #c7b8b7 solid;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 3px;
}

.headingsfont
{
	font: 18px Arial, sans serif;
}
