/* CSS Document */

*	{margin: 0px;
	padding: 0px;
	}
	
	

body {
	background-color: #e2e9fe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000066;
	text-align: center;
}
#wrapper {
	font-size: 80%;
	background-color: #FFFFFF;
	text-align: left;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FF0000;
	border-right-color: #0000FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000FF;
}

#header {
	background-color: #0000FF;
	background-image: url(gfx/warl-blue-header2.GIF);
	background-repeat: no-repeat;
	height: 209px;
}


#leftcol {
	font-size: 110%;
	font-weight: bold;	
	text-decoration: none;
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.linklogo {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}

.xtra {
	font-size: 80%;
	padding: 10px;
	border: 1px solid #F00;
	font-weight: normal;
}


#gromit {
	margin-right: 20px;
	margin-left: 30px;
}

#footer {
	font-size: 70%;
	text-align: center;
	clear: both;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.pic-caption-text {
	color: #0000ec;
	font-size: 80%;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 10px;
}

.tinytext {
	font-size: 80%;
}

.valilogo {
	border: 1px solid #FFFFFF;
}

#rightcol {
	float: right;
	width: 250px;
	background-color: #FFFFFF;
	line-height: 105%;
}
p {
	margin-top: 10px;
	margin-bottom: 6px;
}
.box {
	font-size: 88%;
	padding: 10px;
	border: 1px solid #FF0000;
	margin-right: 10px;
}
.newsflash {
	padding: 10px;
	margin-right: 10px;
	border: 2px solid #F00;
	margin-bottom: 5px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 4px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 155%;
	font-weight: bold;
	color: #0000EC;
	margin-bottom: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #0000EC;
	margin-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	font-weight: bold;
	color: #0000EC;
	margin-bottom: 10px;
}

/*For normal content stuff*/

#content {
	margin-right: 300px;
	margin-left: 200px;
	padding-bottom: 30px;
	margin-top: 10px;
	position: relative;
	line-height: 1.5em;
}

/*For centrered content stuff*/

#content-centre {
	margin-right: 300px;
	margin-left: 200px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.50em;
	margin-top: 10px;
}

.centering {
	text-align: center;
}



/*For leftcol paw menu*/

a.paw:link{
	text-decoration:none;
	width: 105px;
	display:block;
	height: 30px;
	color: #FF0000;
	padding-left: 26px;
	background-color: #FFFFFF;
	background-image: url(gfx/redpaw2.GIF);
	background-repeat: no-repeat;
}

a.paw:active{
	text-decoration:none;
	width: 105px;
	display:block;
	height: 30px;
	color: #FF0000;
	padding-left: 26px;
	background-color: #FFFFFF;
	background-image: url(gfx/redpaw2.GIF);
	background-repeat: no-repeat;
}

a.paw:visited{
	text-decoration:none;
	width: 105px;
	display:block;
	height: 30px;
	color: #FF0000;
	padding-left: 26px;
	background-color: #FFFFFF;
	background-image: url(gfx/redpaw2.GIF);
	background-repeat: no-repeat;
}

a.paw:hover{
	text-decoration:underline;
	width: 105px;
	display:block;
	height: 30px;
	color: #FF0000;
	padding-left: 26px;
	background-color: #FFFFFF;
	background-image: url(gfx/bluepaw.GIF);
	background-repeat: no-repeat;
}

/*end paw menu*/

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FC7903;
	text-decoration: none;
}

a:visited {
	color: #E10000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.footer-nav {
	font-size: 100%;
	font-weight: bold;
}
.middleimage {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* Newspage 2 column test */

#colcentre-left {
	width: 200px;
	float: left;
	font-size: 90%;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
}
#colcentre-right {
	width: 200px;
	display: block;
	float: right;
	font-size: 90%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
}

#newspage-content {
	position: relative;
	
}


/* End 2 column test */

