
body { 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #4d3c2b;
}


/* Headings
-------------------------------------------------------------- */

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
	display: block;
	margin: 0px 0px 10px 0px;

	font-size: 20px;
	color: #3f2132;
	
	font-weight: lighter;
	letter-spacing: -1px;

	zoom: 1;
}

h2 {
	display: block;

	margin: 0px 0px 10px 0px;
	line-height: normal;

	font-size: 17px;
	color: #5a1225;
	
	font-weight: lighter;
	letter-spacing: -1px;

	zoom:1;
	text-transform: normal;
}

	#mainRight h2 {
		display: block;
		margin: 0px 0px 10px 0px;
		line-height: normal;

		font-size: 17px;
		color: #5a1225;
		
		font-weight: lighter;
		letter-spacing: -1px;

		zoom:1;
		text-transform: normal;
	}

	.mainBlue #mainRight h2 {
		color: #28040e;
	}

	.mainGreen #mainRight h2 {
		color: #00263a;
	}

h3 {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-size: 14px;
	color: #3f3021;
	font-weight: bold;
	letter-spacing: -1px;
} 

h4{ 
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-size: 12px;
	color: #e5037f;
	font-weight: bold;
	text-transform: uppercase;
}


/* Links
-------------------------------------------------------------- */

a {	color:#e0166c; }
a:hover, a:focus { color:#ffb301; }

.mainGreen a {
	color: #6a8622;
}

.mainGreen a:hover, .mainGreen a:focus {
	color: #427a98;
}

.mainBlue a {
	color: #427a98;
}

.mainBlue a:hover, .mainBlue a:focus {
	color:#e0166c; 
}

.link {}

	#mainRight .link a {
		display: block;

		margin: 0;
		height: auto;
		
		font-size: 11px;
		color: #754210;
		font-weight: normal;
		text-decoration: none;
		background-color: #ffda92;
		background-image: none;

		padding: 3px;

		border-bottom: 1px solid #ffb70d;
	}	

	#mainRight .link a:hover {
		background-color: #e0166c;

		color: #ffffff;
	}

	.mainBlue #mainRight .link a {
		color: #2d0812;
		background-color: #fe5da1;
		border-bottom: 1px solid #db206f;
	}	

	.mainBlue #mainRight .link a:hover {
		background-color: #ffb301;
	}

	.mainGreen #mainRight .link a {
		color: #003e5e;
		background-color: #9ed4ed;
		border-bottom: 1px solid #70adc9;
	}	

	.mainGreen #mainRight .link a:hover {
		background-color: #e0166c;
		color: white;
	}


/* Text elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre			{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { /*margin:0px 0px;*/ }
ul, ol      { /*margin: 0px 0px 0px 0px;*/ }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}


/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0px 0px 3px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table{
	font-size:11px;
	margin: 0px;
}

table.table th{
	padding:6px;
	background-color:#e5037f;

	color:#ffffff;
}

table.table td{
	padding:3px 6px;
	border-bottom:1px solid #eaeaea;
}

table hr{
	margin:3px;
}



/* Misc classes
-------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 15px 0px;
	_margin: 5px 0px;
	border: 0px;
	background-color: #d7d3ca;

	color: #d7d3ca;
}

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
