/* == Divs starts here == */
#divPageOuter
{
 margin:0px;
 padding:0px;
 width:1000px;
 height:auto;
 text-align:center;
 background-image:url(background_image.gif);
 background-repeat:repeat-y;
 background-color:#ffffff;
}
/* == Header divs starts here == */

/* == Top menu divs starts here == */
#divTopMenu
{
margin:0px;
padding:0px;
width:1000px;
height:74px;
float:left;
}
#divTopMenu ul
{
margin:0px;
padding:0px;
width:1000px;
list-style-type:none;
}
#divTopMenu ul li
{
margin:0px;
padding:0px;
height:74px;
display:block;
float:left;
}
/* == Top menu divs ends here == */

/* == Banner divs starts here == */
#divBanner
{
 margin:0px;
 padding:0px;
 width:1000px;
 height:250px;
 float:left;
}
/* == Banner divs ends here == */

/* == Content divs starts here == */
#divContent
{
 margin:0px;
 padding:0px;
 width:1000px;
 height:auto;
 background-image:url(background_image.gif);
 background-repeat:repeat-y;
 background-color:#ffffff;
 border-bottom:5px solid #fff;
 float:left;
}
#divContentLeft
{
 margin:0px 0px 0px 48px;
 padding:0px;
 width:196px;
 height:auto;
 background-color:#f5f5f5;
 float:left;
}
#divContentLeftMenu
{
margin:0px;
padding:0px;
width:196px;
height:auto;
float:left;
}

#divContentLeftMenu ul
{
margin:0px 0px 0px 0px;
padding:-150px 0px 0px 0px;
width:196px;
list-style-type:none;
}
#divContentLeftMenu ul li
{
margin:0px 0px 0px 0px;
padding:-150px 0px 0px 0px;
list-style-type:none;
display:block;
float:left;
}
#divContentCenter
{
 margin:0px;
 padding:0px;
 width:495px;
 height:auto;
 float:left;
}
#divContentRight
{
 margin:0px;
 padding:0px;
 width:209px;
 height:auto;
 background-color:#da2824;
 float:left;
}
#divContentRightMenu
{
margin:0px;
clear:both;
padding:0px;
width:180px;
height:auto;
float:left;
}
#divContentRightMenu ul
{
margin:0px;
padding:0px;
width:180px;
list-style-type:none;
}
#divContentRightMenu ul li
{
margin:0px;
padding:0px;
height: 30px;
list-style-type:none;
display: block;
float:left;
}
#divContentRightMenu ul li a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#divContentRightMenu ul li a:hover {
text-decoration: underline;
color: #fcf8f9;
}
#divContactCenter
{
 margin:0px;
 padding:50px;
 width:640px;
 height:auto;
 float:left;
}
#divContentLogo {
 margin: 0 auto;
 padding: 0px;
 width: 450px;
 height: auto;
}
.contentLogo {
 margin-top: 3px;
 padding: 5px;
 width: 450px;
 float: left;
 text-align:center;
 }
.contentLogo ul li {
 margin: 5px 5px 0px 0px;
 padding: 5px; 
 float: left;
 border: 1px solid #cec8c8;
 text-align:center;
}
/* == Content divs ends here == */
/* == Footer divs starts here == */
#divFooter
{
 margin:0px 0px 0px 0px;
 padding:0px;
 width:1000px;
 height:40px;
 background-color:#da2824;
 float:left;
}
#divFooterLeft
{
 margin:10px 0px 0px 50px;
 padding:0px;
 width:550px;
 height:30px;
 background-color:#da2824;
 text-align:left;
 float:left;
}
#divFooterRight
{
 margin:10px 0px 0px 248px;
 padding:0px;
 width:70px;
 height:30px;
 background-color:#da2824;
 float:left;
}
#divFooterLast
{
 margin:10px 0px 0px 0px;
 padding:0px;
 width:31px;
 height:16px;
 float:left;
}
/* == Footer divs ends here == */

.formRow
{
	
	width:520px;
	
	margin-top:10px;
	height:auto;
}
.formLabel
{
	float:left;
	
	width:200px;
	height:24px;
	vertical-align:top;
	text-align :right;
	
}
.formControl
{
	float:left;
	width:318px;
	height:25px;
	
}
.formErrorMessage
{
	float:left;
	width:520px;
	padding-left:200px;
	color:Red;
}