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

body {
	/*background-image: url(http://www.scholarscanada.com/ses/templates/entry_points/images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: FFFFFF;*/
	text-align: center;
}

#wrapper {
	position: relative;
	background-image: url(http://www.scholarscanada.com/ses/templates/entry_points/images/nav-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #00539B;
	border-right: 1px solid #00539B;
}

#header {
	background-image: url(http://www.scholarscanada.com/ses/templates/entry_points/images/header.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width:1024px;
	position: relative;
	border-bottom: 5px solid #BE1E2D;
	text-align: right;
}

#header h2 {
	font-size: 14px;
	color: #00539B;
	padding: 9.5em 1em 0 0;
	margin-top: 0px;
}

#content {
	float: right;
	width: 600px;
	padding: 0 10px 0 0;
}

#content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8em;
}

#content h3 {
	color: #00539B;
}

#content h4 {
	color: #00539B;
}

#content img {
	border-style: none;
	margin: 0;
	padding: 0;
}

img {
border-style: none;
}

#navigation {
	float: left;
	width: 404px;
	padding-bottom: 15px;
	/*background-color: #00539B;*/
	height: 100%;
}

#navigation h1 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 0.8em 0 0.2em 0.8em;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0em;
	padding: 0;
	border: none;
	/*font-weight: bold;*/
}

#navigation li {
	color: #FFFFFF;
	font-size: 14px;
	padding: 1em 0 0.2em 1em;
}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	display: block;
	padding: 1em 0 0.2em 1em;
	text-decoration: none;
}

#navigation ul ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 15px;
	margin-top: 0;
	text-align: left;
	color: #FFFFFF;
	background-color: #00539B;
	background-image: url(http://www.scholarscanada.com/ses/templates/entry_points/images/footer.jpg);
	background-repeat: no-repeat;
	border-top: 5px solid #BE1E2D;
}

#footer ul {
	list-style: none;
	margin: 0em 0em 1em 0em;
	padding: 0;
	border: none;
}

#footer li {
	display: inline;
	font-size: 12px;
	padding: 0 1em 0em 1em;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


