/* CSS Document This is a Three Column Fixed Width Center aligned */

@import url(typography.css); /* Any links or fonts  */
@import url(framework.css); /* Basic framework of the site  */
@import url(structure.css); /* Detailed layout the bulk of the build  */
@import url(forms.css); /* Form Elements  */
@import url(misc.css); /* Any Extra Content that dose not fit in the above groups  */
@import url(accordion.css); /* Accordian Menu  */
@import url(Programming.css); /* Programmer Only Implemented Styles */


/**************************************************/
/*	GLOBAL ATTRIBUTES							  */
/**************************************************/


html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../fw/bg_background.jpg);
	background-repeat: repeat-x;
	background-color:#f0c620;
	background-position:top center;
	line-height: 1;
	color: #fff;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
p { margin: 1.3em 0px; 
line-height:18px;
}

img, div { behavior: url(/iepngfix.htc) }

.active { overflow: auto; }
.inactive { overflow: hidden; }

