body {
	background		: #CECECE			;
	margin			: 0px				;
	padding			: 0px				;
	text-align		: center			;
}

.lnkImage {
	border			: 0px				;
}

#container {
	width			: 785px				;
	margin			: 0 auto			;
} 
.maintable {
	width			: 785px				;
	border			: 0px				;
	padding			: 0px				;
	border			: 1px solid #000000	;
}

.header {
	background		: #BD1F2E			;
	height			: 103px				;
	border-bottom	: solid #034039 14px;
	padding-top		: 50px				;
	padding-bottom	: 10px				;
}

.headerMenu {
	background		: #BD1F2E			;
	border-top		: solid #FFFFFF 1px	;
	border-bottom	: solid #FFFFFF 1px	;
	text-align		: center			;
	height			: 30px				;
}

.headerMenuList {
	padding			: 0px				;
	margin			: 0px				;
}

.headerMenuList li {
	list-style		: none				;
	display			: inline			;
	padding-top		: 5px				;
	padding-bottom	: 5px				;
	padding-right	: 15px				;
	padding-left	: 15px				;
	border-right	: solid #FFFFFF 1px	;
	font-weight		: bold				;
}

.headerMenuList li a {
	color			: #FFFFFF			;
	text-decoration	: none				;
	white-space		: nowrap			;
}

.headerMenuListItem a:hover {
	color 			: #FFFFFF			;
	background		: #000000			;
}

.headerMenuListItem a:visited {
	color 			: #FFFFFF			;
}

.leftSideMenu {
	background		: #DFE5E3			;
	width			: 155px				;
	border-right	: 1px solid #000000	;
}

.mainContentPane {
	width			: 627px				;
	background		: #FFFFFF			;
	padding			: 10px				;
}

.copyrightSection {
	background		: #DFE5E3 url('/templates/images/borderBottom.gif') top left repeat-x	;
	padding-top		: 17px																	;
	padding-bottom	: 3px																	;
	padding-left	: 3px																	;
	padding-right	: 3px																	;
	font-size		: 10px																	;
	color			: #0C2D83																;
	font-family		: Trebuchet MS, Arial,Verdana,Helvetica,Sans-serif						;
	font-weight		: bolder																;
}

.homePageImage {
	border 			: solid #000000 1px	;	
}

.homeRightSideImage {
	width			: 266px				;
	padding-left	: 5px				;
	text-align		: right				;
}

.midTitle {
	color			: #0000CC			;
	font-weight		: bold				;
	padding-bottom	: 10px				;
	
}

.homtBottomPane {
	color			: #0000CC			;
	font-size		: 10px				;
	
}

#aboutUsRightCol td {
	font-size		: 13px				;
}

h1 {
	font-family		: Arial, Helvetica, sans-serif					;
	font-size		: 16px											;
	font-weight		: bold											;
	color			: #BE1F2E										;
	background 		: url('/templates/images/rule.png') bottom repeat-x		;
	padding-top		: 0px											;
	padding-left	: 0px											;
	padding-right	: 0px											;
	padding-bottom	: 10px											;
	margin-top		: 0px											;
	margin-bottom	: 5px											;
}

h2 {
	color			: #0C2D83										;
	font-family		: Arial, Helvetica, sans-serif					;
	font-size		: 13px											;
	font-weight		: bold											;
	background 		: url('/templates/images/rule.png') bottom repeat-x		;
	padding-top		: 0px											;
	padding-left	: 0px											;
	padding-right	: 0px											;
	padding-bottom	: 10px											;
	margin-top		: 10px											;
	margin-bottom	: 5px											;
}

h3 {
	color			: #0C2D83										;
	font-family		: Arial, Helvetica, sans-serif					;
	font-style		: italic										; 
	font-size		: 13px											;
	font-weight		: bold											;
	padding-top		: 5px											;
	padding-left	: 0px											;
	padding-right	: 0px											;
	padding-bottom	: 5px											;
	margin			: 0px											;
}


