@charset "UTF-8";
body {
	background: #C2D7D8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/romfordsBckgnd.jpg);
	background-repeat: repeat-y;
}
#wrapper {/* contains the page with padding & adds the top to the box shadow*/
	padding-top: 25px;
	background-image: url(images/romfordsTop.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/loading02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#menuBar {
	background-color: #76bed9;
	margin-bottom: 10px;
}
 #mainContent {
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #76bed9;
	padding-bottom: 10px;
	padding-top: 5px;
}
#mainContent a {
	color: #333333;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
 #mainContentBlue {
	background-color: #76bed9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #76bed9;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFFFFF;
}
#mainContentBlue a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContentBlue a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
 #baseTag {
	background: #FFFFFF;
	font-size: 9px;
}
 #baseTag a {
	color: #333333;
	text-decoration: none;
}
 #baseTag a:hover{
	color: #5D9BAF;
	text-decoration: underline;
}
 #footer {
	background-image: url(images/romfordsBase.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	font-size: 9px;
	height: 55px;
	text-align: right;
	color: #FFFFFF;
}
#footer p {
	margin: 0;
	padding-top: 10px;	
}

h1 {
	font-size: 15px;
	font-weight: normal;
	color: #002664;
}
h2 {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #1C3A70;
}
.subHeading {
	font-size: 10px;
	color: #1C3A70;
	line-height: 0px;
}
.fullPanel {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C99AD;
}
.leftPanel {
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5C99AD;
	padding-right: 5px;
}
.rightPanel {
	padding-left: 20px;
}

.black {
	color: #111111;
	font-size: 10px;
	text-align: right;
}
.smallerText {
	font-size: 10px;
}
.blueCopy {
	font-style: italic;
	font-weight: normal;
	color: #76BDD6;
	line-height: 20px;
}
.greyCopy {
	color: #A6A6A6;
	font-style: italic;
}
.leftPanelrulebelow {
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5C99AD;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C99AD;
}
.rulebelowSolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}
.blueContact {
	font-style: normal;
	font-weight: normal;
	color: #76BDD6;
	line-height: 15px;
	padding-bottom: 10px;
}
.ruleAbove {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #76BDD6;
}
#mainContent .blueContact a {
	color: #76BDD6;
	text-decoration: none;
}
#mainContent .blueContact a:hover {
	color: #333333;
	text-decoration: underline;
}