@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #6361C6;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#site {
	margin-left: auto;
	margin-right: auto;
	width: 862px;
    background-image: url(gfx/bg.gif);
	min-height: 100%;
	height:auto;
	height:100%;
}

h1 {color:#31308C; text-decoration:none; font-weight: bold; font-size:14px;}
h2 {color:#31308C; text-decoration:none; font-weight: bold; font-size:12px;}
h3 {color:#31308C; text-decoration:none; font-weight: normal; font-size:12px;}

#two a:link {color:#000099; text-decoration:none; font-weight: bold;}
#two a:visited {color:#000099; text-decoration:none; font-weight: bold;}
#two a:active {color:#000099; text-decoration:none; font-weight: bold;}
#two a:hover {color:#000099; text-decoration:none; font-weight: bold;}

#three a:link {color:#000099; text-decoration:none; font-weight: bold;}
#three a:visited {color:#000099; text-decoration:none; font-weight: bold;}
#three a:active {color:#000099; text-decoration:none; font-weight: bold;}
#three a:hover {color:#000099; text-decoration:none; font-weight: bold;}
	
#nav1 {
    width: 862px;
	height: 74px;
	background-image: url(gfx/nav1.gif);
	background-repeat: no-repeat;
	}

#nav2 {
    width: 862px;
	height: 28px;
	background-image: url(gfx/nav2.gif);
	background-repeat: no-repeat;
	}
	
#nav22 {
	font-weight:bold;
	padding-top: 6px;
	padding-left: 410px;
	}
	
#nav2 a:link {color:#000099; text-decoration:none; list-style-type: none;}
#nav2 a:visited {color:#000099; text-decoration:none; list-style-type: none;}
#nav2 a:active {color:#000099; text-decoration:none; list-style-type: none;}
#nav2 a:hover {color:#6361c6; text-decoration:none; list-style-type:none;}

#nav3 {
    width: 862px;
	height: 76px;
	background-image: url(gfx/nav3.gif);
	background-repeat: no-repeat;
	}
	
.spacer {
    clear : both;
}
#frame {
	    background-image: url(gfx/bg.gif);
}
#one {
    width : 270px;
	min-height: 100%;
    float : left;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 2px;
}
#one1 {
    padding-left: 44px;
}

#one a:link {color:#000099; text-decoration:none; list-style-type: none;}
#one a:visited {color:#000099; text-decoration:none; list-style-type: none;}
#one a:active {color:#000099; text-decoration:none; list-style-type: none;}
#one a:hover {color:#6361c6; text-decoration:none; list-style-type:none;}
  

#two {
    width : 305px;
    float : left;
}
#three {
	width: 284px;
    float : left;
}

#three1 {
	padding-left: 10px;
}

