/* CSS Document */

body {
	margin: 0;
	background-color:#DA001B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
} 

div#designtemplate {
	margin: 0 auto;
	width: 765px;
	background-image:url(/images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
}

div#flash {
	display: block;
}
div#noflash {
	display: none;
}

div#wrapper {
	margin: 0 auto; 
	width: 720px;
	text-align: left;
	background-color:#fff;
}

div#maincontent {
	margin:20px 30px 30px 30px;
	border: 2px solid #cccccc;
	padding: 20px;
} 

div#maincontenthome {
	margin:20px 30px 30px 30px;
	border: 2px solid #cccccc;
	padding: 20px;
	padding-right: 120px;
	background: url(images/logo_background.jpg) right bottom no-repeat;
} 

div#header {
	margin: 0 auto; 
	width: 765px;
	height: 44px;
	background-image:url(/images/top.gif);
	background-color:#fff;
	background-position:top center;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0 auto; 
	width: 765px;
	height: 29px;
	background-image:url(/images/footer.gif);
	background-color:#fff;
	background-position:bottom center;
	background-repeat: no-repeat;
}

table#navigation {
	width: 710px;
	border-top:1px solid #DA001B;
	border-bottom:1px solid #DA001B;
	font-size: 1.5em;
}

div#cimalogo {
	text-align: center;
}
	
ul#menu {
	text-align:center;
	list-style-type:none;
}

#menu li {
	display: inline;
}

.center {
	text-align:center;
}

form {
	margin: 0;
	padding: 0;
}

h1 { 
	margin: 0 0 3px 0;
	color: #666666;
	font-size: 2.5em;
	font-weight: lighter;
}

h2 {
	margin: 0 0 3px 0;
	color: #666666;
	font-size: 1.5em;
	font-weight: lighter;
}

h3 {

}

p { 
	margin: 3px 0 10px 0;
}

div#copyrightcontainer {
	margin: 0 auto;
	width: 710px;
	color: #fff;
}
div#copyrightcontainer a:link, div#copyrightcontainer a:hover, div#copyrightcontainer a:active, div#copyrightcontainer a {
	color: #fff;
	text-decoration: underline;
}

div#copyrightleft {
	float: left;
}
div#copyrightright {
	float: right;
}


.red { 
	color: #DA001B;
	font-weight: bold;
}

ul, ol {
	list-style-image:url(/images/cross.gif)	;
	margin: 0 0 10px 20px;
}
li { 
	margin-bottom: 5px;
}

a, a:link, a:visited { 
	color:#DA001B;
	text-decoration:none;
} 

a:hover {
	color:#DA001B;
	text-decoration:underline;

}

#navigation a:link, #navigation a:visited, #navigation a {
	color: #666666;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}

#subnavigation {
	color: #CCCCCC;
	text-align: center;
	margin: 20px auto;
}

#subnavigation ul, #subnavigation ul li {
	list-style: none;
	margin: 5px;
}

#subnavigation ul {
	padding: 2px;
	text-align: center;	
}

#subnavigation ul li {
	display: inline;
	margin-right: 16px;
}

#subnavigation ul li a {
	color: #004D3F;
	text-decoration: none;
}

#subnavigation ul li a:hover {
	color: #004D3F;
	text-decoration: underline;
}

/*\*//*/
#subnavigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#subnavigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #subnavigation ul li a {
	padding: 0;
}
/**/


/*----------------DEFAULT TABLE STYLING -----------------*/
table.data {
	margin: 10px 0;
	border: 1px solid #da001b;
	background: none;
	border-collapse: collapse;
}
table.data tr {
	vertical-align: top;
}
table.data td {
	padding: 4px;
	text-align: left;
}
table.data td.headerlabel {
	background: #da001b;
	color: #ffffff;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.centre {
	text-align: center;
}
table.data th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
}
table.data .heading {
	font-weight: bold;
}
