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

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: rgb(204,0,0);
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000
	font-weight: bold;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:rgb(51,153,204);
	font-weight: bold;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(51,153,204);
	font-weight: bold;
}

blackbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	color: #000
	font-weight: bold;
	color: rgb(0,0,0);
}

img.floatCenter {
	float: center;
	margin: 0px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 2px 0px;
	border-width:4px;
	border: 4px solid 000000;
	
	
}

img.floatLeft {
	float: left;
	margin: 15px;
	border-radius: 20px;
	border: 4px solid #000000;
	box-shadow: 2px 0px;
	border-width:2px;
}
img.floatRight {
	float: right;
	margin: 15px;
	border-radius: 20px;
	border: 4px solid #000000;
	
}



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(0,0,0);
	margin:0px auto;
}

#wrapper {
	width:960px;
	margin:0px auto;
	
}



#header {
	background-color:#ffffff;
	border-radius: 20px 20px 20px 20px;
	
}


#topnav {
	width:960px;
	float:left;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	border:4px #000000 solid;
	
	
	}

#topnav ul {
	margin:0px 0px 0px 90px;
	padding:0px;
	
	
	
	}
	
#topnav ul li {
	
	list-style-type:none;
	display:inline;
	border-bottom:0px #ffffff solid;
	color:#000000;font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	
	
	
	}
	
#topnav ul li a{
	
	display:block;
	padding:5px 10px 5px 10px;
	float:left;
	color:#ffffff;
	text-decoration: none;
	border:0px #000000 solid;
	border-radius:0px 0px 0px 0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	}
	
#topnav a:hover{
	background-color:rgb(204,153,0);
	color:#000000;
	border-radius:0px 40px 40px 0px;
font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	}
		
a.glow, a.glow:hover, a.glow:focus  
{  
    text-decoration: none;  
    color: #fff;  
    text-shadow: none;  
    -webkit-transition: 500ms linear 0s;  
    -moz-transition: 500ms linear 0s;  
    -o-transition: 500ms linear 0s;  
    transition: 500ms linear 0s;  
    outline: 0 none;  
}  


a.glow:hover, a.glow:focus  
{
	color: #fff;
	text-shadow: -1px 1px 8px #fff,1px -1px 8px #fff;
}


#content-wrapper{
	float:left;
	width:960px;
	background-color:#000000;
}

#top {
	width:inherit;
	float:center;
	background-color:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}

#top ul {
	margin:0px;
	padding:0pc;
	
	}
	
#top ul li {
	
	list-style-type:none;
	display:inline;
	border-bottom:1px #ffffff solid;
	
	}
	
#top ul li a{
	
	display:block;
	padding:5px 10px;
	float:left;
	color:#000000;
	text-decoration: none;
	border-right:1px #000000 solid;
	
	}
	
#top a:hover{
		background-color:#CC9900;
		color:#ffffff;

	
	}

	
#content {
	float:left;
	width:900px;
	margin-left:10px;
	padding:30px 30px;
	background-image:url(backart14.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color:#ffffff;
	border-radius: 40px 40px 40px 40px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #000000;
	}
	
	
#content a:link {
	color: rgb(204,0,0);
}

#content a:visited {
	color: rgb(204,0,0);
}
#content a:hover {
	color: rgb(0,0,0);
}
#content a:active {
	color: rgb(0,0,0);
}



.table1 {
	width:740px;
	border-radius:20px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
	 }
	 
.td1, th1 {
	padding:40px;
	border-radius:20px;
	margin: 0px;
}

.table2 {
	width:600px;
	border-radius:20px;
	
	
	 }
	 
.td2 {
	padding:0px;
	border-radius:20px;
	margin: 0px;
}
	 

#right {
		float:right;
		width:50px;
		background-color:#000000;
	
	}
	
#box1{
	padding: 20px 10px;
	
	}

#box2{
	padding: 20px 10px;
	background-color:rgb(235,235,235);
	border-radius:20px;
	
	}
		
#footer {
	clear:both;
	background-color:#000000;
	padding:20px;
	text-align:center;
	color: #ffffff;
	
	}
	
	
#footer a:link{
		color:#FFF;
		text-decoration:none;
		
	}
	

#footer a:hover{
		color:#FFC;
		
		}
		
	
#footer a:visited{
		color:#FFF;
		text-decoration:none;
		
	}
	

#box3{
	padding: 5px 5px;
	width:350px;
	
	}

#box4{
	padding: 5px 5px;
	background-color:rgb(235,235,235);
	border-radius:20px;
	width:350px;
	
	}


#box5{
	padding: 0px 0px;
	background-color:rgb(235,235,235);
	border-radius:20px;
	
	}
	