body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	max-height: 100%;
}

#container {
	width: 770px;
	margin: auto;
	/*min-height: 650px;*/
}
#site {
    background-color: #1F5A8D;
	border-left: 1px solid #1F5A8D;
	border-right: 1px solid #1F5A8D;
}
#mainmenu {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
    height: 20px;
    padding-left: 10px;
    padding-top: 2px;
    font-weight: bold;
}
#mainmenu a {
    text-decoration: none;
    color: #ffffff;
}
#mainmenu a:hover {
    text-decoration: underline;
}

#submenu {
    background-color: #C2CCDD;
    font-size: 11px;
    height: 18px;
    padding-left: 10px;
    padding-top: 2px;
    font-weight: bold;
    color: #1F5A8D;
}
#submenu a {
    text-decoration: none;
    color: #1F5A8D;
}
#submenu  a:hover {
    text-decoration: underline;
    color: #1F5A8D;   
}
#content {
    /* height: 600px; */
    background-color: #ffffff;
}
#contenttxt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
#contenttxt a{
    color: #1F5A8D;
    text-decoration: none;
}
#contenttxt ul{
	padding-left: 0px;
	margin-left: 0px;
}
#contenttxt ul li{
	display: block;
	list-style: none;
	font-size: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
.bullet {
    border: 0px;
}
#contenttxt a:hover{
    color: #1F5A8D;
    text-decoration: underline;
}
#footer {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #1F5A8D;
    height: 16px;
    font-size: 10px;
    color: #ffffff;
}
#pubs {
    width: 300px;
    border: 1px solid #1F5A8D;
}

img {
    border: 2px solid #1F5A8D;
    margin-left: 5px;
}
input {
    width: 200px;
    border: 1px solid #1F5A8D;
}