<!--

/*
	
	default.css
	==============
	This style sheet should be used for formatting and layout of the main 
	interface.
	
*/

/*--------------------------------------------------
	CONTAINERS
--------------------------------------------------*/

body {
	margin: 0px;
}

div#container {
	position:relative;
	width:560px;
	margin:0 auto;
}

div#header {
	border-bottom: 1px solid #999999;
	margin: 0 0 15px 0;
}

div#logo {

}

div#content {
	position:relative;
	clear:both;
	width:560px;
}

div#column1 {
	padding: 10px 0 20px 0px;
	display: none;
}

div#column1.fullwidth {
	display: block;
	font-size: x-small;
	border-bottom: 1px solid #999999;
}

div#column2 {
	font-size: x-small;
	border-bottom: 1px solid #999999;
	margin: 0 10px 15px 10px;
}

div#column2 a:hover {
	text-decoration: underline;
}

div#column3 {
	border-bottom: 1px solid #999999;
	padding: 0 0 20px 0;
	margin: 0 10px 15px 10px;
}


div#footer {
	clear:both;
	width:540px;
	height:44px;
	padding-top:14px;
	font-size:9px;
	color:#000000;
	text-align:center;
}
div#footer a {
	color:#000000;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------
	FONTS
--------------------------------------------------*/

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: x-small;
   color: #000000;
}

/*--------------------------------------------------
	HEADERS
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {

}
h6 {

}

/*--------------------------------------------------
	LINKS
--------------------------------------------------*/

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
}

a:visited {
	text-decoration:underline;
	color:#000000;
}

a:active {
	
}

/* Custom Link Formatting : Header */

div#header a {

}

div#header a:hover {

}

/* Custom Link Formatting : Footer */

div#footer a {

}

div#footer a:hover {

}

/*--------------------------------------------------
	PARAGRAPHS
--------------------------------------------------*/

p {
	margin: 0 0 0.8em 0;
}

/* Specify line height here so that lists adopt same style */

p, li {
	line-height: 125%
}

/*--------------------------------------------------
	LISTS
--------------------------------------------------*/

div#content li {

}

div#content ul {

}

div#content ul li {

}

div#content ol {

}

div#content ol li {

}

/*--------------------------------------------------
	IMAGES
--------------------------------------------------*/

img {
	border: 0px;
}

div#header img {

}

div#content img {

}

div#column1 img {

}

div#column2 img {

}

div#footer img {

}

/*--------------------------------------------------
	FORMS
--------------------------------------------------*/

form {
	margin: 0 0 0.8em 0;
	padding: 10px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	width: 30%;
	float: left;
}

div.mandatory label {
	font-weight: bold;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

form div.item {
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}

form div.field {
	display: block;
	width: 60%;
	float: left;
}

fieldset#buttons {
	text-align: center;
	margin-left: -16px;
}

fieldset#buttons input {
	margin-left: 10px;
	font-size: .9em;
	color: #000;
}

form div.on {

}

form div.off {

}

/*--------------------------------------------------
	TABLES
--------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
	margin: 0 0 0.5em 0;
}

tr {

}

th, td {
	padding: 5px;
	vertical-align: top;
}

th {

}

td {
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

thead {
	background-color: #E8E8E8;

}

tbody {

}

/*--------------------------------------------------
	HORIZONTAL RULES
--------------------------------------------------*/

hr, div.hr {
	border-bottom: 1px solid #C3C3C3;
	margin: 10px 0;
}


/*--------------------------------------------------
	NAVIGATION
--------------------------------------------------*/

div#nav1 {
	display: none;
}

div#nav2 {
	display: none;
}

/*--------------------------------------------------
	EXTRAS
--------------------------------------------------*/

div#printable {
	display: none;
	}

-->
