/* CSS Document */
html{
	}
body {
	background: #525252 url(../images/bgstrip.gif) repeat-x;
	background-attachment: fixed;
	
	}
ul { font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 10px;
list-style-position: inside;
list-style-type: disc;
padding: 0px;
margin: 2px; }

li {padding: 0; margin:0; display: list-item;}

#container {
	width: 776px;
	margin-top: 50px;
	
	}
#leftside {
	width: 13px;
	background: url(../images/side.png) repeat-y;
	}
#rightside {
	width: 13px;
	background: url(../images/right-side.png) repeat-y;
	}


#nav {
	background: url(../images/navstrip.gif) repeat-x;
	height: 29px;

	
	}
#nav a {
	color: #FFFFFF;
	padding: 0 15px 5px 15px;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, sans-serif;
	position: relative;
	top: -10px;
	

	}
#nav a:hover {
	color: #EEEEEE;
	text-decoration: underline;
	}
#content {
	font-size: 12px;
	font-family: arial, sans-serif;
	width: 750px;
	color: #333333;
	

	}
#content p {
	padding: 25px 100px 0 100px ;
	text-align: left;
	line-height: 16px;
	}
#content table {
	
	color: #333333;
	}
#content ul, li {
	padding: 5px 50px 0 60px ;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	}

h1 {
	padding: 25px 100px 0 100px ;
	text-align: left;
	font-size: 18px;
}
#content a {
	color: #454372;
	font-weight: bold;
	}
#footer {
	background: url(../images/navstrip.gif) repeat-x;
	height: 29px;
	}
