.isPNG
{ behavior: url(/includes/iepngfix.htc); }

body, p, td 
{ font-family: verdana, arial; font-size: 11px; margin-top: 5px; line-height: 1.6; }

#container
{ width: 800px; text-align: left; position: relative; } 

#top
{ width: 750px; height: 325px; position: relative; margin: 0px 25px 0px 25px; text-align: right; }

#menu
{ position: absolute; top: 200px; left: 0px; z-index: 9999; width: 750px; text-align: right; margin: 0px 25px 0px 25px; text-align: left; }

#container_body
{ width: 800px; background: url(/img/bg-text.png) repeat-Y; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg-text.png',sizingMethod='scale'); }

#container_content
{ width: 750px; margin: 0px 25px 0px 25px; }

#content_left
{ width: 250px; float: left; color: white; }

#content_left a
{ color: white; }

#content_right
{ width: 500px; float: right; }

#footer
{ width: 800px; height: 130px; text-align: center; background: url(/img/bg-footer.png) repeat-Y; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg-footer.png',sizingMethod='scale'); }

#footer, #footer a
{ color: #aaa; }

.cPadd
{ padding: 10px; position: relative; }

div
{ border: 0px solid red; }

a
{ color: black; font-weight: bold; position: relative; }

/* MENU STYLING */

.subMenu ul, .mainMenu ul
{ height: 125px; border-right: 1px solid white; width: 250px; margin: 0px; padding: 0px 0px 0px 0px; list-style: none; display: block; position: relative; }
.subMenu ul
{ border-left: 1px solid white; background: #B2D9F2; }

.subMenu li
{ background: #B2D9F2; } 

.subMenu li a, .mainMenu li a
{ border-bottom: 1px solid white; text-decoration: none; color: white; font-weight: bold; display: block; height: 16px; padding: 1px 5px 1px 20px; position: relative; }

.mainMenu li a:hover, .subMenu li a:hover
{ background: #E61876; }

.menuActive
{ background: #B2D9F2; } 

.subMenu
{ visibility: hidden; position: absolute; z-index: 99; text-align: left; }


.mainMenu
{ width: 750px; background: url(/img/bg-menu.png); _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg-menu.png',sizingMethod='scale'); }


/* END MENU STYLING */

.header1
{ font-size: 18px; font-weight: bold; color: #2D90CD; }

/* FORM STYLING USING FIELDSET TAG */

form
{ margin: 0px; padding: 0px; }

textarea
{ overflow: auto; }

fieldset 
{ border: 0px; margin: 0px; padding: 0px; }

fieldset div 
{ float: left; }

fieldset input, select, textarea
{ font-family: verdana; font-size: 10px; margin: 1px; }

fieldset span
{ float: left; margin: 2px; }

fieldset br
{ clear: both; }

legend
{ display: none; }

label
{ float: left; width: 60px; margin: 1px; margin-left: 0px; }


