==TYPE
---------------------------------------------------------------------------------------------------------------- */
/*--- =HEADINGS ---*/
h1,h2,h3,h4,h5,h6{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#666;
}
h1{ /* H1 is a bit hacky but it works */
	font-size:2.4em;
	line-height:2em;
	margin-bottom:0.625em;
	padding-top:0.375em;
	margin-top:-1em;
}
h2{
	font-size:2em;
	line-height:1.2em;
	margin-bottom:1.2em;
	font-weight:bold;
	margin-top:-1px;
	padding-bottom:1px;
}
h3{
	font-size:1.8em;
	line-height:1.3333333333333333333333333333333em;
	margin-bottom:1.3333333333333333333333333333333em;
	font-weight:bold;
}
h4{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
	font-weight:bold;
}
h5{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
h6{
	font-size:1.3em;
	line-height:1.8461538461538461538461538461538em;
	margin-bottom:1.8461538461538461538461538461538em;
	font-weight:bold;
}
h1.quote,h2.quote,h3.quote,h4.quote,h5.quote,h6.quote{ /* Apply this class to headings that open with quote marks to hang the punctuation */
	text-indent:-0.35em;
}
h4.excerpt-title{
	margin-left:3.75em;
}
/*--- =PARAGRAPHS ---*/
p{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
p.opener{
	text-align:justify;
}
span.opener{ /* To be used <p><span class="opener">Text</span> more text.</p> This creates uppercase text on the first word in a paragraph, as seen in printed docs like newsapers */
	font-variant:small-caps;
}
p.outdent{ /* Outdent a paragraph by 60px (one column) Only use if you have one column free to the left of the paragraph */
	margin-left:-3.75em;
}
p.quote, p.hung{ /* Apply this class to paragraphs that open with quote marks to hang the punctuation */
	text-indent:-0.5em;
}
p.excerpt{
	text-align:justify;
	width:17.5em;
	margin:0 auto 1.5em auto;
	border-top:medium double #000;
	border-bottom:medium double #000;
	padding:21px 0;
}
p.note{
	color:#666;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	text-align:justify;
	font-size:1.2em;
	line-height:2em;
	margin-bottom:1.9em;
	padding-top:1px;
}
/*--- =ELEMENTS ---*/
blockquote{

}
blockquote.left{

}
blockquote p{
	font-style:italic;
	text-indent:-0.5em;
}
cite{
	white-space:nowrap;
	display:block;
	text-indent:0;
	padding-left:1.5em;
}
abbr{
	color:#f43059;
	border-bottom:1px dotted #f43059;
	cursor:help;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
code,pre{
	font-family:"Lucida Console", "Courier New", Courier, monospace;
}
pre{
	font-size:1.2em;
	line-height:2em;
	margin-bottom:2em;
	margin-left:-5em;
	width:100%;
}
code{
	font-size:1em;
	line-height:1em;
	color:#038;
}
q{
	font-style:italic;
}
address{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
ins{
	background:#fedae3;
	text-decoration:none;
}
/* --- =LINKS --- */
a{
	color:#0090d0;
}
a:visited{
	color:#0090d0;
}
a:hover{
	text-decoration:none;
}
/*--- =LISTS ---*/
ul,ol,dl{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
ul{
	list-style:square;
}
ol{
	list-style:lower-roman;
}
ul,ol{
	padding-left:1em;margin-left:-1em;/* This makes IE display hung bullets */
}
ul ul,ol ol{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 0 3.75em;
}
li.bulletless{
	list-style:none;
}
dl{
	margin-left:3.75em;
}
dl dt{
	font-weight:bold;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
dl dd{
	margin-left:3.75em;
	margin-bottom:1.5em;
}
/*--- =FIGURES AND MARGINALIA ---*/
.marginalia{
	float:left;
	margin-left:-120px;
	width:100px;
}
.marginalia p, p.marginalia{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1.2em;
	line-height:2em;
	margin-bottom:2em;
	color:#888;
}
p.marginalia{padding-top:1px;}
/*--- =OTHER ---*/
span.drop{
	font-size:3em;
	padding:0.2em;
	margin-left:-0.2em;
	float:left;
}
.inline-heading{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:1em;
}
/*
==FORMS
---------------------------------------------------------------------------------------------------------------- */
legend{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
	font-weight:bold;
}
legend.hide{
	display:none;
}
label{
	
	margin-right:1.25em;
	font-size: 13px;
	color : #6490A2;
	line-height: 18px;
	
}

label.text {
	display: block;
	margin-top : 20px;
}

label.lblleft {
	display: inline-table;
}
input.text,textarea{
	width:333px;
}
input.text{
	padding:1px;
}
textarea{
	height:184px;
}
input.button{
	margin-left:9em;
}
p.button{
	margin-left:7.5em;
}
/*
==IMAGES
---------------------------------------------------------------------------------------------------------------- */
img{

}
img.outdent{
	margin:0 0 2.4em -12em;
	border:1px solid #ccc;
}
img.left{
	margin:0.6em 2em 0 -6em;
}
#sub-content img.left{
	margin:0.6em 2em 0 -2em;
}
#sub-content p img.left{
	margin:0.7em 1.66667em 0 -1.66667em;
}
#sub-content p a img.left{
	outline:5px solid #fff;
}
#sub-content p a:hover img.left{
	outline:5px solid #F43059;
}
p img.left{
	margin-left:-3.75em;
	margin-right:1.25em;
}
img.right{
	margin:0.6em -6em 0 2em;
}
p img.right{
	margin-right:-3.75em;
}
/*
==TABLES
---------------------------------------------------------------------------------------------------------------- */
table{
	margin-bottom:2.4em;
	max-width: 560px;
}
table.outdent{
	margin-left:-120px;
}
table.outdent caption{
	margin-left:0;
}
caption{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5em;
	margin:0 0 1.5em -3.75em;
}
table th{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 1em;
	border:1px solid #999;
}
table tr{
	font-size:13px;
	line-height:1.5em;
	margin-bottom:1.5em;
}
table td{
	padding:5px;
	border:1px solid #ccc;
	vertical-align:top;
}
table .empty{
	border:none;
}
#punctuation-summary-table{
	margin-left:-12em;
}
#punctuation-summary-table caption{
	margin-left:3.75em;
}


