/* CSS Document */

/* TEXT STYLING */

a {
	text-decoration: none;
	color: #1E3175;
	font-weight: bold; }

a:hover {
	text-decoration: underline; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #1D3175; }
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	display: inline;
	color: #FFD628; }

h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD628;
	font-weight: normal; }

h2 a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none; }
	
h3 {
	display: inline; }
	
h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFD628;
	font-weight: normal; }

h3 a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none; }
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #1D3175; }
	
h5 {
	font-weight: bold;
	color: #1D3175; }
	
.inscriptions {
	font-size: 0.85em; }
	
.smaller {
	font-size: 0.8em; }
	
/* GENERAL PAGE STYLING */

body {
	text-align: center;
	background-color: #F1F2F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px; }
	
div#pagecontain {
	width: 1003px;
	background-color: #FFF;
	background-image: url(images/logobig.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px auto; }
	
div#pagecontain_product {
	width: 1003px;
	background-color: #FFF;
	margin: 0px auto; }

div#master {
	width: 1003px;
	margin: 0px auto;
	background-image: url(images/background.gif);
	background-position: left;
	background-repeat: repeat-y; }

/* BANNER STYLING */

div#top {
	height: 105px; /*total=120px*/
	width: 768px; /*total=803px*/
	padding-top: 15px;
	padding-left: 35px;
	text-align: left;
	background-color: #1D3175;
	color: #FFD628;
	float: right; }

div#logo {
	width: 200px;
	padding: 13px 0 15px 0;
	text-align: center;
	color: #FFD628;
	font-size: 1em; }

.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	margin-right: 15px; }

.medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em; }
	
#service {
	float: right;
	width: 120px;
	padding-top: 2px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; }

/* NAV STYLING */

div#navcontain {
	width: 200px;
	float: left;
	text-align: left;
	background-image: url(images/navbuild.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%; }

div#nav {
	width: 185px; /*total=200px*/
	padding: 5px 0 5px 15px;
	background-image: url(images/navbuild.gif);
	background-repeat: repeat-y; }
	
div#subnav {
	width: 185px; /*total=200px*/
	background-color: #435181;
	padding: 5px 0 5px 15px; }

.scarlet {
	margin: 20px 0;
	color: #FFF;
	font-size: 0.8em; }

.scarlet a {
	color: #FFF;
	text-decoration: underline; }

/* PAGE CONTENT */

div#contentcontain {
	width: 803px;
	float: right;
	padding-bottom: 40px; }

div#content {
	width: 500px; /*total=535px*/
	text-align: justify;
	float: left;
	padding: 25px 0 0 35px; }

div#contentProds {
	width: 700px;
	text-align: justify;
	float: left;
	padding: 25px 0 0 35px; }

div#contentleft {
	text-align: right;
	margin-top: 75px;
	width: 200px;
	float: left; }

div#inscriptionsleft {
	width: 235px;
	float: left;
	text-align: center; }

div#inscriptionsright {
	width: 265px;
	float: right;
	text-align: center; }

/* STYLES FOR PRODUCT TEMPLATE */

div#products_content_top {
	width: 700px; /*total=735px*/
	text-align: justify;
	float: left;
	padding: 25px 0 0 35px; }

div#products_content_bottom {
	width: 500px; /*total=535px*/
	text-align: justify;
	float: left;
	padding-left: 35px; }

/* TABLE STYLES */

.textbox {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #1D3175;
	padding: 3px; }

.textboxHalf {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #1D3175;
	padding: 3px; }

.textboxSmall {
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #1D3175;
	padding: 3px; }

.messagebox {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #1D3175;
	padding: 3px; }

.leftcell {
	vertical-align: top;
	padding: 5px 0 0 8px;
	color: #1D3175;
	font-weight: bold; }

.button {
	color: #FFF;
	font-weight: bold;
	background-color: #1D3175;
	padding: 1px; }

div#errorbox {
	border: 1px solid #1D3175;
	background-color: #993300;
	color: #FFF;
	padding: 5px;
	margin-bottom: 16px;
	width: 486px; }