@charset "utf-8";

/* DEFAULT
==============================*/

*{
	padding: 0 ;
	margin: 0 ;
}


body {
	padding: 20px 0px ;
	text-align: center ;
	background:url(img/back.jpg) repeat-x ;
}


img {
	border: 0px ;
}




/* LAYOUT
==============================*/

#frame {
	width: 760px ;
	margin: auto ;
	text-align: left ;
}


#header {
	position: relative ;
	height: 170px ;
}


#main{
	position: relative ;
	float: right ;
	overflow: hidden ;
	width: 525px ;
	padding-left:15px;
	padding-right:15px;
	color:#000;
	background-color:#fff;
}



#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 195px ;
	overflow: hidden ;
	font-size: 12px ;
	background-color:#fff;
}


#footer {
	clear: both ;
	overflow: hidden ;
}


/* FONT
==============================*/

.f1xxs{ font-size: xx-small; }
.f2xs{ font-size: x-small; }
.fxs2{ font-size: x-small; }
.f3s{ font-size: small; }
.f4m{ font-size: medium; }
.f5l{ font-size: large; }
.f6xl{ font-size: x-large; }
.f7xxl{ font-size: xx-large; }




/* HEADER
==============================*/
#header {
	position: relative;
}

#header a {
	white-space: nowrap ;
}

#header * {
	position: absolute ;
	left: 0px ;
	top: 0px ;
	font-size: 11px ;
	font-weight: normal ;
	color:#000;
	text-decoration: none ;
}

#header h1 {
	left: 10px;
	top: 5px;
	font-size: 10px;
	color: #fff;
}


#header p img {
	left: 0px;
	top: 20px;
}

#header h2 {
	left: 20px;
	top: 5px;
	width:700px;
}

#header h3 {
	left: 20px;
	top: 180px;
	width:700px;
}


#frame #header p.headerP {
	left: 600px;
	top: 5px;
	width:350px;
	font-size:10px;
	color:#FFFFFF;
}

#header a {
	color:#FFFFFF;
}



/* SIDE
==============================*/


#side {
	padding-top:5px;
	margin-bottom: 20px ;
	text-align: left;
}


#side p {

	margin: 10px ;
	font-size: 10px ;
	text-align: left ;
}


#side h3 {
	clear:both;
	height: 30px ;
	padding-left: 18px ;
	margin-top:0px;
	margin-bottom:5px;
	line-height: 30px ;
	font-size:14px;
	color:#ffffff;
	background:url(img/sidetitle.jpg) no-repeat ;
}


#side h4 {
	font-size: 12px ;
	margin-bottom : 5px ;
	text-align: left ;
}


#side #menu ul {
	margin-top:10px;
	margin-bottom: 30px ;
}


#side #menu li {
    padding-left:5px;
	width: 100%;
	line-height:1;
	list-style-type: none ;
	margin-bottom:5px;
}


#side #menu li a {
    padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
	font-size: 12px ;
	color:#0000FF;
	text-decoration: none ;
	display: block ;
	background: url("img/menu.gif") no-repeat    ;
	background-position: 5px 1px ;
}


#side #menu a:hover {
    padding-top:4px;
	padding-bottom:2px;
	padding-left:23px;
	color:#FF0000;
	background: url("img/menu2.gif") no-repeat    ;
	background-position: 6px 2px ;
}

#side img{
	margin-left:7px;
	margin-top:10px;
	margin-bottom:15px;
}

#side table{
	border:none;
	border-collapse:collapse;
	margin-left:3px;
}

#side td{
    width:175px;
	border:1px solid #00CC00;
	border-collapse:collapse;
}




/* MAIN
==============================*/


.main {
	padding: 15px ;
	border-top: 10px ;
	border-bottom: 10px ;
}

#main h2 {
	clear: both ;
	height:40px;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:28px;
	font-size:24px;
	color:#000;
	line-height:39px;
	background:url(img/h2.jpg) no-repeat ;
}


#main h3 {
	clear: both ;
	margin-bottom:20px;
	padding-left:22px;
	font-size:14px;
	color:#000066;
	background:url(img/h3.jpg) no-repeat ;
}


#main p {
    margin-bottom:8px;
	padding-left:5px;
	font-size:12px;
	line-height:1.5;
}

#main ol {
	padding-left:25px;
	margin-bottom:40px;
	font-size:12px;
}

#main ul {
	padding-left:20px;
	margin-bottom:40px;
	font-size:12px;
}

#main li {
	font-weight:bold;
	font-size:12px;
	line-height:1.5;
	margin-bottom:7px;
}

.box {
   height: 100px;
   padding:10px;
   overflow: auto;
   border: 1px ;
}


/* FOOTER 
==============================*/
#footer *{
	font-weight: normal ;
	text-align:center;
}

#footer h3{
	margin-top:20px;
	margin-bottom:30px;
	font-size: 12px;
}

#footer p{
	margin-top:20px;
	font-size:12px;

}


#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	text-decoration: none;
}

#footer img{
	margin: 10px;
}

