/* SHARED CSS STYLES */

a { 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}


/* HEADER STYLES */

h1
{
	margin-top:0px;
	color:#410a18;
	font-size:1.4em;
	font-weight:bold;
}

h1.mainblock
{
	margin-top: 0px;
	margin-bottom: 15px; /* This controls the spacing between the top page heading and elements below */	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:18px;
	white-space:normal;
	background: #36528f;
}
h1.block
{
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#fff;
	font-size:0.95em;
	font-weight:bold;
	line-height:18px;
	white-space:normal;
}

h2.mainblock
{
	margin-top: 0px;
	margin-bottom: 15px; /* This controls the spacing between the top page heading and elements below */	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:18px;
	white-space:normal;
}

h2.block
{
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#fff;
	font-size:0.95em;
	font-weight:bold;
	line-height:18px;
	white-space:normal;
}

h2
{
	margin: 1.5em 0 0.5em;
	font-size:1.25em;
	font-weight:bold;
}

h3
{
	margin: 1.5em 0 0.5em;
	font-size:1.2em;
	font-weight:bold;
}

h4
{
	font-size:1.1em;
	font-weight:bold;
	margin: 1.5em 0 0.5em;
}


h5
{
	font-size:1.0em;
	font-weight:bold;
	margin: 1.5em 0 0.5em;
}

h6
{
	font-size:1.0em;
	font-weight:bold;
	margin: 1.5em 0 0.5em;
}

/* END HEADER STYLES */

/* PARAGRAPH STYLES */
p {
	line-height:1.5em;
	margin-bottom:1em;
}

p.smalltext {
	font-size:0.8em;
}

/* IMG STYLES */

p img {
	margin-bottom:1em;
}

p img.right {
	margin-left:1em;
	float:right;
}

p img.left {
	margin-right:1em;
	float:left;
}

/* LIST STYLES */

ul,ol {
	line-height:1.5em;
}

#center ul, #center ol, #center-1col ul, #center-1col ol, #center-2col ul, #center-2col ol {
	margin-bottom:1em;
	padding-left:2em;
}

#home-col1 ul, #home-col2 ul, #leftnav ul, #rightnav ul, .box-container ul, .box-container-wide ul, .boxtable-container ul{
	padding-left:0em;
	list-style-type:none;
}

#home-col1 ul, #home-col2 ul, #rightnav ul, .box-container ul, .box-container-wide ul, .boxtable-container ul{
	margin-top:10px;
}

#home-col1 ul, #home-col2 ul, #leftnav ul, #rightnav ul {
	line-height: 16px;
}

.box-container ul, .boxtable-container ul, .box-container-wide ul{
	line-height: 14px;
}


#home-col1 ul li, #home-col2 ul li, #leftnav ul li, #rightnav ul li, #center-landing ul li, .boxtable-container ul li{
	background:url(../images/resources/bullet-red.gif) no-repeat 6px 5px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 2px 20px;
}

#home-col1 ul a, #home-col2 ul a, #leftnav ul a, #rightnav ul a, #center-landing ul a, .boxtable-container ul a{
	color:#000;
	text-decoration:none;
}

#home-col1 ul a:hover, #home-col2 ul a:hover, #leftnav ul a:hover, #rightnav ul a:hover, #center-landing ul a:hover{
  	text-decoration:underline;
}

#home-col2 h2 {
	margin: 0 0 1.0em 0;
  	font-size:0.95em;
	font-weight: bold;
	color: black;
}

ol ol, ul ul, ul ol, ol ul {
	font-size:0.95em;
	padding-left:2.5em;
	margin-left:0px;
}

.listexpand li {
	margin-bottom: 10px;
}

.listnobullet {
	padding-left:1.75em;
	margin-left:0px;
}

.listnobullet li {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

dl {
	line-height:1.5em;
}

dt {
	font-weight:bold;
}

dd {
	margin-left:1.5em;
}

/* END LIST STYLES */



/* TABLE STYLES */
table {
	border-top:1px solid #333;
	border-left:1px solid #333;
	margin:1em 0;
}

table td, table th {
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:3px;
	vertical-align:top;
	text-align:left;
}

th.centre, td.centre {
	text-align:center;
}

th.right, td.right {
	text-align:right;
}

table th {
	font-weight:bold;
}


table caption {
	font-size:0.9em;
	font-style:italic;
	text-align:right;
}


table.landingpage {
	border-top:0px;
	border-left:0px;
	margin:1em 0;
}

table.landingpage td, table th {
	border-bottom:0px;
	border-right:0px;
	padding:3px;
	vertical-align:top;
	text-align:left;
}

/* END TABLE STYLES */

/* FORM STYLES */
fieldset {
	padding:1em;
	border:1px solid #ccc;
}
/* END FORM STYLES */

.aa
{
    width:100px
}