@charset "utf-8";
<!--
body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 5px 10px 5px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	background-image: url(ROUGGYDK_GIF.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

image{ border-width:0px;
}

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

a:link{
	color: #000000;
	text-decoration: none;
}

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 0px;
	color: #cccccc;
	border: 1px solid #CCC;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
    border: 0px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 1px 1px 1px 1px;
	border: 1px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

#breadCrumb2{
	font-size: 80%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

/************** .feature styles ***************/

.feature{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	border: 0;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 1px;
	padding: 1px;
	font-size: 80%;
	border-bottom: 1px;
	border-top: 1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 3px 2px 2px 2px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.thrColHybHdr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 3px 1px 1px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

.thrColHybHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 5px 5px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	font-size: 85%;
	} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */    border: 1px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

.thrColHybHdr #sidebar1 {
	float: left;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 1px 1px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	margin-left: 2px;
	margin-right: 2px;
	}
.thrColHybHdr #sidebar2 {
	float: right;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 1px 1px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	margin-right: 2px;
	margin-left: 2px;
	}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
    -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}



.thrColHybHdr #mainContent {
	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 1em 0 1em; /* padding here creates white space "inside the box." */
	border: 1px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	background-color: #EBEBEB;
	border-color: #000;
	} 
.thrColHybHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {color: #666666}

/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 1px;
	padding: 1px;
	font-size: 80%;
	border-bottom: 1px;
	border-top: 1px;
}


.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 0px;
}

.sectionLinks a:hover{
	background-color: #dddddd;
}

.style4 { font-size: 75%;
}

.style5 {font-weight: bold}
#red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}



.fff {
	color: #C6C6C6;
	background-color: #C6C6C6;
	width: 95%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid;
	border-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
}

P.myquotes{quotes: '"' '"';}
P.myquotes:before{
content: open-quote;
}

P.myquotes:after{
content: close-quote;
} 
--> 
</style>
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->