/* CSS Document */


body{background:#fff; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; margin:32px 0 0; padding:0;}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 20px;
	height:30px;
	background: url(img07.gif) no-repeat left top;
}


h1 {
 color: #444;
 background-color: transparent;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

.text {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 color: #002166;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.text1 {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 color: #002166;
 
}

.content
{background-color:#FFFFFF;
color:#333333;
text-align:left;
padding-left:25%;
}
.header
{
/*background-image:url(header.png);*/
width:900px;
height:144px;
background-color:#FFFFFF;
/*background-repeat:no-repeat;*/
}

.menu
{
/*background-image:url(menu.png);*/
width:900px;
height:30px;
background-color:#FFFFFF;
/*background-repeat:no-repeat;*/
}


.login
{background-image:url(login_background.png);
background-repeat:no-repeat;
width:288px;
height:192px;
}
.register
{
background-image:url(register.png);
}
#message
{
 color:#FF0000;
 font-weight:300;
}
.footer
{
background-image:url(footer.png);
width:900px;
height:75px;
/*background-repeat:no-repeat;*/
}


#bodyPanel h4{ background:#fff; width:250px; height:30px; position:absolute; top:200px;  margin:0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0px; color:#FF7113;}
#bodyPanel ul{width:225px; display:block; position:absolute;  top:245px; }
#bodyPanel ul li{font:12px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#bodyPanel ul span{ background:url(images/dot-line.gif) repeat-x 0 100%; height:25px; display:block;}


.stripNav 
{
background-color: #04aeef;
width:100px;
height:20px;
text-align:center;
}
.stripNav a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
.stripNav  a:hover 
{
text-decoration:none;
font-weight:bold;
}

.stripNav1 
{
background-color: #73c510;
width:100px;
height:20px;
text-align:center;
}
.stripNav1 a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
.stripNav1  a:hover 
{
text-decoration:none;
font-weight:bold;
}

.stripNav2 
{
background-color: #f7b101;
width:100px;
height:20px;
text-align:center;
}
.stripNav2 a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
.stripNav2  a:hover 
{
text-decoration:none;
font-weight:bold;
}

.stripNav3 
{
background-color: #d31774;
width:100px;
height:20px;
text-align:center;
}
.stripNav3 a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
.stripNav3  a:hover 
{
text-decoration:none;
font-weight:bold;
}


 #fixed
 {
  display:block;
  bottom:0px;
  left:0px;
  right:0px;
  position:fixed;
  border:1px solid #888;
  padding:0px;
  text-align:center;
  font-weight:bold;
  color:#000;
  background:#E1E1E1;
  width: 100%;
  height: 35px;
  line-height:35px;
 }
 * html #fixed
 {
  position:absolute;
 }
 
 
