/*Print style sheet - universal selector ( * ) dropped*/
html {/*increased from 100 to 110%*/
	font-size:110%;
}
body {/*colour set to black and padding increased to 0.5%*/
	margin: 0;
	padding: 0.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #000000;	
}

#skipnav,#header,#navline,#navlinebot,#navend,#navendbot,#side1,#side2,#footer {/*removes header and  navigation*/
display: none
}

h1, h2, h3 {
	margin-top: 0;
}	
	
#wrapper {   /*site envelope*/
	min-width: 400px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	border-top-width: 1px;/*reduce from 2px to 1px*/
	border-top-style: solid;
	border-top-color: #33CC66;
	margin: 0px;
	padding: 0px;
}
#outer {
	background-color: #FAFAFA;  /* center column background */
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#inner {
	margin: 0;
	width: 100%; 
}

#content {/*central column - ie main text*/
	float: left;
	width: 99%;
	position: relative;
	z-index: 12;
	font-size:1.2em;	
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}	

#content a {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #000000;	
	text-decoration: underline;
}

#content a:hover {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #000000;	
	text-decoration: underline;
}

#content a:active {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #000000;	
	text-decoration: underline;
}

h1 {/*Content heading main central column heading with welsh translation in green*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 90%;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: -10px;
	padding-top: 5px;
	color: #333333;
}
.verdanasubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
#content p {
	margin-left: 10px;
	margin-right: 5px;
}
div.indexpic {/*image div class to contain image and caption eg drs pictures etc(float: left; not needed now as text wraps around divindexpic)*/
	margin-right: 5px;
	margin-left: 12px;
	margin-bottom: -2px;
}
.indexpic {/*Main content image class - not needed if no caption eg dental picture etc*/
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.caption {/*Image caption  text size altered from 65 to75,*/
	float: none;
	margin-right: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	clear: both;
	margin-top: -1px;
	margin-bottom: 7px;
}

.clear { /*Seems to help the display in dreamweaver!*/
	clear: both;
}

#outer > #inner { /* Mozilla bug workarounds */
	border-bottom: 1px solid transparent; 
}
.style2 {color: #000000
}
.style3 {color: #339933/*Welsh H1 colour green*/
}
#printonly {/*styles the print only logo*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	display: block;
	margin-bottom: 0.5cm;
}
#news1, #news3, #news5, #news7, #news9, #news11, #news13, #news15, #news17, #news19, #news21, #news23, #news25, #news27, #news29{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 165px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#news2, #news4, #news6, #news8, #news10, #news12, #news14, #news16, #news18, #news20, #news22, #news24, #news26, #news28{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 165px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#docs1, #docs3, #docs5, #docs7, #docs9{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#docs2, #docs4, #docs6, #docs8{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
