
/*JELLO CONTAINER*/

#allContent {
	width:946px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	border-right-color:#777777;
	border-right-width:2px;
	border-right-style:dotted;
	border-left-color:#777777;
	border-left-width:2px;
	border-left-style:dotted;
}

/*GLOBAL ELEMENTS*/

body {
	background-color:#FFFFFF;
	font-size:medium;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 0;
}

a:link {
	color: #00002F;
}

a:hover {
	color:#C70000;
}


h3, td{
 	color:#202D7C;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

h3, td, a:link {
	font-size: 1em;
	letter-spacing: 2 px;
}

/*NAVIGATION BAR*/

#navBarSpacer {
	height: 10px
}

/*nav bar buttons*/
td {
	font-style: bold;
	text-align:center;
	align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-color:#777777;
	border-right-width:2px;
	border-right-style:dotted;
}

td a:link {
	text-decoration: none;
	color: #202D7C;
	font-size: 1em;
}

td a:hover {
	color:#C70000;
}

#contactButton {
	border-style: none;
}


/*MASTHEAD*/

#masthead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10
	border-top-color:#777777;
	border-top-width:2px;
	border-top-style:dotted;
}

#mastheadImage
{
	display:block;
	margin-left: auto;
	margin-right:auto;
}

/*COLUMNS*/
#allColumns
{
	border-top-color:#777777;
	border-top-width:2px;
	border-top-style:dotted;
	border-bottom-color:#777777;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	height: 1900px;
}

#allColumns p {
	padding-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:#777777;
	line-height:1.8em;
	color:#00002F
}
#allColumns img {
	display:block;
	margin-left: auto;
	margin-right:auto;
}
#allColumns div {
	padding-left: 10px;
	padding-right: 4px;
	width: 300px;
}

#allColumns strong {
 	color:#C70000;
}
/*column particulars*/

#leftColumn {
	float:none;
}

#middleColumn {
	float:right;
	background-color:white;
	border-right-color:#777777;
	border-right-width:2px;
	border-right-style:dotted;
	border-left-color:#777777;
	border-left-width:2px;
	border-left-style:dotted;
	height: 1900px;
}

#rightColumn {
	float:right;
}













