* {
    margin:0;
    padding:0;
}

img {
	border: none;
	padding:3px;
	background-color:#eee;
}

body { 
    /*background-color:#f8f9fb;*/
	text-align: center;
	min-width: 770px;
	color: #555;
	/*font: 12px verdana, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;*/
	font-family:georgia, "Times New Roman", serif;font-size:13px;line-height: 1.4em;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	margin-left:-1px;
	margin-right:-1px;
	font-size: 1px;
	line-height: 1px;
}


em, strong {
color:#6c0a2b;
color:#630909;
}




hr {clear:both;/*height:9px*/;width:auto;margin:10px 30px;padding:0;line-height:3px;font-size:3px;color:#666;background:url(images/swoosh.png) no-repeat;}

a {
    text-decoration:none;
    color:#070;
    color:#630909;
}

a:hover {
    color:#ff6b01;
    color:#630909;
    color:#070;
	text-decoration: underline;
}


#pagecontainer {
	width: 750px;
	margin-top:30px;
	padding-top:30px;
	margin:30px auto 0;
	display: block;
	text-align:center;
	background: #f8f9fb url(images/topedge.gif) top center no-repeat;
}

#maincontent {
    text-align:left;
	display: block;
	/*background: #f7f7f7 url(images/star.png) bottom right no-repeat;*/
	background: #f8f9fb  url(images/leftrightedge.gif) top  center repeat-y;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	margin:0 auto;

}

#sidebar {
	width: 170px;
	float: right;
	display: inline;
	margin: 45px 25px 50px 10px;
	text-align: left;
	position: absolute;
	top: 12px;
	right: 0px;
}



#header { 
    background: transparent url(images/navgrad.gif) bottom repeat-x;
    background: #f8f9fb  url(images/leftrightedge.gif) top  center repeat-y;
    padding-left:30px;
	padding-right:30px;
}
 h1 {  
    display:block;
    text-align:center;
    text-indent:-1000em;
    height: 175px; /*image:175px high*/
    width:750px;
	background: #f8f9fb  url(images/leftrightedge.gif) top center repeat-y;
	/*background: transparent url(images/logo.gif) top center no-repeat;*/
}

h1 a {
    display:block;
    background: #f8f9fb url(images/logo3.gif) top center no-repeat;
    /*background-color:black;*/
    height: 175px; /*image:175px high*/
    margin:0 auto;
    text-align:center;
    width:681px;
    width:672px;
    /*width:700px;*/
    /*padding-left:30px;*/
    }

h1 a:hover {
    text-decoration:none;
}

h2 {
	padding: 12px 30px 6px;
	font-size: 12px;
	color: #04070D;
	text-decoration: none;
	/*color: #f8f9fb;
	background-color:#444;
	letter-spacing:0.2em;*/
}

h2 a {
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    color:#070;
    color:#630909;
    cursor: pointer;
}

h2 a:hover {
    font-size:10px;
    font-weight:normal;
	text-decoration: underline;
    cursor: pointer;
}



h3 {
    width:480px;
	padding: 12px 30px 3px;
	font-size: 12px;
	color: #54575D;
	text-decoration: none;
}

h5 {
    font:18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
    color:#070;
    padding:7px 18px 0px 23px; 
    line-height: 16px;
}


p {
  font-size: 13px;
  text-align:left;
  /*letter-spacing:0.1ex;*/
  padding: 10px 30px 10px;
}

q {
    
}

cite {
    display:block;
    text-align: right;
	text-indent: -1em;
}

.download {
margin:15px 30px 15px 30px;
padding:10px 15px 10px 15px;
width:25%;
text-align:left;
background:#e3e9e9 url(images/navgrad.gif) bottom center repeat-x;
background-image:none; /* OVERRIDE */
float:right;
font-size:90%;
}

.download a {
display:block;
padding:0 0 0 46px;
height:46px;
background: transparent url(images/PDFIconAndTinted.gif) 0 0 no-repeat;
}

.download a:hover {
background-position: -43px -46px; 
}

#navstrip {
display:block;
text-align:center;
background: #e8e9eb url(images/leftrightedge.gif) top  center repeat-y;
padding:0 30px;
}

ul {
    padding: 3px 25px 10px 40px;
}

li {
    padding-bottom:1em;
}

ul#nav {
    padding:0;
	display: block;
	height: 25px;
	border: none;
	text-align: right;
	list-style: none;
	border-top:3px solid #e7e7e7;
	margin:0 auto;
}

ul#nav li { display: inline;  text-align: center;}

ul#nav li a {
	display: inline;
	float: left;
	position:relative;
	padding: 1px 8px 0px 8px;
	border-left: 1px solid #c0c6cd;
	border-right: none;
	color: #333;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	height:24px;
}

ul#nav img {
	position: relative;
	top: 4px;
	left: -3px;
}


ul#nav li a#home {
border-left: 1px solid  #e8e9eb; 
}

ul#nav li ul {
    padding:0px 0px 0px 130px; 
    width: 86px; 
    display: none;
}



ul#nav li a:hover {
    height:24px;
    color: #630909;
	background: url(images/hovergrad.gif) repeat-x 0px 0px;
	border-bottom:#222;
	border-right:#222;
}

ul#nav li a#contact:hover {

}



ul#nav li a.active {
    height:24px;
	background-color: #eaebed;
	background-image:none;
	background-color: #f7f7f7;
	cursor: default;
}

ul#nav li a.active:hover {
	color: #333;
	cursor: default;
	background-image:none;
	background-color: #f7f7f7;
}



ul#nav li a#support.active {
	border-right: 1px solid #D7D7D7;
}

ul#contactdetails {
    list-style:none;
    padding:0 0 30px 30px;
}

ul#topics {
	padding: 3px 25px 10px 40px;
	line-height: 1.6em;
}

ul#topics li, ul#contactdetails li{
	padding-bottom:0.6em;
}


img.leftaligned {
	margin: 5px 10px 5px 0px;
}

img.rightaligned {
    float:right;
    top:40px;
    left:8px;
	position: absolute;
}

.centeralign {
	text-align: center;
}

.centeralign img {
	margin: 0px 4px;
}

.company {
    display:inline;
    color:#6c0a2b;
}

.front {
    font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 25px;
}

.twoup {
display:inline;
width:49%;
}

.phonenumber {
font-family:arial, sans-serif;
padding:0 3px;
color: #333;
}

#copyright {
    clear:both;
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	/*margin-top:20px;*/
	height:30px;
	background: #f8f9fb  url(images/bottomedge.gif) top center no-repeat;
	background-color:#fff;
}

table {
    margin: 0 auto;
    border: none;
    width:90%;
}

th {
    padding:0px 0px 2px 0px;
    background-color:#64af35;
    color:white;
    border-bottom: 1px solid #D7D7D7;
}

td {
    padding:4px;
}
