﻿/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/******************************************
	(1) html elements
******************************************/


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url('../../images/bg-1.jpg');
	background-repeat:repeat-x;
	font-size: 95%;
	font-weight: normal;
	color: #2C2C2C;

}


img {
	border:none;
}

h1 { 
	font-size: 1.4em;
	margin: 0 0 20px 0;
	color: #2C2C2C;
	font-weight:bold;
}

h2 { 
	font-size: 1.4em;
	margin: 0 0 20px 0;
	color: #2C2C2C;
	text-align:center;
	font-weight:bold;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #2C2C2C;
	font-weight:bold;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #DDAB24;
	font-weight:bold;
}

h5 { 
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #2C2C2C;
	font-style:italic;
	font-weight:bold;
}

h6 { 
	font-size: 1.1em;
	margin: 0 0 10px 0;
	color: #2C2C2C;
	text-decoration:underline;
	font-weight:bold;

}

p {
	margin: 0 0 15px 0;
	text-align:justify;
}




/******************************************
	(2) global structures 
******************************************/

#container-border {
	background-image: url('../../images/bg-2.jpg');
	background-repeat: repeat-x;
	margin-top: 6px;
	padding: 6px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background: #F9FAFA url('../../images/bg-3.jpg') repeat-x;
	padding: 61px 62px 0 62px;
	margin:6px;
	width: 846px;
}
#container-top {
}

#container-content{
	border-bottom:1px #889097 solid;
	border-top:11px #C2C5C8 solid;
	padding:15px 0 15px 0; 
	margin: 4px 0 24px 0;
	
}

#header {
	
}

#logo {
	width:254px;
	height:60px;
	float:left;
}


#footer {
	height:20px;
	text-align:center;
	color:#7A828A;
	font-size:.9em;
}

#content {
	width: 635px;
	float: right;
	font-size: 1em;
	padding-left:15px;
	background:right top url(../../images/bg-logo.gif) no-repeat;

}


#box-inner {
	width:186px;
	float:left;

}


/******************************************
	(2) formatting for global structures
******************************************/



/******************************************
	(4) general purpose
******************************************/

.clear {
    clear: both;
    font-size: .01em;
    height: 1px;
    overflow: hidden;
}
