/* CSS Document */

.myBox {
	margin: 0.1in auto;
	color: #ccc;
	width: 800px;
	height: auto;
	padding: 2px;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/banner_2.png);
}

.myBody {
	background:#666 repeat-x center top url(images/bodybg.gif);
    margin: 2px auto;
    
    width: 97%;
	height: auto;
    padding: 0px;
	text-align: left;
    background-color: #fff;
    border: 0px solid #ccc;
    color: #000;
	font-weight:normal;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
}

.navi{
	color: #fff;
	width: 810px;
	height:300px;
	padding: 2px;
	text-align:left;
	background-color: #fff;
	border: 1px solid #ccc;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.myindex {
	background:#666 repeat center top url(images/bodybg.gif);
	margin: 2px auto;
	width: 97%;
	height: 900px auto;
	padding: 8px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-weight:normal;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.myindeximg{
	width: auto; 
	height: 30px;
	
	background-image: url(images/page_sep-1.png);
	background-position: center;
	background-repeat: no-repeat;
	visibility: inherit;
}

.mycform {
	margin: 2px auto;
	width: 800;
	height: auto;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	border: 0px solid #ccc;
	color: #3F0;
	font-weight:normal;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}

.myfooter {
	margin: 2px auto;
	width: 97%;
	height: auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border: 0px solid #ccc;
	color: #000;
	font-weight:lighter;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 9px;
}

.myframe{
	margin: 0.05in auto;
	width: 600;
	height: 500;
	padding: 1px;
	text-align: center;
	background-color: #fff;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #354E8E;
	font-size: 12px;
	background-position: center;
}

.myaboutBody {
	margin: 2px auto;
	width: 97%;
	height: 900px auto;
	padding: 8px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-weight:normal;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(images/bodybg_2.png);
	background-repeat: repeat;
	background-position: center top;
}


.mycontactBody {
	width: 98%;
	height: auto;
	padding: 3px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #354E8E;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: inherit;
	background-position: center center;
	margin: 4px;
}

.mythanksBody{
	background:#666 repeat center top url(images/bodybg_300.gif) ;
    margin: 2px auto;
    width: 97%;
	height: 250px;
    padding: 8px;
	text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
	font-weight:normal;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
}


.h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #002166;
}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

.p2 {
	text-align: justify;
	text-indent: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #39F;
}


html,body{
	height: 90%;
	text-align: center;
	font-family: Arial,sans-serif,Verdana;
	font-size:small;
	font-color:#fff;
	background: #333;
}
