﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;

	
}

.style1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #490E80;
	margin-bottom: -2px;

	
}

.style2 {
	color:red;
	font-size:large;
	font-weight: bold;
	text-align: center;
	margin-top: -2px;

}
h1 { 
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 32px; 
    font-weight: bold; 
    color: #000000;
    text-align:justify;
    
    }

h2 { 
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 24px; 
    color: #000000;
    text-align:center;
    
    }


#masthead {
	min-width: 600px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#logoleft {
	float: left;
	width: 200px;
}

#logoleft36 {
	float: left;
	width: 360px;
}

#header {
	font: inherit;
	margin-left: 200px;
	padding-bottom: -50px;
	
}

#logoright {
	float: right;
	width: 200px;
}

#logoright36 {
	float: right;
	width: 360px;
}


#container {
	clear: both;
	min-width: 600px;
	text-align:justify;
	
}

#left_col {
	float: left;
	width: 200px;
}

#left_col36 {
	float: left;
	width: 360px;
}

#right_col {
	float: right;
	width: 200px;
	padding-left:5px;
}

#right_col36 {
	float: right;
	width: 360px;
	padding-left:25px;
}

#page_content {
    
	margin-left: 200px;
	margin-right: 200px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#page_content2 {
    
	margin-left: 400px;
	margin-right: 200px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}



#footer {
	min-width: 600px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#footleft {
	float: left;
	width: 200px;
	
}

#footleft36 {
	float: left;
	width: 360px;
	
}

#footcenter {
	
	margin-left: 200px;
	margin-right: 200px;

}

#footright {
	float: right;
	width: 200px;
}

#footright36 {
	float: right;
	width: 360px;
}

