/* Global Properties */
body {
	margin: 0px;
	background-color: #F3F7FC;
	font-size: 70%;
	font-family: Arial;
}

a {
	color: #4E4F43;
}
a:hover {
	color: #FF9642;
}

.title_blue
{
	color: #4B92D9;
	font-weight: bold;
	font-size: 120%;
}

.title_orange
{
	color: #FB7709;
	font-weight: bold;
	font-size: 120%;
}

ul { list-style: none;

    
    }

li {

  background: url(images/bullet_02.gif) no-repeat 0 6px;
  padding-left: 17px;

}



/* Global-navigation */
#nav {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #4A92DE;
	text-align: right;
	padding-right: 100px;
}
#nav a {
	color: #E7E9DC;
	text-decoration: none;
}
#nav a:hover {
	color: #FF9642;
	text-decoration: underline;
}
/* Logo */
#logo {
	background-color: #086DCE;
	border-bottom: 2px solid #2A343D;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 75px;
}
#logo h1 {
	font-family: trebuchet ms;
	color: #4B92D9;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}
/* The entire left column */
#title
	{font-family: trebuchet ms;
	color: #FFFFFF;
	width: 98%;
	height: 16px;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding-left: 2px;
	background: url(images/title_back.gif) ;
	background-repeat: no-repeat ;
	
	}
#left {
	width: 20%;
	float: left;
	border-right: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* The links on the left side */
#fullnav a {
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-bottom: 1px solid #BBBEAB;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
	color: #FF9642;
}
/* The headings on the left */
#left h1 {
	font-size: 100%;
	margin: 0px;
	padding-left: 2%;
	margin-top: 3px;
	margin-bottom: 0px;
	}
/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}
/* The entire center column */
#center {
	float: left;
	width: 58%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center h1 {
	margin: 3px;
	font-size: 175%;
	color: #086DCE;
}
/* Center paragraphs */
#center p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center img {
	float: left;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 0px;
}


/* Bottom boxes */
#leftbox {
float: left;
width: 200px;
left-margin: 20px;
margin-bottom: 30px;

}

#rightbox {
float: right;
width: 200px;
right-margin: 20px;
margin-bottom: 30px;

}

#centerbox{
float: left;
width: 100%;
margin-bottom: 30px;
border-bottom: 1px solid #BBBEAB;

}

/* The entire right column */
#right {
	width: 20%;
	float: right;
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BCBEB0;
	color: #4E4F43;
}
/* Right headings */
#right h1 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
	padding-left: 1%;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}
/* Right paragraphs */
#right p {
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
}


/* Footer */
#footer {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #2A343D;
	text-align: right;
	float: left;
	width: 100%;
}
#footer p {
	text-align: center;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 1px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}
