/* CSS2 Document */
/**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:80%;}/**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:auto;
	width: 1025px;/*** image width minus padding ***/
	background: #FBFBFB url(../Images/middle.jpg) repeat-y;}

#topWrapper {
	text-align:center;
	height:80px;
	margin:auto;
	background:url(../Images/top.jpg) no-repeat top}

	
#bottomWrapper {
	text-align:left;
	height:311px;
	margin:0 auto;
	background:url(../Images/bottom.jpg) no-repeat top}

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

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:left;
height:auto;
}

.floatRight {
margin:0 15px 0 15px;
float:right;
width:45%;
text-align:left;
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;
	line-height: 1.2em;
	color:#000000;
}
.Code p {margin-left:4em; text-indent: -40px}

.Comments {color:red}

a {text-decoration:none; font-weight:bold; color:#4488C3}
a:hover, a:active, a:focus {text-decoration:underline;}
acronym{border-bottom: 1px #066a6a dotted; cursor: help;}

a img{border:none}


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

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}
