html { width: 100% }

body {
		background: #f5f5f5;
		color:#333333;
		font-family: helvetica, arial, sans-serif;
		font-size:68.75%;
		margin:0; padding:0;
		text-align: center;
		width: 100%
		}
		
body#sublevel {
		background: url(../images/sliverBG-sublevel.jpg) repeat-x scroll left top;
		color:#333333;
		font-family: helvetica, arial, sans-serif;
		font-size:68.75%;
		margin:0; padding:0;
		text-align: center;
		width: 100%
		}
		
ul, ol {
		font-family: helvetica, arial, sans-serif;
		font-size:68.75%;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0 0 8px 0px;
		padding: 0px;
		}

li {
		font-size:1.3em;
		position:relative;
		}

h2 {
		background: #143746;
		clear: both;
		color: #FFFFFF;
		font-size: 3.9em;
		font-weight: bold;
		margin: 0 0 8px 0;
		padding: 2px 4px 2px 4px;
		}
		
		#content h2 {
			background: #333333;
			font-size: 1.7em;
			}
	
h3 {
		color: #a6b6ba;
		font-size: 1.2em;
		font-weight: bold;
		margin: 30px 0 0 0;
		}
		
h4 {
		color: #3399CC;
		font-size: 2.1em;
		margin: 0px;
		}
		
#content p {
		font-size: 1.1em;
		line-height: 1.5em;
		}
		
#content a {
		color: #5cadd6;
		text-decoration: none;
		}
	