﻿/* Press Release pages CSS layout */

/*master page layout*/

#container {
	padding: 20px;
	min-width: 600px;
	width: 810px;
	height: 850px;
	background-color: #ffffff;
}

#header {
	border-width: thick;
	border-color: #800000;
	margin-top: 10px;
	background-color: white;
	height: 50px;
	border-bottom-style: solid;
	text-align: left;
	padding-bottom: 10px
}


#page_content {
	margin-top: 25px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
}
#footer {
	border-width: thick;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
	clear: both;
	border-top-color: #800000;
	border-top-style: solid;
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 7px;
	padding-right: 7px;
}

/*Common*/


/* Basic Elements*/

body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: x-large;
	vertical-align: bottom;
}

h2 {
	font-size: large;
}

h3 {
	padding: 1px;
	font-size: medium;
	color: black;
	margin-bottom: -20px;
}

h4 {
	padding: 1px;
	font-size: medium;
	color: #006599;
	margin-bottom: -10px;
	text-align: center;
}

h5 {
	padding: 1px;
	font-size: small;
	color: #006599;
	margin-bottom: -10px;
}

h6 {
	padding: 1px;
	font-size: small;
	color: #006599;
	margin-bottom: 0px;
	text-align: center;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:hover {
	color: #0066FF;
}

p {
	font-family : Arial;
	font-size: small;
	text-decoration: none;
	color: #000000;
}
.pj {
	font-family : Arial;
	font-size: small;
	text-decoration: none;
	color: #000000;
	text-align: justify;
}

.airplanebullet {
	list-style-image: url('images/airplanebullet.png');
}

.bullet1 {
	list-style-image: url('images/smallcyanbullet.png');
}

