﻿* {
border-style: none;
border-color: inherit;
border-width: 0;
padding: 0 0 0 0;
margin: 0;
}

html {
height: 100%; 
text-align: center;
overflow-y:scroll;
}

body {
height: 100%; 
text-align: center;
background:#000;
}


img {
	border-width:0;
}

#flashcontent {
	font-weight: bold;
	text-align:center;
	float:left;
}


#container {
position:relative;
margin:0 auto; 
top:0; 
height:100%;
width: 900px;
text-align: left;
font-family:Arial;
font-size:12px;
}


a:link {color: #C0C0C0; text-decoration: none; }
a:active {color: #C0C0C0; text-decoration: none; }
a:visited {color: #C0C0C0; text-decoration: none; }
a:hover {color: #FF0000; text-decoration:underline; }

a.menulinks:hover{color:black; text-decoration:underline; }


#header {
width:100%;
float:left;
background-color: red;
height:175px;
background:url('../images/header_bg4.jpg');
}



.fullrow {
width:100%;
background:#be1d2d;
position:absolute;
text-align:left;
border:2px #fff solid;
}

.padstyle {
padding:10px;
color:#fff
}

#menu {
float:left;
width:230px;
}

#content1 {
float:left;
width:646px;
padding:12px;

background:#fff;
min-height:440px;
}

#intro {
float:left;
width:100%;
background:url('../images/header_bg4.jpg');
}


#footer {
float:left;
width:100%;
height:16px;
color:#808080;
text-align:center;
font-size:10px;
background:#fff;
}

h2 {

	font-size:14px;
	font-family:Arial;
	color:#000;
	padding:0;
	margin:0;
	text-align:center	

}

h3 {

	font-size:18px;
	font-family:Arial;
	color:#000;
	padding:0;
	margin:0;
	text-align:center	

}
h4 {

	font-size:18px;
	font-family:Arial;
	color:#ED1C24;
	padding:0;
	margin:0;
	text-align:left;
	
		

}
h5 {

	font-size:18px;
	font-family:Arial;
	color:#ED1C24;
	padding:0;
	margin:0;
	text-align:center;
	
		

}




