/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



body{
margin:0;
padding:0;
background:#d9d9d9 url(images/bg.gif) center top repeat-x;
font-family: 'Play', sans-serif;
}

.mr20{
margin-right: 20px;
}

#content{
background: url(images/mid_bg.jpg) center top no-repeat;
padding-top: 125px;
text-align: center;
min-height:250px;
}

p{
 background: url("images/main.gif") repeat-x scroll left top #EBEBEB;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 10px;
    text-align: justify;
	font-size:12px;
	color: #5182B2;
	margin: 2px;
}

a{
color: #2a6888;
text-decoration: none;
padding-left: 5px;
}

a:hover{
text-decoration: underline;
}

h1{
color: #2A6888;
font-size: 36px;
margin-bottom: 15px;
}

h3{
font-size: 16px;
color: #2A6888;
font-style: italic;
margin-bottom: 35px;
}

h2{
font-size: 22px;
color: #2A6888;
margin-bottom: 8px;
}

.main{
width: 884px;
padding-bottom: 30px;
margin: 0 auto;
background: url(images/shadow.png) left bottom no-repeat;
clear: both;
}

.mcontent{
min-height: 153px;
background:#ebebeb url(images/main.gif) left top repeat-x;
width: 700px;
border-left: 1px solid #f7f7f7;
margin: 0 auto;
border-right: 1px solid #f7f7f7;
padding: 20px;
}

.container_12{
    margin - left: auto;
    margin - right: auto;
    width: 960px;
	margin: 0 auto;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix: after {
    clear: both;
    content: ' ';
    display: block;
    font - size: 0;
    line - height: 0;
    visibility: hidden;
    width: 0;
    height: 0
} 
* html.clearfix {
    height: 1 %
}

form.form {
clear: both;
  padding-top: 1px;
}
#options {
list-style-type : none;
font-size: 12px;
}
#options li {
 display: inline-block;
    padding-right: 10px;
}

input.textbox {
   background: url("images/input.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #5192b2;
    float: left;
    height: 35px;
    margin-top: 1px;
   padding: 7px 10px 10px;
    width: 535px;
}
input.textbox:hover{
   background: url("images/input.png") repeat scroll 0 -59px transparent;
   }
.btn {
    background: url("images/button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: right;
    height: 40px;
    margin-top: 10px;
    text-indent: -9999px;
    width: 122px;
}
.btn:hover {
    background: url("images/button.png") no-repeat scroll 0 -60px transparent;
}
.btn:active {
    background: url("images/button.png") no-repeat scroll 0 -60px transparent;
}

input.button {
margin-top : 10px;
font-size : 120%;
}

#header{
background: none repeat scroll 0 0 #f1f1f1;
    color: #333333;
    float: left;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	border-bottom: solid 1px #ffffff;
	line-height: 20px;
	}
	
#footer {
  background: none repeat scroll 0 0 #5192B2;
    border-top: 1px solid #FFFFFF;
    bottom: 0;
    float: right;
    font-size: 12px;
    height: 35px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#nav2 {
font-size : 100%;
font-weight : bold;
list-style-type : none;
float : right;
margin : 0;
}
#nav2 li {
padding : 0 5px 0 5px;
display : inline;
}

ul.navbar li	{
	float:left;
	padding:7px 8px;
font-size: 16px;
}
ul.navbar li.active{

	color:#31a3e0;
	font-weight:bold;
}
ul.navbar li:hover	{
		color:#31a3e0;
	cursor:pointer;
}

ul.navbar2 a:hover{
color:#ffffff;
}
ul.navbar2 li	{
	float:right;
	padding:10px 8px;

}
ul.navbar2 li.active{

	font-weight:bold;
}
ul.navbar2 li:hover	{
	cursor:pointer;
}

.right {
 float: right;
    padding-right: 10px;
    padding-top: 8px;
}
.left {
float : left;
line-height: 35px;
    padding-left: 10px;
	color: #FFFFFF;
}
#left {
float : left;
padding : 20px 70px 10px;
clear:left;
}
#error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: red;
    border-image: none;
    border-style: solid;
    border-width:5px;
    margin: 5px 0 15px;
    padding: 2px;
}
table {
    border-color: #F7F7F7;
    border-style: solid;
    border-width: 0 0 1px 1px;
    width: 50%;
	margin-top: 15px;
	color:5182B2;
	font-size:12px;
	text-align:left;
	color: #5182B2;
}

	
th {
    background: none repeat scroll 0 0 #EBEBEB;
    border-width: 2px;
}
td, th {
    border-color: #F7F7F7;
    border-style: solid;
    border-width: 1px 1px 0 0;
    padding: 2px 10px;
	
}
td {
    background-color: #EBEBEB;
}
.full-width {
    width: 98%;
}
.large-table {
    margin-top: 15px;
    width: 75%;
}
.large-table td, .large-table th {
    padding: 5px;
}
td.small-note {
    font-size: 100%;
    padding: 2px;
    text-align: right;
}
#tooltip {
		width: 20em;
		color: #5182B2;
		font-size: 12px;
		font-weight: normal;
		padding: 5px;
		border: 3px solid #f7f7f7;
		text-align: left;
		background-color: #EBEBEB;
		}
#logo h1 a {
  /* background: url("images/logo.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    font-size: 0;
    height: 98px;
    width: 279px;

}
#logo p {
    display: none;
}
#logo  {
        width: 280px;
		   height: 100px;
		   float:left;
}
#desc  {
		   float:right;
}
#ana {
		   width:740px;
		   clear: both;
    margin: 0 auto;
}