/* CSS Document */

* {
	margin:0px;
}

body {
	margin:0px;
}

/* Begin styles for Outer Border */

.bgLeft {
	background-image:url('../images/bgBorderLeft.gif');
	background-position:left;
	background-repeat:repeat-y;
}

.bgTop {
	background-image:url('../images/bgBorderTop.gif');
	background-position:top;
	background-repeat:repeat-x;
}

.bgRight {
	background-image:url('../images/bgBorderRight.gif');
	background-position:right;
	background-repeat:repeat-y;
}

.bgBottom {
	background-image:url('../images/bgBorderBottom.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

/* End styles for Outer Border */


/* Begin styles for Header Section */

.bgTopOfTheWorld {
	background-image:url('../images/bgTopOfTheWorld.gif');
	background-repeat:repeat-x;
}

.bgNavigation {
	background-image:url('../images/bgNavigation.gif');
	background-repeat:repeat-x;
	height:26px;	
}

.bgNavigationDown {
	background-image:url('../images/bgNavigationDown.gif');
	background-repeat:repeat-x;
	height:14px;
}

.nolinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	text-decoration:none;
}

.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	text-decoration:none;
}

.links:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	text-decoration:underline;
}

/* End styles for Header Section */

/* Begin styles for Content Section */

.hDot {
	background-image:url('../images/hDot.gif');
	background-repeat:repeat-x;
}

.vDot {
	background-image:url('../images/vDot.gif');
	background-repeat:repeat-y;
}

.bgGetStarted {
	background-image:url('../images/bgGetStarted.jpg');
	background-repeat:no-repeat;
}

.contactFormText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.textBox {
	background-image:url('../images/bgTextBox.gif');
	background-repeat:no-repeat;
	width:125px;
	height:18px;
	font-size:10px;
	border:1px solid #676566;
}

.textBox150 {
	background-image:url('../images/bgTextBox150.gif');
	background-repeat:no-repeat;
	width:150px;
	height:12px;
	font-size:10px;
	border:1px solid #676566;	
}

.textArea150 {
	background-image:url('../images/bgTextArea150.gif');
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	border:1px solid #676566;	
}

.combo {
	background-image:url('../images/bgTextArea150.gif');
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	border:1px solid #676566;	
}

.headingRust {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#7D010C;
	font-weight:bold;
}

.headingBlue {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#285281;
	font-weight:bold;
}

.subHeadingRust {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7D010C;
	font-weight:bold;
}

.subHeadingBlue {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#285281;
	font-weight:bold;
}

.normalText {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#6A6868;
	font-weight:normal;
}

.normalTextRust {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7D010C;
	font-weight:bold;
}

.normalEmphasizedText {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#6A6868;
	font-weight:normal;
	font-style:italic;
	padding:10px;
	text-align:justify;
}

.normalEmphasizedBlueText {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#285281;
	font-weight:normal;
	font-style:italic;
	padding-right:5px;
}

/* White circular box */
.bl {
	border-left: 1px solid #B9B8B8;
}

.bt {
	border-top: 1px solid #B9B8B8;
}

.br {
	border-right: 1px solid #B9B8B8;
}

.bb {
	border-bottom: 1px solid #B9B8B8;
}

/* Blue circular box */
.bbl {
	background-image:url('../images/boxBlueBgLeft.gif');
	background-repeat:repeat-y;
}

.bbt {
	background-image:url('../images/boxBlueBgTop.gif');
	background-repeat:repeat-x;
}

.bbr {
	background-image:url('../images/boxBlueBgRight.gif');
	background-repeat:repeat-y;
}

.bbb {
	background-image:url('../images/boxBlueBgBottom.gif');
	background-repeat:repeat-x;
}

.bgBlueBox {
	background-color:#D7E0EB;
}

.bgBlue {
	background-color:#285281;
}

.portfolio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#285281;
	font-weight:normal;
	text-decoration:none;
}

/* End styles for Content Section */

/* Begin styles for Footer Section */

.footerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	text-decoration:none;
}

.footerLinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	text-decoration:underline;
}

/* End styles for Footer Section */
