@charset "utf-8";
/* CSS Document */


.Container{
	width:960px;
	margin:0px auto;
}
.navlink{
	background-color:#CF3538;
	color:#FFF;
	padding:15px 61px;
	text-decoration:none;
}
.navlink:hover{
	background-color:#167FBA;
		
}

.footer{
	background-color:#CF3538;
	padding:20px;
	text-align:center;
}

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-image: url("IMAGE/BACKGROUND/bg3.jpg");
	}



h1{
	color:#CF3538;
	font-size:36px;
}
h2{
	color:#C30;
	font-size:24px;
}
h3 {
	color:#FFF;
	background-color:#167FBA;
	padding:5px;
	font-size:20px;
}
p,li{
	color:#333;
	font-size:16px;
	line-height:22px;
}

a{color:#3F0;
text-decoration:none;
}

.white{
	color: #FFF;
}

.yellow{
	color: #D5EA38;
}

.red{
	color: #CF3538;
}


.leftcontent{
	float: left;
	width: 650px;
}

.rightsidebar{
	float: right;
	width: 300Px;
}
.clearfloat{
	clear: both;
	
}

.imgleft{
	float: left;
	margin: 20px;
}
.twocol {
	float:left;
	width:480px;
}

.threecol{
	float:left;
	width:309px;
	margin-right:10px;
	
}
.imgright{
	float: right;
	margin: 20px;
}

.leftsidebar{
	width: 300px;
	float: left;
}

.rightcontent{
	float: right;
	width: 650px;
}

.login{  
        width: 382px;  
        overflow: hidden;  
        margin: auto;  
        margin: 20 0 0 450px;  
        padding: 80px;  
        background:#167FBA;  
        border-radius: 15px ;  
          
}

    label{  
        color: #08ffd1;  
        font-size: 17px;  
    }  
    #Uname{  
        width: 300px;  
        height: 30px;  
        border: none;  
        border-radius: 3px;  
        padding-left: 8px;  
    }  
    #Pass{  
        width: 300px;  
        height: 30px;  
        border: none;  
        border-radius: 3px;  
        padding-left: 8px;  
          
    }  
    #log{  
        width: 300px;  
        height: 30px;  
        border: none;  
        border-radius: 17px;  
        padding-left: 7px;  
        color: blue;  
      
      
    }  
    span{  
        color: white;  
        font-size: 17px;  
    }  
.black{
	color: #000000;
}
.lightblue{
	color: #08ffd1;
}
textarea {
	width:250px;
	height: 120px;
	padding:5px;
	border: 1px solid #000000;
}
button{
	border-radius: 20px;
	width:120px;
	height: 40px;
}

.twocol2{
	float:left;
	width:309px;
	margin-right:10px;
	
	
}
