@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#body {
   padding:10px;
   padding-bottom:30px;   /* Height of the footer */
   	background-color: #fff;
	font-family: Arial;
   	font-size: 12px;
	text-align: center;
}

#wrapper {
   min-height:100%;
   position:relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;

}

#container {

}

#header {
	margin: 0 0 0 0;


}

#left {
	float: left;
	width: 190px;
	left: 10px;
	right: 10px;
	padding: 0 15 0px;
	height:auto;
	background-color: #FFFFFF;
}

#left li{
	list-style: none;
	text-align:left;
	padding: 3px 3px;
	color: #4D4D4D;
}

#right {
	/*background-image:url(../images/newmedia2.jpg);
	background-repeat:no-repeat;
	margin: 5;*/
	float: left;
	width: 804px;                                                   
	padding: 15px;
	*height: 1% /* Holly hack for Peekaboo Bug */
}

#right1 {
	float: left;
	width: 1000px;                                                   
	padding: 15px;
}



#footer {
   position:absolute;
   bottom:0;
   width:1024px;
   height:30px;   /* Height of the footer */
   background:#FFFFFF;
   text-align: center;
   border-top: 2px solid green; 
}





a:link{ text-decoration: none; }
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
a:active{text-decoration: none;}

.boxDisplay {
	border: 2px solid #CCCCCC;
	margin: 2px 4px 2px 0px;
	width:810px;
	font-size:10px;
	line-height:10px;
	height: auto;
}

.boxDisplay1 {
	border: 2px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	width:1000px;
	font-size:10px;
	line-height:10px;
	height: auto;
}

.h1 {font-size: 18px; font-weight:bold}
.h2 {font-size: 16px; font-weight: bold;}
.h3 {font-size: 16px;line-height:18px;}
.h4 {font-size: 14px; font-weight: bold;}
.h5 {
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
}
.h6 {font-size: 12px;}

#l5 {
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
}
#l6 {
	font-size: 16px;
	font-weight: normal;
	color: #0000FF;
}
