/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */

body {
	background-color: #xxx;
	font-family: xxx, sans-serif;
	font-size:xxx;
	line-height: xxx;
	color: #xxx;
}

p {
	/*margin-bottom: 1em;*/
	color:#4a4a4a;
	font-size:12px;
	
}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	background: url(/media/img/logo.png) no-repeat;
	outline: 0;
	width: 209px;
	height: 93px;
	
	
}



h2, h3, h4 {
	color: #000;
	margin: 0em 0 0.5em;
}

h2 {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}

h3 {
}

h4 {
	margin-top:20px;
	size:16px;
	font-weight:bold;
}

a {
	color: #xxx;
}

a:hover {
	color: #xxx;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped1 li {
	background: url(/media/img/pipe.jpg) no-repeat center right;
	padding: 0 .5em;
	
}

ul.piped1 li.last {
	background: none;
	padding-right: 0;
}

ul.piped1 li.first {
	padding-left: 0;
}

ul.piped2 li {
	background: url(/media/img/pipe-grey.jpg) no-repeat center right;
	padding: 0 1em;
	
}

ul.piped2 li.last {
	background: none;
	padding-right: 0;
}

ul.piped2 li.first {
	padding-left: 0;
}


ul.piped3 li {
	background: url(/media/img/pipe-grey.jpg) no-repeat center right;
	padding: 0 .5em;
	
}

ul.piped3 li.last {
	background: none;
	padding-right: 0;
}

ul.piped3 li.first {
	padding-left: 0;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
	color:#4a4a4a;
	font-size:12px;
}

label {
	float: left;
	width: 10em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 250px;
	padding-left:2px;
}

form select {
	width:256px;
}
form input.submit {
	width: auto;
	
}

form p {
	overflow: hidden;
	
}

table input{
	width:20px;

}

#id_magazine_advertisement {
	width:20px;
}



	

