/* CSS Document */

/* Logo */

#logoTop {
	background-color : #EF2B2F;
	text-align : left;
}
#logoMiddle {
	background-color : #EF2B2F;
	text-align : left;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}
#logoBottom {
	background-color : #EF2B2F;
	text-align : left;
}

/* Body Divider*/

#bodyLeftDiv {
	background-color: #000000;
}
#bodyMiddleDiv {
	
}
#bodyRightDiv {
	
}

/* Body Heading */

#bodyLeftHead {
	background-color: #000000;
	color: #57556c;
	padding-right : 15px;
	padding-bottom: 8px;
	font-family : Arial, Helvetica, sans-serif;
}
#bodyMiddleHead {
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 20px;
	padding-bottom: 8px;
}
#bodyRightHead {
	
}

/* Body Content */

#bodyLeft {
	background-color: #000000;
	vertical-align : top;
	padding : 0px 5px 20px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	font-size: 15px;
	vertical-align: top;
	width : 150px;
	/*/
	*ffont-size: 100%;
	/**/
}
.bodyLeftLinks a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.bodyLeftLinks a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bodyLeftLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#bodyMiddle {
	text-align : justify;
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*/
	*ffont-size: 100%;
	/* */
	padding : 0px 20px 20px 20px;
}
#bodyRight {
	text-align : right;
	vertical-align : top;
	padding-bottom: 20px;
	width : 181px;
}
.bodyRightMenu {
	padding-left : 20px
	}

/* footer */

#footer {
	background-color : #EF2B2F;
	font : 10px Arial, Helvetica, sans-serif;
	color : #ffffff;
	padding : 2px 2px 2px 2px;
}
.footerLinks a:link {
	text-decoration : none;
	color: #ffffff;
}
.footerLinks a:visited {
	text-decoration : none;
	color: #ffffff;
}
.footerLinks a:hover {
	text-decoration : underline;
	color: #ffffff;
}

/* Right Side Menu */

.rightmenuHeader {
    border-right: 1px solid #49829d;
	border-left: 1px solid #49829d;
	border-top: 1px solid #49829d;
	background-color : #EF2B2F;
	vertical-align : top;
	width : 181px
}
.rightmenuTextHeader {
	float : left;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left: 5px;
	color : #ffffff;
	font : 11px Arial, Helvetica, sans-serif;
}
.rightmenuContent {
	background-color: #FFFFFF;
	border-right: 1px solid #49829d;
	border-left: 1px solid #49829d;
	border-bottom: 1px solid #49829d;
	text-align: left;
	width: 181px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
}
.rightmenuContent a:link {
	text-decoration: none;
	color: #000000;
}
.rightmenuContent a:visited {
	text-decoration: none;
	color: #000000;
}
.rightmenuContent a:hover {
	text-decoration: underline;
	color: #000000;
}
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Form Page */

.required {
	color: #FF0000;
}

/* Pop Up Windows */
#subWindow {
	text-align : justify;
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*/
	*ffont-size: 100%;
	/* */
	padding : 0px 20px 20px 20px;
	background-color: #FFFFFF;
}
	

//

