@charset "utf-8";
/* CSS Document */


body {
	margin:20px 0px; padding:0px;
	/* text-align:center; */
	background-color:#FFFFFF;
	}
	
#Container{
	width:763px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#FFFFFF}

#header{
	background-image:url(../images/common_images/logo.gif);
	width:763px;
	height:115px;
	background-repeat:no-repeat;
	float:left;
	}
.leftbg{
	background-image:url(../images/common_images/leftside_bg.gif);
	background-repeat:repeat-y;
	width:32px;
	height:3250px;
	overflow:hidden;
	float:left;
	}
.rightbg{
	background-image:url(../images/common_images/rightside_bg.gif);
	background-repeat:repeat-y;
	width:32px;
	height:3250px;
	overflow:hidden;
	float:left;
	}
#content{
	background-color:#FFFFFF;
	width:689px;
	height:auto;
	float:left;
	overflow:hidden;
	padding:5px 5px 5px 5px;
	}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC3300;
	}
#content ol li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	}
	
#content ol li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	text-decoration:underline;
	}

#content dl dt a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	}
#content dl dd{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}


#approve{
	width:480px;
	height:auto;
	border: 2px #FF0000 dashed;
	padding:5px 5px 5px 5px;
	margin:0px 110px 0px 107px;
	
	}
.def{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#990000;
	text-align:center;
	}

#footer{
	background-image:url(../images/common_images/footer.gif);
	width:763px;
	height:35px;
	float:left;
	}
.copyright p{
	font-size:11px; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

.copyright p a{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:none;
	
	}
.copyright p a:hover{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:underline;
	}
	
.top{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	

