/* CSS Document */

body {
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
}

a img {
	border: none;
}

a{
	color:#014A99;
}

.greytop{
	background-image:url(../images/grey.jpg);
	background-repeat:repeat-x;
	height:1px;
}

.greysides{
	background-image:url(../images/grey.jpg);
	background-repeat:repeat-y;
	width:1px;
}

.logo{
	background-image:url(../images/layout/logo.jpg);
	width:364px;
	height:87px;
	background-repeat:no-repeat;
}

.gap{
	background-color:#014A99;
	width:2px;
	height:20px
}

.menutext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

.footer{
	background-image:url(../images/layout/footer.gif);
	background-repeat:repeat-x;
	height:16px;
}

.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.footertextblue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#014A99;
}

.textblue{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#014A99;
	font-weight:bold;
	padding-left:5px;
	padding-top:10px;
}

.textgrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:5px;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014A99;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

.sidetitle p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014A99;
	font-weight:bold;
	font-weight:bolder;
	padding-left:15px;
	text-align:left;
}

.maingrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:10px;
	text-align:justify;
}

.maingrey a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.buttonpad{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.banner {
	width:697px;
	height:146px;
	background-image:url(../images/layout/banner.jpg);
	margin:5px;
}

.vr {
	background-image:url(../images/layout/div.gif);
	background-repeat:repeat-y;
	width:11px;

}

.input {
	width: 150px;
	height: 15px;	
	border:	1px solid #024B99;
	margin: 3px;
}

.textarea {
	width: 150px;
	height: 70px;
	border:	1px solid #024B99;
	margin: 3px;
}

.thumb {
	border:	1px solid #024B99;
}

.thumbs {
	padding:5px;
}

.thumbs a {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#044C9A;
	font-weight:bold;
}

.bigthumb {
	text-align:center;
	border:	2px solid #024B99;
}

.mainpic {
	text-align:center;
	margin:10px;
}

ul{
	color:#000099;
}

.pagination li { display: inline; border: 0; }
.pagination li a { 
	margin-right: 5px;
	padding: 3px 6px;
	font-weight: bold;
	color: #33F;
	background: #FFF;
	border: 1px solid #CCC;
	text-decoration: none;
}

/*Pagination of pages*/
.pagination li a:hover { color: #FFF; background: #33F; border-color: #000 }
.pagination li a.currentPage { color: #999; border: 0; }
.pagination li a.currentPage:hover { 
  color: #999; background: #FFF; cursor: default;
}