@charset "utf-8";



@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/thickbox.css");

ul,li {list-style-type: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, input, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: url(style/images/layout/bg-black-1x5.jpg) repeat-x #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 11px;
	text-align: center;
}
p {
	margin-bottom: 15px;
}
a {
	color: #566FA7; 
	text-decoration: underline; 
	cursor: pointer; 
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {font-weight: bold;}
/* Logo */

h1 {
	font-size: 26px;
	float: left; 
	position: relative; 
	top: 20px; 
	left: 15px;
	letter-spacing: 0px;
	line-height: normal;
	font-family: Verdana;
	color: #000000;
}
h1 a {
	float: left;
	text-decoration: none;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #000000;
}
	h1 a span {font-size: 11px; color:#938F8F; letter-spacing: -0.2px;}

/* Headings */

h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif;}

	h2 {
		font-size: 42px;
		font-style: italic;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	h4 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
/* Lists */

ul.list {
	margin-bottom: 15px;
}
	ul.list li{
		list-style-type: disc;
		margin-left: 20px;
	}

ol.list {
	margin-bottom: 15px;
}
	ol.list li{
		list-style-type: decimal;
		margin-left: 25px;
	}
	
/* Quotes and Pre */

pre {
	width: 90%;
	float: left;
	position: relative;
	border-left: 3px solid #566FA7;;
	padding-left: 30px;
	margin-bottom: 15px;
}

blockquote {
	width: 90%;
	float: left;
	position: relative;
	border-left: 3px solid #2f2f2f;;
	padding: 10px 0px 10px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
}
blockquote p {margin-bottom: 0px;}