html,body {
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-size: 12px;
    background: #12305C;
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-align: center;
    min-width: 760px;
    
}
	
#container {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    min-height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    /*background-image: url(/images/banner/random);*/
    background-position: top right;
    background-repeat: no-repeat;
    text-align: left;
}

#tabnav {
    height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 32px;
    background: url(/images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
  }
	
#tabnav a:link, #tabnav a:visited {
    float: left;
    background: #dee3f3;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 25px 2px 25px;
    margin-right: 4px;
    border: 1px solid #8095ce;
    text-decoration: none;
    color: #001166;
}

#tabnav a:link.active, #tabnav a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabnav a:hover {
    background: #fff;
}

#smalltabs {
    height: 26px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    background: url(/images/tab_bottom.gif) repeat-x bottom;
}

#smalltabs li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
  }
	
#smalltabs a:link, #smalltabs a:visited {
    float: left;
    background: #dee3f3;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #8095ce;
    text-decoration: none;
    color: #001166;
}

#smalltabs a:link.active, #smalltabs a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#smalltabs a:hover {
    background: #fff;
}

.tabcontent
    {
    display: none;
    visibility: hidden;
    
    }

#listnav {
    list-style-type: none;
    font-size: 11px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 80px;
}
	
#listnav li {
    background-image: url('images/bullet.gif');
    background-position: 0px 60%; /* X-pos Y-pos (from top-left) */
    background-repeat: no-repeat;
    border: 0px solid black;
    padding-left: 10px;
    padding-top: 2px;	
    padding-bottom: 2px;
}

.heading {
    font-weight: bold;
    color: #001166;
    padding-top: 2px;	
    padding-bottom: 4px;
}

#heading a {
    text-decoration: none;
    color: #001166;
}

#heading a:hover {
    text-decoration: underline;
}

#listnav li a {
    text-decoration: none;
}	

#listnav li a:hover {
    text-decoration: underline;
}	

    
#content p {
        
	text-align: justify;
	line-height: 20px;
    
}
    
    
table {
    border-collapse: collapse;
    border-left: 0px solid #bbb;
    border-right: 0px solid #bbb;
    border-bottom: 0px solid #bbb;
}

th {
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    height: 17px;
    background: url(/images/table_head.gif);
    padding-left: 10px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.selected {
    background: url(/images/table_head_selected.gif);
    border-left: 1px solid #577abe;
    border-right: 1px solid #6c8cc4;
}

td {
    height: 18px;
    font-size: 11px;
    padding-left: 10px;
    
}

A:link {
	 color: #053c78;
}


#logo {
	padding-top: 75px;
	padding-bottom: 67px;
	border-style: none;
	border: 0px;

	}
	
#slogan {
	margin-top: -60px;
	margin-bottom: 27px;
	border-style: none;
	border: 0px;
	display: float;

	}

h3 {
	color: #c39270;
	font-weight: normal;
	font-style: italic; 
	line-height: 18px;
	
}
h2 {
	color: #c39270;
	font-weight: bold;
	font-style: none; 
	font-size: 12px;
	line-height: 18px;
	
}

h1 {
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #c39270; 
	font-size: 24px;
	line-height: 18px;
	
}

#title{
	padding-top: 20px

}

ul.image { list-style-type:none; }

ul.image li {
	background-image: url('/images/bullet.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 44px;
	line-height: 32px;
	border: 0px solid black;
}
#content_table{
	width: 100%;
	border: none;
}

#leftcell {
    width: 150px;
    vertical-align: top;
}

#middlecell {
    padding-right: 20px;
}

#rightcell {
    width: 120px;
}


#latestnews {
	color: #1a4c83;
	list-style-type:none;
	text-align: left;
}

#latestnews .excerpt{
	color: #666;
	font-size: 9px;
	margin-left: -25px;
	margin-right: -10px;
}

#latestnews li {
    background-image: url('images/bullet.gif');
    background-position: 0px 60%; /* X-pos Y-pos (from top-left) */
    background-repeat: no-repeat;
    border: 0px solid black;
    padding-left: 10px;
    padding-top: 2px;	
    padding-bottom: 2px;
    margin-left: -40px;
}

#latestnews li a {
    text-decoration: none;
}	

#latestnews li a:hover {
    text-decoration: underline;
}	

#contentimage{
    padding-top: 90px;
}

table {
    border-collapse: collapse;

}

.greytable table  {
	font-size: 11px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.greytable td {
	font-size: 11px;
	padding: 4px;
	border: 1px #A1A5A9 solid;
}

.greytable th {
	font-size: 11px;
	background: #DDD url(/images/gradient.gif);
	padding: 4px;
	font-weight: bold;
	border: 1px #A1A5A9 solid;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
