/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/tile.jpg);
}

img {
	border: 0;	
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 11px;
	text-align: left;
line-height: 1.5em;	

}

h1
{
	font-size: 25px;
	margin-top: 0px;
	color: #333;
	font-weight: 100;
}

h2
{
	font-size: 18px;
	margin-top: 0px;
	color: #000;
	font-weight: 100;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 5px;	
	font-size: 16px;
	font-weight: 100;
	border-bottom: 2px solid #666;
	padding-bottom: 5px;
}

h5 {
	margin-bottom: 10px;	
	font-size: 14px;
	font-weight: 100;
}

h3 {
	margin-bottom: 10px;	
	margin-left: 15px;
}

h3 a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	font-size: 15px;
	font-weight: 100;
}

h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.text1 {
	padding: 2px 5px;
	background: url(images/homepage10.gif);
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #333;
}

div.boxish {
	padding: 10px;
	background: #eaeaea;
	border: 1px solid #333;
	margin-bottom: 10px;
}	


ul.other-logos {
	margin-top: 5px;
	margin-left: 0px;
	list-style: none;
	padding-top: 1px;
}

ul.other-logos li{
	display: inline;
	padding-right: 20px;
}

/** LINKS */
p a {
	color: #FF6600;
}

div a {
	color: #FF6600;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #333;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	color: #333;
}

a.link2:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_01.jpg) repeat-y;
}

.bg2 {
	background: url(images/bg1_02.jpg) no-repeat;
}
.bg22 {
	background: url(images/bg1_022.jpg) no-repeat;
}

.bg3 {
	background: url(images/bg1_03.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/bg2_01.jpg) repeat-y;
}

.bg5 {
	background: url(images/bg2_02.jpg) no-repeat;
}

.bg6 {
	background: url(images/bg2_03.jpg) no-repeat left bottom;
}

.bg7 {
	background: url(images/bg3_01.jpg) repeat-y;
}

.bg8 {
	background: url(images/bg3_02.jpg) no-repeat;
}

.bg9 {
	background: url(images/bg3_03.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 0px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 15px;
	margin: 20px 0px;
	background: url(images/homepage11.gif) no-repeat center center;
}

td.logos {
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	padding: 10px 0 5px 0;
}

p.sidepic {
	float: right;
	margin-left: 5px;
	text-align: center;
	background: #fff;
	padding: 5px;
	border: 1px solid #eaeaea;
}

ul.fbpics {
	list-style: none;
	display: block;
	color: #fff;
}

ul.fbpics li {
	display: inline;
	padding-right: 10px; 
}

