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

body {
    font-family: arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #333333;
    font-size: 14px;
}
	
A:link { color: #FFFFFF; text-decoration:none}
A:visited {color: #FFFFFF; text-decoration: none}
A:hover {color: #00aeef}

textin {
	color: #FFFFFF;
    font-size: 16px;
	

}

H4 {
	color: #FFFF00;
    font-size: 14px;

}

strong {
	color: #003399;
	font-size: 20px;

}

strong1 {
	color: #FFFFFF;
	font-size: 20px;
}

#box1{
    width: 300px;
    height: 100px;
    background-color: yellow;
    box-shadow: 10px 10px 5px #888888;

}

#div1 {
    width: 300px;
    height: 100px;
    border: 1px solid blue;

}

#box2{
	border-style: solid;
	border-color: #3366FF;
    width: 300px;
    height: 100px;
    background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#rcorners {
    border-radius: 25px;
/**    border: 2px solid #8AC007; **/
	border: 2px solid #3366FF;
    width: 600px;
    height: 160px; 
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
/**	position: relative; **/
	margin-top: 0px;
	margin-bottom: 4px;	
}

#rcorners1 {
    border-radius: 15px 50px 30px 5px;
    background: #8AC007;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

#rcorners2 {
    border-radius: 15px 50px 30px;
/**    background: #8AC007; **/
    background: #3366FF;
    padding: 20px; 
    width: 200px;
    height: 150px; 
/**	position: relative; **/
	margin-top: 0px;
	margin-bottom: 4px;
}

#rcorners3 {
    border-radius: 15px 50px;
    background: #FFFFFF;
    padding: 20px; 
    width: 200px;
    height: 150px; 
    margin-top: 60px;
	margin-bottom: 40px;
}

#logohead{
	background-image: url(../../images/logo.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 400px;
	font-size: 45px;
	line-height: 120px;
	color: #6181A9;
	text-indent: 162px;
}

#wraper{
	width: 939px;
/**	height: 890px;
	position: relative; **/
	background-color: #FFFFFF;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#logohead{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 800px;
	font-size: 45px;
	line-height: 120px;
	color: #6181A9;
	text-indent: 162px;
}
