/* Screen stylesheet for the Prince's Regeneration Trust
Created: 1.3.06
Last updated: 15.3.06
*/

a {
    color : #336666;
    text-decoration : none;
}

a img {
    border-width : 0px;
}

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

a:hover {
    color : #336666;
    background-color : #eaeaea;
    text-decoration : underline;
}

body {
    padding : 1% 10% 1% 10%;
    margin : 0px auto;
    background-color : #fff;
    font-size : 71%;
    font-family : Verdana,Tahoma,Arial,sans-serif;
}

h1 {
    margin-top : 0;
    padding-top : 0;
    font-weight : 600;
    line-height : 1.3em;
	font-size : 2em;
    color : #336666;
}

h2 {
    margin-top : 0;
    padding-top : 1em;
    font-weight : 600;
    line-height : 1.3em;
    color : #336666;
}

h3 {
    margin : 0px 0px 10px;
    padding-top : 1em;
    font-size : 1.3em;
    line-height : 1.3em;
    color : #336666;
}

p {
	line-height : 133%;
}

td {
    vertical-align : top;
}

.announce {
    padding-right : 10px;
    padding-left : 10px;
    padding-bottom : 10px;
    margin : 10px 0px;
    width : 130px;
    padding-top : 10px;
    color : #666666;
    background-color : #f5f5f5;
    line-height : 1.3em;
}

.bold {
    font-weight : bold;
}

.center {
    text-align : center;
}

.hide {
    display : none;
}

.indent {
    padding-left : 1em;
    padding-right : 1em;
}

.left {
    float : left;
    margin : 10px 10px 5px 0px;
}

.right {
    float : right;
    margin : 10px 0px 5px 10px;
}

.small {
    font-size : 0.8em;
}

.textright {
    text-align : right;
}

#accessbar {
    border-bottom : solid 1px #cccccc;
    border-top : solid 1px #cccccc;
    padding : 6px 6px 6px 6px;
    background-color : #f4f4f4;
    color : #999999;
    text-align : right;
    width : 670px;
}

#content {
    border-left : #f0f0f0 1px solid;
    border-right : #f0f0f0 1px solid;
    padding-top : 5px;
    padding-left : 7px;
    padding-right : 5px;
    padding-bottom : 7px;
    margin : 10px 11px 50px 185px;
    line-height : 1.6em;
    text-align : left;
}

#content h2 {
    margin : 0px 0px 0.5em;
    font-size : 1.5em;
}

#content img {
	border : none;
}

#edit {
    margin-top : 5px;
    color : #f4f4f4;
}

#edit a {
    padding : 5px;
    color : #f4f4f4;
}

#edit a:hover {
    color : #ffffff;
    background-color : #ff0000;
}

#footer {
    clear : both;
    padding-right : 0px;
    border-top : 1px solid #cccccc;
    padding-left : 0px;
    padding-bottom : 20px;
    margin : 0px auto;
    padding-top : 10px;
    width : 680px;
    color : #808080;
    font-size : 0.9em;
    text-align : center;
}

#footer a {
    color : #808080;
    text-decoration : none;
}

#footer a:hover {
    text-decoration : underline;
}

#frontphoto {
    border-top-width : 0px;
    border-left-width : 0px;
    border-bottom-width : 0px;
    margin : 0px 0px 10px;
    border-right-width : 0px;
}

#header {
    clear : both;
    padding-right : 0px;
    padding-left : 0px;
    padding-bottom : 0px;
    margin : 10px 0px 0px 0;
    padding-top : 0px;
}

#header p {
    margin : 0 10px 10px 0;
    color : #999999;
    font-size : 0.9em;
    text-align : right;
    line-height : 1.2em;
}

#bestpractice {
    margin-top : 0;
	margin-bottom : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    font-weight : 500;
    line-height : 1.3em;
	font-size : 1.5em;
    color : #333;
	border-bottom : 1px solid #333;
}

#summary {
	border : 1px solid #333;
    margin-top : 10px;
    margin-bottom : 20px;
    padding : 10px;
	font-size : 1.2em;
	line-height : 150%;
	color : #336666;
	width : 99%;
	font-weight : 600;
}

#bottom {
	border-top : 1px solid #333;
    margin-top : 10px;
    padding-top : 10px;
	font-size : 0.9em;
	line-height : 150%;
	color : #336666;
}


