/**zero out margins & padding in non-IE browsers**/
html,body {margin:0; padding:0; font-size:100%; height:100%; margin-bottom:1px;} 

*html {font-size:76%;}/**for IE**/

body {
	width:100%;
	line-height:1.5em;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#505050;
	background: #AAB7BD url(../Images/bodyBG.jpg) repeat; 
	background-position: 50% 0;
	background-attachment: fixed; 
}
#wrapper {
	text-align:center;
	margin:0 auto;
	width: 1025px;/*** image width minus padding if used ***/
	background: url(../Images/bottom.jpg) bottom right no-repeat, 
	url(../Images/top.jpg) top left no-repeat, url(../Images/middle.jpg) left repeat-y,
	 #FBFBFB;}
	/*** NOTE: Stacking order matters.  Topmost images stack over bottommost images. If an image is not visible, try moving it higher up the list. Background color added last for devices that may have images turned off. ***/

#content{
	text-align:left;
	margin:10px;
	padding:30px 30px 0px 30px;
	color:#505050;
	height:auto;
	width:auto;
	overflow:auto; /***for mozilla floats ***/
}

#content p {line-height: 1.5}

h1,h2,h3,h4{font-size: 1.1em;}

h3 {
	color:#999999;
	font-variant: small-caps;
	letter-spacing: 2px;
}


.floatRight {
margin:0 15px 0 15px;
float:right;
width:45%;
text-align:center;
height:auto;
}

.clearing {
clear:both;
display:block;
height:1px;
}

.stylesheetchanger {
	display:block;
	background:#FBFBFB;
	font-size: large;
	font-weight:800;
	line-height:3em;
	color:#FF6633;
}

.Code h2 {
	color:#4B5D71;
	font-size: 1.2em;
}

.Code {
	text-align:left;
	margin:0 15px 0 15px;
	background: #E4ECEE;
	padding: 10px;
	border: 1px dashed silver;
	font: 1em "Courier New", Courier, monospace;
	color:#000000;
}
.Code p {margin-left:4em; 	line-height: 1.2em;text-indent: -40px}

.Comments {color:red}

a {text-decoration:none; font-weight:bold; color:#4488C3}
a:hover, a:active, a:focus {text-decoration:underline;}

a img{border:none}


#Myfooter {
text-align:left; font-size:.75em; padding:35px 50px 50px 50px; margin:0 0 0 40px; color:#000;
background: url(../Images/globebottom.gif) no-repeat left}
.footertext {text-indent: 70px; line-height:.80em;}

img{vertical-align:middle;}

ul {list-style: url(../Images/linkarrow.gif);}
li {line-height:1.7em;}

em {color:#FF6633}

.center {text-align:center}
.left {text-align:left}
.right {text-align:right}