/*******************************************
***** 	     General Layout		************
*******************************************/ 

* {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2B497B;
	font-size: 12px;
	text-align:center;
}
p {
	padding: 0 1em 1em 0em;
}
#rightcolumn p{
	padding: 0 1em 1em 1em;
}

/*
address {
	padding: 0 1em 1em 1em;
}
*/
#wrapper {
	width: 861px;
	margin: 0 auto;
	/*border: 1px solid #737373;*/
}
#copyright a, a:link, a:visited, a:active {
	background-color: transparent;
	color: #FFFFFF;

	/*border-width: 0 0 1px 0;*/
	/*border-color: #591734;*/
	/*border-style: solid;*/
}
  
#copyright a:hover {
	background-color: transparent;
    color: #FFFFFF;
    text-decoration: underline;
	/*border-width: 0 0 1px 0;
    border-color: #415F97;
    border-style: solid; */
}
  

  
a:hover {
	background-color: transparent;

    text-decoration: underline;
	/*border-width: 0 0 1px 0;
    border-color: #415F97;
    border-style: solid; */
}
  
a img {
    border: 0;
}


a, a:link, a:active {
	background-color: transparent;
	color:#FFFFFF;
	text-decoration: none;  
	/*border-width: 0 0 1px 0;*/
	/*border-color: #591734;*/
	/*border-style: solid;*/
}
#centrecolumn a, #centrecolumn a:link, #centrecolumn a:active, #rightcolumn a, #rightcolumn a:link, #rightcolumn a:active {
	background-color: transparent;
	color:#0D3692;
	text-decoration: none;  
	/*border-width: 0 0 1px 0;*/
	/*border-color: #591734;*/
	/*border-style: solid;*/
}
h1, h1 * {
	font-family: Tahoma, Arial, Helvetica sans-serif;
    font-weight: normal;
    background-color: transparent;
    color: #0D3692;
	padding: 0.5em 1em 0.5em 0em;
}

#rightcolumn p{
color:#000000;
	font-size:0.9em;
	text-align:left;
	font-weight:normal;
}
#rightcolumn ul li{
color:#0D3692;
	font-size:0.9em;
	text-align:left;
	font-weight:normal;
}

#rightcolumn h1 {
padding-left:0.5em;
font-size:1.5em;
}
#rightcolumn h2 {
padding:0.5em 0em 0.5em 0.5em;
font-size:1.5em;
}
h2, h2 * {
    font-family: Tahoma, Arial, Helvetica sans-serif;
    font-weight: normal;
    background-color: transparent;
    color: #0D3692;
	padding: 0.5em 0em 0.5em 0em;
}

h3, h3 *, h4, h4 * {
    font-family: Tahoma, Arial, Helvetica sans-serif;
    font-weight: normal;
    background-color: transparent;
    color: #0D3692;
	padding: 0.5em 1em 0.5em 0em;
}

h1 {
    font-size: 1.8em;  
}
  
h2 {
    font-size: 1.6em;
}
   
h3 {
    font-size: 1.3em;
}
  
h4 {
    font-size: 1.1em;
}

small {
    font-size: 0.8em;
}
  
sup {
    font-size: 0.7em;
}
  
form {
    margin: 0;
    padding: 0;
}

textarea {
	width:216px;
	overflor: auto;
	border: 1px solid #7F9DB9;
}
form#myform input[type=file] {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

form#myform input[type=submit] {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
 
fieldset {
    margin: 0;
    padding: 0;
    border-width: 0;
}

td {
	padding: 0 1em 0.3em 0.4em;
}
.paddingleft {
	padding: 0 1em 1em 1em;;
}

.paddingtop5 {
	padding-top: 5px;
}

.rulemenu{
	border-bottom: 1px solid #0D3692;
	margin-bottom: 10px;
}

/*******************************************
***** 	    Navigation Bar      ************
*******************************************/ 

#navigation {
	text-align:center;
	width:99.7%;
	border-right: 1px solid #737373;
	border-left: 1px solid #737373;
		
}

ul#navbar {
 	background: #FFFFFF;
 	padding: 5px;
 	margin:0;
}

ul#navbar li {
	display:inline;
	padding:0;
	margin:0;
}

ul#navbar li a{
	color:#000;
}

#rightcolumn ul li{
	color:#0D3692;
	padding: 0 1em 1em 1em;
	list-style-type:none;
}
#centrecolumn ul li{
	list-style-type:none;
}

ul#navbar a:link,
ul#navbar a:visited {
	color:#0D3692;
 	background:#FFFFFF;
	padding:5px 10px 4px 10px;
	border-right:2px solid #B1BEDC;	
	text-decoration:none;
 	font:1.2em "myriad Web Pro", Arial, Helvetica, sans-serif;

}
ul#navbar a:hover {
	color:#B1BEDC;
	background:transparent;
}

ul#navbar li:first-child a {
	border-left:2px solid #B1BEDC;
}

/*******************************************
***** 	    Header & Image      ************
*******************************************/ 

#header {
 
	height: 93px;
	background-color: #C9C9BE;
	background:url(../images/new/header.jpg);
	width:99.7%;
	height:93px;
	border: 1px solid #737373;
	
}

#image.home{
	/*background-color:#C9C9BE;
	background:url(../images/rugby.jpg);*/
	border: 1px solid #737373;
	

}

/*******************************************
***** 	 Central Column Layout  ************
*******************************************/ 

#centrecolumn {
	display: inline; /* IE Hack */
	padding: 0px;
	width: 57.6%;
	float: left;
	background-color:#FFFFFF;
	min-height: 700px;
	padding-bottom:24px;
	padding:0px 17px 24px;
	text-align:left;
	
}
* html #centrecolumn {height:700px} /* IE Min-Height Hack */ 

/*******************************************
***** 	Right Column Layout		************
*******************************************/ 

#rightcolumn {
	background-image:url(../images/content-fill2.png);
	background-repeat:repeat-x;
	padding: 0px;
	display: inline; /* IE Hack */
	width: 19.7%;
	float: left;
	background-color: #FFFFFF;
	min-height: 700px;
	border-right: 1px solid #737373;
	padding-bottom:24px;
	color:#0D3692;
}
* html #rightcolumn {height:700px} /* IE Min-Height Hack */ 

.stream {
	width:20%;
	height:400px;
	padding:5px;
	background:transparent;
	
}

/*******************************************
***** 	    Left Column Layout  ************
*******************************************/ 

#leftcolumn {
	padding: 0px; 
	display: inline; /* IE Hack */
	width: 18.5%;
	float: left;
	background-color: #5573B3;
	min-height: 700px;
	border-left: 1px solid #737373;
	padding-top:24px;
	overflow:hidden;
}
* html #leftcolumn {height:700px} /* IE Min-Height Hack */ 

/*******************************************
***** 	Footer					************
*******************************************/

#footer {
	background-color: #2A91D4;
	display: inline; /* IE Hack */
	padding: 0px;
	float: left;
	width: 99.7%;
	min-height:40px;
	border: 1px solid #737373;

}
* html #footer {height:40px} /* IE Min-Height Hack */ 

#cssvalidate {
	height:21px;
	width:62px;
	float:right;
	margin:16px 0 0 0;

}

#xhtmlvalidate {

	height:21px;
	width:62px;
	float:right;
	margin:16px 5px 0 5px;
}

/*******************************************
***** 	     Menu Items 		************
*******************************************/ 

#menu {	 
	background-color: #5573B3;
	background-repeat: repeat-x;
	padding: 0;
	text-align:left;
	font-size:0.9em;
}
 
#menu ul {

}
	  
#menu li a:hover {
	background-color: #B1BFDC;
	display:block;
	text-decoration:underline;
	}
	
	#menu li a {
	display:block;
	}


/*******************************************
***** 	Dynamic Update			************
*******************************************/ 
#copyright {
    float: left;
	padding: 1em;
}

.whitetext {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: justify;
	padding: 5em 1em 0 1em;
	vertical-align:text-bottom;
}
  
.contenttext {
	font-size:0.9em;
	text-align:left;
	font-weight:normal;
}

.smalltext {
	font-size: 0.8em;
	text-align:left;
	font-weight: bold;
}  

#scroll {
	margin-left:20px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	height: 165px;
	overflow: auto;
	border: none;
	/*position: relative;*/
	text-align: left;
}

.page-image {
    float: right;
    margin: 0.3em 1em 0.5em 1em;
} 
  
.page-image-left {
    float: left;
    margin: 0.3em 1em 0.5em 1em;
} 
   
/*******************************************
***** 	    Font Styles 		 ***********
*******************************************/ 

.subtitle {
color:#415F97;
font-weight:bold;

}

.b {
	font-weight: bold;
	letter-spacing: normal;
}

.warn {
	color: #B71A1A;
	font-weight: bold;
}

.success {
	color:#009900;
	font-weight: bold;
}


.rss {
	font-size:0.9em;
	font-weight:lighter;
	margin-left:14px;
	list-style-image:url(../images/arrow.gif);
	padding-bottom:4px;
	}

.rsstitle {
    font-size:13px; 
	font-weight:bold;
	font-family:Verdana, Microsoft Sans Serif, Arial, sans-serif;
    background-color: transparent;
    color: #0D3692;
    padding: 10px 2px 0px 13px;
	
}

/* Update Forms */
.duviewrecord {
background-color:#FFFFFF;
margin-bottom:0px;
border-top:0px;
}

div.duupdatepub{
margin-top:10px;
background-color:#ffffff;
border-bottom:0px;
color:#FFFFFF;
}

input submit:active {
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}

#centrecolumn div.forum_list_header h2 a{
color:#ffffff;
}

div.forum_list_header h2 a:link, div.forum_list_header h2 a:visited, span.thread_title a:link, span.thread_title a:visited, .postinfo {
color:#FFFFFF;
}

div.forum_list_header h2{
color:#CC66FF;
border:none;
background:transparent;
}

div.post_list_item_header, div.thread_list_item_header, div.forum_list_header {
background-color:#5573B3;
color:#FFFFFF;
}
div.post_list_item td.userinfo, div.thread_list_item div.thread_list_content, p.forum_description, p.forum_intro_msg, div.forum_list_item div.forum_list_content {
background-color:#e4e9f3;
color:#555555;
}

div.forum_list_item p {
color:#555555;
}

div.forum_latestpost {
background-color:#FFFFFF;
color:#003366;
}
div.forum_latestpost a {
color:#003366;
}



.updatefields {
background-color: #ffffff;
}

.updatefieldrow .flabel, .updatefieldrowerr .flabel {
color:#000000;
}

.thread_list_content td, .thread_list_content tr, .thread_list_content p, .thread_list_content div {
color:#003366;
}

.post_list_item {
background-color:#ffffff;
}
div.post_list_item .postcontent {
color:#003366;
}

div.duviewpage h3 {
background-color:#ffffff;
color:#415F97;
font-weight:bold;
font-size:1em;

border-bottom:0px;
}

div.duviewrecord {
border-bottom:1px solid #415F97;

background-color:#ffffff;
margin-top:0px;
padding:0px;
padding-bottom:20px;
}

div.duviewgroup {
border:none;
}

.dutransnavigation {
background-color:#97c5dc;
}

.dusearchrecord {
background-color:#e4e9f3;
}

.duupdatepub .pubtick{
color:#FFFFFF;
}
.duupdatepub h3 {
color:#000000;
font-weight:bold;
padding:0px;
font-size:1em;
}
div.duupdatepub .pubtick, div.duupdatepub .pubtick a, div.forum_list_header a {
color:#FFFFFF;
}

.updatefieldrow .flabel, .updatefieldrowerr .flabel {
padding-left:0px;
width:170px;
padding-right:12px;
}

/* End Update Forms */



/* Menu */
.menu li{
border-color:#2A91D4;
border-style:dotted;
border-width:0 0 1px 0;
}

.menu li ul li{
border-color:#2A91D4;
border-style:dotted;
border-width:1px 0 0 0;
}

.menu ul li {
margin:0px;
}
.menu ul li ul li a, .menu ul li ul li a:visited   {
padding-left:16px;
}
.menu ul li ul li ul li a {
padding-left:5px;
}
.menu a, .menu a:visited {


}

.menu a:hover {
background:#B1C78F;

text-decoration:underline;
}
/* End Menu */

/* Menu */
.menu li{
position:relative;
}

.menu ul {
list-style-type:none;
margin:0pt;
padding:0pt;
}

.menu {
z-index:1000;
}

.menu a, .menu a:visited {
display:block;
line-height:15px;
padding-top:4px;
padding-bottom:5px;
padding-left:11px;
}

.menu a:hover {
background:none repeat scroll 0%;
}

li.menu-selected ul{
	background-color:#5573B3;

}
li.menu-selected ul a{
color:#ffffff;
}
li.menu-selected a{
color:#0D3692;
}

li.menu-selected {
	background-color:#B1BFDC;
 
}
/* End Menu */
.menu-selected a:hover, .menu-selected a:link, .menu-selected a:visited, .menu-selected a:active{
/*background-color:#B1BFDC;*/
/*color:#0D3692;*/
}
#duformerrorbox, .duformerrorbox {
background-color:#FFFFFF;
}

div.duupdatepub .pubtick{
color:#000000;
}

div.duupdategroup1, div#duug_41, div#duug_45 {
border:none;
border-top:1px solid #0D3692;

}

.pubtick{
float:right;
}

div.duupdategroup2 div.duupdatepub{
margin:0px;
padding:0px;
}

div#duug_41 div.duupdatepub, div#duug_45 div.duupdatepub{
padding:4px;
}

#centrecolumn h1{
}

div.updatefieldrow {
padding-left:0px;
}

#duui_436 .fcontrol textarea{
width:216px;
}

#duui_455 .fcontrol textarea{
height:227px;
}

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