/* ------------------------------------------------
      GENERAL/BASIC TAGS
------------------------------------------------ */

body {
	margin:0px;
	padding:0px;
        font-family: sans-serif;
        font-size: 11pt;
      	background: #000000;
        background-position: top left;
}

a {
	text-decoration: none;
	color: #224e9f;
}

a:visited {
	color: green;
}

a:hover {
	color: #e50c0c;
	text-decoration:none;
}


h1 {
	font-family: serif;
	color: #ffffff;
	font-size: 220%;
	padding-left: 115px;
	text-align: left;
        padding-top: 100px;
	text-indent: 0px;
}

/*
h1 a{
        display: block;
        background: #cfcfcf;
        height: 40px;
        width: 200px;
        text-indent: -900em;
        text-decoration: none;
        line-height: 100%;
}
*/

h2{
        font-family: verdana, arial, sans-serif;
        font-size: 200%;
        color: #333333;
        text-align: center;
        font-weight: normal;
        margin: 0px 0px 15px;
       	border-bottom: 0px solid #ff6600;
}

h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #333333;
	padding-bottom: 2px;
	border-bottom: 1px solid #ff6600;
	margin: 30px 0px 5px;
}

h3.header2{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 1px solid #ff6600;
	margin: 3px 0px 5px;
}

.title4 h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ff6600;
	padding-bottom: 2px;
	margin: 5px 130px 5px;
}

.title5 h5 {
	font-family: Tahoma, Arial, sans-serif;
        margin: 5px 130px 5px;
        font-size: 80%;
}

li{
        font-family: tahoma, arial, sans-serif;
        font-size: 100%;
        line-height: 130%;
        font-weight: normal;
}




/* ------------------------------------------------
      WRAPPER BLOCK - MAIN AND SIDE

------------------------------------------------ */


#wrap{
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        background: #fff;
	border-left: 8px solid #444444;
	border-right: 8px solid #444444;
}





