/* Structural ids */

body { 
	margin: 0px;
	line-height: 100%;
	background-color: #FFFFFF;
    }

#content {
	width: 950px;
	margin: 20px auto;
    padding: 0px;
}

#left {
	float: left;
	width: 600px;
	margin: 10px 0px;
	padding: 10px;
}

#right {
	float: right;
	width: 255px;
	background: url(divider.jpg) no-repeat;
	margin: 10px;
	padding: 0px 0px 0px 50px;
}

/* Links */

A  {
	text-decoration: none;
	color: #ff507c; 
    }

A:hover {
	text-decoration: underline;
	color: #b60038;
	}

/* Universal stylistics */

blockquote {
	text-align: justify;
	background-color: #ECECEC;
	color: #777777;
	margin: 20px 50px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

strong {
    text-decoration: none;
	color: #fe9a41;
	font-variant: small-caps;
}

em {
 	color: #9158d2;
}

pre {
	color: #222222;
	font-size: 11px;
	text-align: center;
	margin: 20px 30px;
	padding: 5px;
}

/* Main header classes */

h1 {
	color: #4b4b4b;
	font-family: Arial, sans-serif;
	font-size: 16px;
	height: 16px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 {
	margin: 5px 0px 5px 0px;
	color: #1c96ff;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 18px;
	padding: 0px;
	letter-spacing: 2px;
	height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding-bottom: 5px;
	color: #ce7400;
    font-size: 16px;
	font-family: Times New Roman, serif;
    font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 0px;
}


/* Table classes */

table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
	width: 100%;
}

tr {
	valign: top;
}

td {
	valign: top;
	padding: 0px 10px 0px 0px;
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

.top {
	valign: top;
	padding-left: 10px;
	text-align: right;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

.affiliates {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 0px;

}

/* Body text classes */

p  {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	font-weight: normal; 
	margin-bottom: 10px;
	width: 100%;
}

.right {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	text-transform: none;
	margin-bottom: 15px;
	width: 100%;
}

.quote {
	text-align: right;
	font-family: Times New Roman, serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #999999;
	margin: 0px 0px 15px 0px;
	font-style: italic;
}

.frontline {
	margin: 10px 0px 30px 0px;
	font-size: 12px;
	font-family: Century Gothic, serif;
    font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.frontline a {
	color: #fe9a41;
	font-weight: bold;
	text-transform: uppercase;}

.frontline a:hover {
	color: #619da0;
	text-decoration: line-through;
}

.footer {
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	padding-bottom: 5px;
}

ul {
	padding: 10px 10px 0px 50px;
	text-align: justify;
	line-height: 120%;
}

li {
	padding-bottom: 10px;
    color: #555555;
	text-align: justify;
}

input, textarea, select, option{
	background-color: #FFFFFF;
	border-left: 10px #5c9de1 solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	color: #444444;
	letter-spacing: 0px;
	padding: 3px; 
}

/* Images */

img {
	border: 0px;
}

img.tright {
	border-right: 10px #fd5e7b solid;
	display: inline;
	float: left;
	padding-right: 5px;
	margin-right: 10px;
}

img.tleft {
	border-left: 10px #acacac solid;
	display: inline;
	float: right;
	padding-left: 5px;
	margin-left: 10px;
}
