<!--

/*
	
	default.css
	==============
	This style sheet should be used for formatting and layout of the main 
	interface.
	
*/

/*--------------------------------------------------
	CONTAINERS
--------------------------------------------------*/

body {
	margin: 0px;
}

div#container {
	width: 748px;
	margin: 0 auto;
}

div#header {
	margin: 0 0 0 0;
	background:url(../images/color_line.gif) 100% 0 no-repeat;

}

div#logo {

}

div#content {
	width: 713px;
	padding: 0px 20px 20px 15px;
	background:#0A3867 url(../images/main_bg.jpg) no-repeat;
	clear: both;
}

div#column1 {
	float: left;
	width: 150px;
	margin: 55px 0 20px 0;
}

div#column1.fullwidth {
	float: none;
	position: relative;
	width: auto;
	padding: 80px 30px 50px 30px;
}

div#column2 {
	float: left;
	font-size: x-small;
	width: 400px;
	margin: 25px 10px 20px 0;
}

div#column2 a:hover {
	text-decoration: underline;
}

div#column3 {
	float: left;
	width: 135px;
	padding-left: 15px;
	margin: 60px 0 0 0;
	border-left: 1px dashed #FFFFFF;
}


div#footer {
	clear:both;
	width:748px;
	height:44px;
	padding-top:14px;
	font-size:9px;
	background:url(../images/footer_bg.gif) no-repeat;
	color:#FFFFFF;
	text-align:center;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------
	FONTS
--------------------------------------------------*/

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: x-small;
   color: #FFFFFF;
}

/*--------------------------------------------------
	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:#33CCFF;
}

a:hover {
	text-decoration:none;
}

a:visited {
	text-decoration:underline;
	color:#33CCFF;
}

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 {
	padding: 2px;

}

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: 40%;
	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 {
	margin-left: 70px;
}

fieldset#buttons input {
	margin-left: 10px;
	font-size: .9em;
	color: #000;
}

form div.on {

}

form div.off {

}

/*--------------------------------------------------
	TABLES
--------------------------------------------------*/

table {
	margin: 0 0 0.5em 0;
}

tr {

}

th, td {
	padding: 5px;
	vertical-align: top;
}

th {

}

td {

}

thead {

}

tbody {

}

/*--------------------------------------------------
	HORIZONTAL RULES
--------------------------------------------------*/

hr, div.hr {
	border-bottom: 1px solid #C3C3C3;
	margin: 10px 0;
}

-->