/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 "Arial" ;
}

a:focus {
	outline: 1px dotted invert;
}

a, a:link, a:active, a:visited {
	color:#f3753c;
	text-decoration:underline;
}

a:hover {
	color:#0072bc;
	text-decoration:underline;
}

#list_purple a:hover {
	color:#f2c108;
}

.bottom_caption p a {
	color:#FFFFFF;
}

.bottom_caption p a:hover {
	color:#f2c108;
}

.hr {
	margin:0px 0 10px 0;
}

hr {
	border: 1px #0072bc dotted; 
	margin:0px 20px 5px 20px;
	padding:0px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
th {
	text-align:left;
	font-weight:100;
}

h1 {
	font-size: 13px;
	color:#503494;
	margin:0;
	padding:0px 0px 10px 0px;
}

h2, h3, h4, h5, h6, p {
	margin:0.75em 0 0 0;
	padding:0 0 0em 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*-----INNER PAGES-----*/

p {
	font-size:11px;
	color:#7d7d7d;
	margin:0px;
	line-height:1.5em;
	padding:10px 20px 10px 30px;
}

.p a {
	color:#F3753C;
}

/*----Page title----*/


h2 {
	
	font-size: 14px;
	color:#0061a0;
	margin:15px 10px 5px 20px;
	border-bottom:1px solid #f8ccb8;
	padding-bottom:10px;
	font-weight:bold;
	
}

/*-----purple caption-----*/

h3 {
	font-size: 18px;
	color:#0072bc;
	margin:15px 10px 10px 20px;
	padding-bottom:10px;
	font-weight:100;
	border-bottom:1px solid #CCCCCC;
}

h4 {
	font-size: 13px;
	color:#0061a0;
	padding:0px 0px 10px 15px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin:0px; 
}

/*------page title----*/
h5 {
	margin:10px 0 0 0;
	padding:0 0 0.25em 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*-----Top title-----*/
h6 {
	font-size: 1em;
	color:#3b0651;
	line-height:15px;
	padding:5px 10px 10px 0px;
	margin:0px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}



li  {
	margin: 0px 0px 0px 7px;
	
}


dl,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0;
}
