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

	Licensed under GPL and MIT.
*/

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

body {
	background:url(../images/background.gif);
}

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

a, a:link, a:active, a:visited {
	font-family:Arial;
	color:#ff210c;
	padding:0px 0px 0px 0px;
}

a:hover {
	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: 0 #f5f5f5 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:20px 0 10px 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	color:#581356;
	margin:0;
	padding:0px 0px 5px 0px;
	font-family:Arial;
	font-weight:100;
}

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-family:Arial;
	color:#706F6F;
	font-size:12px;
	padding:0px 0px 5px 20px;
}

.p a {
	color:#FF0000;
}

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


h2 {
	font-size: 14px;
	color:#ff210c;
	margin:0px;
	font-family:Arial;
	font-weight:100;
	padding:20px 40px 10px 20px;
	
}

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

h3 {
	color:#6e5572;
	padding:0px 0px 5px 0px;
	margin:0px 10px 0px 10px;
	font-weight:100;
	font-family:Arial;
	border-bottom:1px solid #d1cdd1;
	font-size:12px;
}

h4 {
	font-size: 31px;
	color:#939596;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family:Arial;
	font-weight:100;
	float:right;
	line-height:25px;
}

/*------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  {
	list-style:none;
}

li a {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	padding:0px;
	text-transform:uppercase;
	text-align:left;
}

li a:hover {
}

ul {	
	font-family:Arial;
}

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