body {
	font-family: times, verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 18px;
}

p.footer_text{
	font-size: 0.90em;
	margin: 0;
	padding-top: 5px;
	line-height: 18px;
}

h1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0;
	color: #FC0404;
	font-weight: bold;
	font-family: sans-serif;
}

h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-bottom: 0;
	color: #FC0404;
	font-weight: bold;
	font-family: sans-serif;
}

h3 {
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0;
	color: black;
	font-weight: bold;
	font-family: sans-serif;
}

h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 4px;
}

a {
	color: #033568;
}

ul {
	margin-top: 2px;
	padding-top: 0;
}

li {
	margin-top: 0;
	margin-bottom: 5px;
}

#content_home {
	background-image: url(../images/pages/index_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
	
}

#content_index {
	background-image: url(../images/pages/index_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_page {
	background-image: url(../images/pages/default_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_user {
	background-image: url(../images/pages/default_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_about_us {
	background-image: url(../images/pages/about_us_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_contact_us {
	background-image: url(../images/pages/contact_us_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_contact_success {
	background-image: url(../images/pages/contact_us_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_education {
	background-image: url(../images/pages/education_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_missionvalues {
	background-image: url(../images/pages/mission_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_newslettersforms {
	background-image: url(../images/pages/newsletters_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#content_services {
	background-image: url(../images/pages/services_background_new.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FC0404;
	width: 800px;
}

#menu {
	padding-top: 195px;
	padding-left: 0px;
	font-size: 1em;
	background-color: none;
	width: 140px;
	float: left;
	font-family: verdana;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-left: 0px;
}

#menu ul li {
	padding-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	list-style: none;
}

#menu ul li a {
	color: white;
	text-decoration: none;
}

#menu ul li.active a {
	color: red;
	text-decoration: none;
}
	
#main {
	margin-left: 155px;
	padding-top: 170px;
	width: 600px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 778px;
	margin-right: 0;
	margin-left: auto;
	clear: both;
	color: black;
	height: 39px;
	font-size: .75em;
	text-align: center;
}

#footer_home {
	background-image: url(../images/footer_home.png);
	background-repeat: no-repeat;
	width: 780px;
	margin-right: 0;
	margin-left: auto;
	clear: both;
	color: black;
	height: 40px;
	font-size: .75em;
	text-align: center;
}

#wrapper {
    background-image: url(../images/repeating_background_new.jpg);
    background-repeat: repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#home_right_box {
	font-size: .75em;
	border-left: 2px solid rgb(28, 10, 135); 
	width: 190px; 
	float: right; 
	margin-left: 15px; 
	font-family: verdana; 
	padding-top: 25px; 
	color: rgb(73, 0, 0);
}