*{
  margin: 0;
  padding: 0;
}

body{
  background: #151D28 url(/images/bg.png) repeat-x left top;
  font-family: Georgia;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}


p{
  margin-bottom: 10px;
}

a{
  text-decoration: none;
  color: #1E4D79;
  cursor:pointer;
}
a:hover{
  color: #0072BC;
}
a:focus{
  outline: none;
}

h1{
  color: #666666;
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 25px;
}

h2{
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 30px;
}


ul{
  margin-left: 30px;
  margin-bottom: 15px;
}





#container{
  width: 950px;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
}




#logo{
  position: relative;
  width: 106px;
  top: 80px;
  left: -35px;
}


#title{
  margin: 0px 0 10px 80px;
}

#heading{
  float: right;
  color: #FFFFFF;
  padding-right: 50px;
  text-align: right;
  margin-top: 10px;
  line-height: 18px;
}

#heading a{
  color: #FFFFFF;
}

#heading a:hover{
  color: #94BEE4;
}


#clear{
  clear:both;
  height: 20px;
}


#top{
  background-image: url(../images/main-top.png);
  height: 8px;
}

#content{
  background-image: url(../images/main-bg.png);

  text-align: left;
}
#bottom{
  background-image: url(../images/main-bottom.png);
  height: 8px;
}



#sidebar{
  float: left;
  width: 180px;
  padding: 80px 0 0 0;
}

#sidebar ul{
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 50px;
}



#sidebar li a{
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 20px;
  line-height: 40px;
  font-size: 18px;
}

#sidebar li a:hover{
  background-image: url(../images/sidebar-hover.png);
  color: #333333;
}


#sidebar li .current{
  background-image: url(../images/sidebar-current.png);
  color: #ffffff;
}

#sidebar li .current:hover{
  background-image: url(../images/sidebar-current.png);
  color: #ffffff;
}




#main{
  margin-left: 200px;
  padding: 20px 50px 50px 0px;
  width: 680px;
  min-height: 400px;
}



#copy{
  text-align: center;
  color: #FFFFFF;
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
}

#copy a{
  color: #FFFFFF;
}

#copy a:hover{
  color: #CCEBFF;
}






.data td{
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 15px 5px 15px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}



.data .heading{
  background-image: url(../images/tableheading.png);
  color: #FFFFFF;
  border-bottom: 0;
  padding: 2px 15px 2px 15px;
}

.data .heading a{
  color: #FFFFFF;
}

.data .input{
  padding: 3px 0 3px 0;
  font-weight: normal;
  border: 1px solid #CCCCCC;
  font-family: georgia;
  font-size: 14px;
  color: #333333;
}




.form td{
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}

.form .input{
  width: 250px;
  border: 1px solid #CCC;
  padding: 3px;
  font-family: georgia;
  font-size: 14px;
  color: #333333;

}



.form .textarea{
  font-family: georgia;
  font-size: 14px;
  color: #333333;
  width: 250px;
  height: 80px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

.form .select{
  font-family: georgia;
  font-size: 14px;
  color: #333333;
  width: 250px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}





.button{
  width: 201px;
  height: 35px;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(../images/button.png);
  padding: 0;
  border: 0;
  cursor: pointer;
  display:inline-block;
  line-height:35px;
}

.button:hover{
  color: #94BEE4;
}


.smallbutton{
  width: 100px;
  height: 30px;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(../images/smallbutton.png);
  padding: 0;
  border: 0;
  cursor: pointer;
}

.smallbutton:hover{
  color: #94BEE4;
}




.note{
  margin: 0 auto;
  padding: 2px;
  font-style: italic;
  margin: 10px 100px 10px 100px;
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  text-align: center;
}


.ie6-upgradebar {
     display: none;
}




.galleryimage{
  float: left;
  width: 120px;
  height: 140px;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  margin: 0 10px 10px 0;
  text-align: center;
}

.galleryimage .image{
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
  padding-bottom: 5px;
}














#response {
	padding:10px;
	background-color:#1E4E79;
	border:2px solid #122E47;
	margin-bottom:20px;
	color: #FFFFFF;
}
#list li {
  margin-bottom: 10px;
	background-color:#f1f1f1;
	border: 1px solid #CCC;
	color:#333333;
	list-style: none;
	width: 150px;
	padding: 5px;
	text-align: center;
	cursor: move;
}











/* login screen */
#logincontainer{
  margin: 0 auto;
  width: 350px;
  border: 1px solid #CCCCCC;
  text-align: center;
  padding: 30px;
  margin-top: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}


#logincontainer .label{
  font-family: Georgia;
  font-size: 10px;
  color: #666666;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
}

#logincontainer .input input{
  width: 340px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 5px;
  font-size: 16px;
  font-family: georgia;
}


/* end login screen */


.gone{ display: none; }
.here{ display: block; }
