/* CSS Document */
/* Version 2.0 Nick Elliott 29/11/04 */

/* Type Selectors */

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 760px;
}

a {
	font-weight: bold;
	text-decoration: underline;	
}

a:hover {
	color: #333;
	text-decoration: none;		
}

img, table {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;		
}

h1 {
	font-size: 96%;
}

h2 {
	font-size: 80%;
}

h3, h4, h5, h6 {
	font-size: 90%;
	font-weight: normal;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	width: 80%;
	margin-left: 33px;	
}

legend {
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 7px;
}

input, select, textarea {
	font-size: 80%;
	background-color: #FFF;
	width: 200px;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;	
}

textarea {
	width: 218px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 60px;
}

select {
	width: auto;
}

/* Class Selectors */

.mmhideright {
	float: right;
}

.mmhidemandatory {
	font-weight: bold;
}

.mmhideinput_noBorder {
	border: 0px;
	width: auto;
	background-color: transparent;
}

.mmhideclearfix:after { 
	content: "."; /* This dot is the actual appended content */ 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	display: block; 
} 

.mmhideclearfix {display: inline-block;} /* Fixes IE/Mac */ 

/* Hides from IE-mac \*/ 
.mmhideclearfix {display: block;} 
/* End 
hide from IE-mac */ 

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

#content .imageleft {
	float: left;
	margin: 5px 20px 5px 0px;
}

#content .imageright {
	float: right;
	margin: 5px 0px 5px 20px;
}
#content .imagecenter {
	margin: 0px, 0px, 0px, 10px;
}

/* ID Selectors */

#wrapper {
	margin: 0px auto;
	width: 760px; 
	position: relative; 
	text-align: left;
}

#contentwrapper {
	background-repeat: repeat-y;
	width: 760px;
	padding: 0px 6px 0px 6px;
}

#ntinfo {
	width: 760px;
	position: relative;
	background: url(../images/border_top.gif) bottom left no-repeat;
	padding-bottom: 6px;
	margin-top: 15px;
}

#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -1000px;
}

#banner {
	background-repeat: repeat-x;
	width: 748px;
	height: 91px;
	position: relative; 
}

#banner #navcontainer {
	position: absolute;
	top: 46px;
	left: 250px;
	background-color: transparent;
}

#banner #navcontainer a:hover {
	background-color: transparent;
}

#sidewrapper {
	float: left; 
    width: 132px; 
    background-color: transparent;
}

#sidemenu ul {
    font-family: Arial, Helvetica, san-serif;
	font-size: 70%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#sidemenu ul li {
	padding: 0;
	margin: 0;
	margin: /**/ 0 0 -3px 0; 
	ma\rgin: 0;
}

#sidemenu ul ul {
	font-size: 100%;
}

#sidemenu #first {
	border-top-width: 1px;
	border-top-style: solid;		
}

#sidemenu a, #sidemenu a:visited {
	display: block;
    margin: 0px;
    padding: 3px 10px 3px 10px;
	text-decoration: none; 
	width: 132px;
	w\idth: 112px;
	background-position: right;
	background-repeat: repeat-y;
    color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;		
}

/*/*/a{}
#sidemenu a, #sidecontent a {
    text-decoration: none;
    color:#FFF;	
}

#sidemenu a:hover, #sidemenu a:focus { 
	background-position: right;
	background-repeat: repeat-y;
}

#sidecontentwrapper {
	width: 104px;
	margin: 12px;
	border-width: 1px;
	border-style: solid;
}

#sidecontent {
	border-width: 1px;
	border-style: solid;
    width: auto;
	padding: 5px;
	margin: 2px;
	text-align: center;
}

#sidecontent a {
	display: block;
    width: auto;
	background-image: none;
	font-size: 75%;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#sidecontent a:hover {
	background-image: none;
}

#content {
	margin-left: 142px;
	width: 596px;
	background-color: transparent;
	padding-bottom: 20px;
	min-height: 250px;
}

#content p {
	font-size: 70%;
	margin-top: 0;		
}

#content li  {
	font-size: 70%;
	margin-bottom: 15px;	
}

#content li ul {
	margin-top: 15px;
	margin-bottom: 15px;		
}

#content li li {
	font-size: 100%;
	margin-bottom: 5px;
}

#content img {
	vertical-align: middle;
}

#content table {
	width: 530px;
	border: 1px solid #999;
	margin-left: 33px;
}

#content table th {
	padding: 5px;
	font-size: 90%;
	border: 1px solid #333;	
	color: #FFF;
}

#content table td {
	border: 1px solid #999;
	padding: 5px;
	font-size: 70%;
}

#content table td p {
	font-size: 100%;
}

#content form table {
	width: 100%;
	margin: 10px 25px 20px 25px;
}

#content form table td {
	border-width: 0px;
	background-color: transparent;
	vertical-align: top;
}

#content #reset, #content #submit {
	position: static;
	margin-top: 10px;
	width: 75px;
}

#footer {
	width: 748px;
	position: relative;
	background: url(../images/border_bott.gif) top left no-repeat;
	padding: 6px 6px 0px 6px;
	margin-bottom: 20px;
	clear: both;
}

#footer, #footer a {
	color: #9A67B8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;	
}

#footer a:hover {
	background-color: transparent;	
}

