<!--

/*
	
	default.css
	==============
	This style sheet should be used for formatting and layout of the main 
	interface.
	
*/

/*--------------------------------------------------
	CONTAINERS
--------------------------------------------------*/

body {
	margin: 0;
	padding: 32px 0 20px 0;
	background: #7b189c;
	color: #666;
}

div#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/container-bg.gif) repeat-y;
}

div#header {
	margin: 0;
	height: 280px;
	background: url(../images/contain-top.gif) top left no-repeat;
}

div#logo {
	padding: 23px 0 0 24px;
	float: left;
	position: absolute;
}

div#content {
	background: url(../images/container-footer.gif) bottom left no-repeat;	
	padding: 20px 0 30px 25px;
}

div#column1 {
	float: left;
	width: 440px;
	min-height: 300px;
	_height: 300px;
	padding: 15px 0 0 0;
}

div#column1.fullwidth {
	width: 440px;
}

div#column2 {
	width: 220px;
	float: left;
	padding: 15px 0 0 30px;
}

div#footer {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #7b189c;
	color: #cc99cc;
}

div#footer a {
	color: #cc99cc;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

/*--------------------------------------------------
	FONTS
--------------------------------------------------*/

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 76%;
}

/*--------------------------------------------------
	HEADERS
--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 1.6em;
	color: #660099;
}
h2 {
	font-size: 1.4em;
	color: #660099;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #660099;
	font-weight: normal;
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 2px 0 0 30px;
}
h4 {
	font-size: 1.2em;
}
h5 {

}
h6 {

}

/*--------------------------------------------------
	LINKS
--------------------------------------------------*/

a {
	text-decoration: underline;
	color: #cc33cc;
}

a:hover {
	text-decoration: none;
	color: #8c3fb2;
}

a:visited {
	color: #8c3fb2;
}

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: 1.4em;
}

/*--------------------------------------------------
	LISTS
--------------------------------------------------*/

div#content li {
	list-style: url(../images/list-bullet.gif);
}

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 {

}

select {

}

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: right;
}

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;
}

-->
