html,body,h1,div,h2,h3,h4,ul,li,dl,dt,dd{
  	margin: 0px;
  	padding: 0px;
  	border: 0px;
}

html,body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.fixmin{
    width: expression(document.body.clientWidth < 802 ? "800px" : "100%");
}

.container{
	background: #999;
	position: relative;
 	min-width: 800px;
 	width: 100%;
  	min-height: 100%;
  	float: left;
  	text-align: center;
}

*html .container{
 	height: 100%;
}

.header,.footer{
	width: 100%;
	text-align: center;
}

.header{
	position: absolute;
    height: 150px;
    background: #cdc;
    top: 0px;
    left: 0px;
}

.footer{
	position: absolute;
    height: 50px;
    background: #aaccff;
    left: 0;
    top: -50px;
}

.content{
 	margin-top: 150px;
 	float: left;
 	background: #ddd;
 	position: relative;
 	width: 100%;
}

.leftCol,.rightCol{
	float: left;
}

.leftCol{
	background: #ddd;
	width: 67%;
}

.rightCol{
    background: #ccd;
    width: 33%;
}

.rel{
 	position: relative;
}

.cl{
	clear: both;
}

.empty{
	position: relative;
 	height: 50px;
}

.if{
	height: 100%;
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
}

h1 {
	color:#000;
	font-size:160%;
	margin:0px;
	text-align: center;
}

h2 {
	color:#000;
	font-size:135%;
	font-weight: bold;
	margin-bottom:0px;
}

h3 {
	color: #000;
	font-size:115%;
	font-weight: normal;
}

h4 {
	font-size:105%;
	font-weight: italic;
}

li {
	font-size: 11px;
	line-height: 15px;
}

p {
	font-size: 12px;
	line-height:16px;
}

h1 a:hover, h2 a:hover {
	background:#FFF none repeat scroll 0%;
	color:#F93;
}

ul {
	list-style-type:square;
}

dt {
	font-weight: normal;
	letter-spacing: 1.5px;
	padding-bottom: 5px;
	padding-left:10px;
}

dd {
	border-left: 1px solid #F60;
	margin-bottom: 10px;
	padding-left: 15px;
}

iframe {
	width: 100%;
	height: 100%;
	border:none;
}

a:link {
	color:#005;
	text-decoration:none;
}

a:active {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#222;
}

a:hover {
	color:#fff;
}
