﻿@charset "utf-8";
html {
	height: auto;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	background: #99ccff /*url(../images/a1.gif) repeat-x top*/;
	color: #222;
	}

h1 {   
	font: 700 2.5em "trebuchet ms", serif;
	color: #222;
	}
	h1 a {
		color:#222;
		text-decoration:none;
		}
		h1 a:hover {
			color:#222;
			}


h2 {
	font: 400 1.5em "trebuchet ms", serif;
	color: #c55;
	}
	h2 a {
		color: #55c;
		}
		h2 a:hover {
			color: #c55;
			}

h3 {
	font: 400 1.3em "trebuchet ms", serif;
	color: #666;
	}

h4 {
	font: 700 1.2em "trebuchet ms", serif;
	color: #F39F01;
	}

h5 {
	font: 700 1.1em "trebuchet ms", serif;
	color: #F17400;
	}

h6 {
	font: 700 1em "trebuchet ms", serif;
	color: #FF4B33;
	}


h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
	}

.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
	padding-left: 0;
	}
.rightColumn {
	margin-top:-5em;
	}
.rightColumn p {
	margin-left:1em;
	}
.rightColumn h3 {
	margin-left:.7em;
	}

a {
	color: #55c;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	}
	a:hover {
		color: #c55;
		}
		/* 
		a:visited {
			text-decoration: line-through;
			}
		*/
		a.current {
			color:#c55 !important;
			text-decoration:none !important;
			font-weight:bolder !important;
			}

b {
	color: #222;
	}

ol, ul {
	margin: 10px 30px;
	padding: 0 20px;
	}

ol {
	color: #fc0;
	}

ol span {
	color: #eee;
	}

ul {
	list-style-image: url(../images/bg/bullet.gif);
	}

del {
	color: #aaa;
	}
img {
	border:none;
	}

/*code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;	
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;	
	background: #444;
	}

.leftColumn code {
	margin-left: 0;
	}*/

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
	}

dt {
	margin-left:1em;
	font-weight: bold;
	color: #FFB323;
	}

dd {
	margin-left: 0;
	padding-left: 45px; 
	}

/*label {
	display: block;
	}

input,
textarea,
select {
	padding: 2px;
	font: 400 1.3em verdana, sans-serif;
	color: #444;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #eee #eee #999;
	}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	}

input.button {
	padding: 2px 5px;
	font: 400 1.1em "trebuchet ms", serif;
	color: #555;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #999 #999 #eee;
	cursor:pointer;
	}*/

/*blockquote {
	margin: 10px 15px;
	padding-left: 27px;
	background-color: #444;  
	background-image: url(../images/icons/quote.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;  
	}

blockquote.exclamation {
	  background-image: url(../images/icons/exclamation.gif);
	}

blockquote.stop {
	background-image: url(../images/icons/stop.gif);
	}

blockquote.go {
	background-image: url(../images/icons/go.gif);
	}
blockquote.powered {
	background-image: url(../images/icons/process.png);
	background-color:transparent;
	}*/


/*img.floatRight {
	margin: 5px 0px 10px 15px;  
	}

img.floatLeft {
	margin: 5px 15px 10px 0px;
	}

a img {  
	border: 2px solid #8BE6FA;
	}

a:hover img {  
	border: 2px solid #FFF !important;
	border: 2px solid #8BE6FA;
	}*/

/* Generic display classes */

.clear {
	clear: both;
	}

.block {
	display: block;
	}

.small {
	font-size: 0.8em;
	}

.green {
	color: #A1FF45;
	}

.red {
	color: #EA1B00;
	}

.grey {
	color: #333;
	}

.grey a {
	color: #999;
	}

.grey a:hover {
	color: #EEE;
	}

/* Width classes */

.width100 {
	width: 100%;
	}

.width75 {
	width: 74%;
	}

.width50 {
	width: 49.7%;
	}

.width33 {
	width: 32.7%;
	}

.width25 {
	/*width: 24.7%;*/
	width:17em;
	}
.marginAuto {
	margin:0 auto;
	}

/* Alignment classes */

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.alignLeft {
	text-align: left;
	}

.alignRight {
	text-align: right;
	}