@charset "UTF-8";
body {
	width:703px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0188DF;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url('../images/background.jpg');
}
a
{
  text-decoration: none;
}
a:active
{
  outline: none;
}
#body_container {
	float:left;
	width:703px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top center;
	background-repeat: repeat-y;
	background-image: url('../images/content.jpg');
}
#content {
	float:left;
	width:703px;
	height:auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/content-top.jpg');
}

#banner {
	float:left;
	width:703px;
	height:447px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/banner.jpg');
}
#rest {
	float:left;
	width:703px;
	height:234px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/footer.jpg');
}


/* MENU ------------------------------------------- */

#menu {	
	float:left;
	/*width:661px;*/
	width:661px;
	height:24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	margin-right: 21px;;
	margin-left: 21px; 
	/*margin-right: 71px;;
	margin-left: 71px; */
  font-family: Verdana;
}
.menu_item {
	float:left;
}

/* ORANGE BOX ------------------------------------------- */

.box1 {
	float:left;
	background-position: top center; 
	background-repeat: repeat-y; 
	background-image: url('../images/mid.jpg');
}
.box2 {
	float:left;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-image: url('../images/top.jpg');
}
.box3 {
	float:left;
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-image: url('../images/bottom.jpg');
}
.box4 {
	float:left;;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url('../images/top-left.jpg');
}
.box5 {
	float:left;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url('../images/top-right.jpg');
}
.box6 {
	float:left;;
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-image: url('../images/bottom-left.jpg');
}
.box7 {
	float:left;
	background-position: bottom right; 
	background-repeat: no-repeat; 
	background-image: url('../images/bottom-right.jpg');
}

.box_content {
	float:left;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 1.4em;
	margin-right:20px;
	margin-left:20px;
}

.box_content a {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	line-height: 1.4em;
}

/* TEXT BOX ------------------------------------------- */

.text_box {
	float:left;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 1.4em;
}

/* SPACES  -------------------------------------------- */

.space_row_20 {
	float:left;
	width:100%;
	min-height:20px;
	height:20px;
}
.space_row_10 {
	float:left;
	width:100%;
	min-height:10px;
	height:10px;
}
.space_row_5 {
	float:left;
	width:100%;
	min-height:5px;
	height:5px;
}
.space_col_20 {
	float:left;
	width:20px;
	height:100%;
}
.space_col_10 {
	float:left;
	width:10px;
	height:100%;
}
.space_col_5 {
	float:left;
	width:5px;
	height:100%;
}

/* FOOTER  -------------------------------------------- */

#footer {
	float:left;
	width: 653px;
	height: auto;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	height:991px;
	margin-right:25px;
	margin-left:25px;
}
#footer a {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#bottom {
	float:left;
	width:100%;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
#bottom a {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
#bottom a:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/* BULLETS  -------------------------------------------- */

ol {
	margin: 0;
	padding-left:20px; 
	list-style-type:upper-alpha;
}

ul {
	margin: 0;
	padding-left:20px; 
	list-style-type:disc;
}

li, li a {
	text-decoration: none;
	padding-bottom:12px;
}
