html { /* Force Vertical Scrollbar */
/* IE */
overflow-y: scroll; 
/* Moz */
height: 100%;
margin-bottom: 0.1em;
}
body {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6F0FF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}

#nav #left_nav {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #E1F4E6;
	line-height: 30px;
	float: left;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#nav #left_nav .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #A9C9FE;
	text-align: center;
	font-size: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
#nav #left_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav #left_nav .category {
	font-weight: normal;
	text-transform: uppercase;
	background-color: #C0D8FE;
	text-align: center;
	font-size: 13px;
	display: block;
}
#nav #left_nav .link {
	text-transform: capitalize;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
}
#nav #left_nav .title2 {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #A9C9FE;
	text-align: center;
	font-size: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
#nav #left_nav .link a:link, #left_nav .link a:visited, #left_nav .link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
	display: block;
	background-color: #D2E4FF;
}
#nav #left_nav .link a:hover {
	background-color: #CCCCCC;

}

#top_nav {
	line-height: 30px;
	float: left;
	width: 650px;
	background-color: #A9C9FE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	margin: 0px;
	padding: 0px;
}


#nav #top_nav a:link, #top_nav a:visited, #top_nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 91px;
	height: 30px;
	background-color: #A9C9FE;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
#nav #top_nav .home a:link, #nav #top_nav .home a:visited, #nav #top_nav .home a:active {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}


#nav #top_nav a:hover {
	background-color: #CCCCCC;

}
#nav #top_nav .contact a:link, #nav #top_nav .contact a:visited, #nav #top_nav .contact a:active {
	margin: 0px;
	padding: 0px;
	width: 97px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav #top_nav .contact a:hover {
	background-color: #CCCCCC;
}


#nav #top_nav ul {
	list-style-type: none;

}

#top_logo {
	background-image: url(../images/irpcg_logo.png);
	background-repeat: no-repeat;
	width: 952px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-position: left;
}





#nav #content {
	background-color: #E6F0FF;
	width: 649px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}
#nav #content ul {
	line-height: 20px;
}

#nav #content #members {
	text-align: left;
}
#nav #content h1 {
	font-size: 1.8em;
	line-height: 2.5em;
}
#nav #content h2 {
	font-size: 1.5em;
}


#nav #content a:link, #nav #content a:visited, #nav #content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#nav #content a:hover {
	text-decoration: underline;
}



#footer {
	width: 952px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 60px;
	background-color: #FFFFFF;
	clear: both;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-indent: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline overline;
}
