@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#ffffff;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
	}
	
a:link, a:visited {
	color:#e8bf05;
	text-decoration:none;
	}
	
a:hover, a:active {
	text-decoration:underline;
	}
	
td {
color:#000000;
font-size:10px;
}
	
/* Page Wrappers */

#outerWrapper {
	background-image:url(../assets/background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:1184px;
	}
	
#innerWrapper {
	width:800px;
	margin-left:185px;
	}
	
/* Header */

#topspacer {
	clear:both;
	height:200px;
	}

#header {
	background-image:url(../assets/headerNav.png);
	background-repeat:repeat-x;
	background-position:center;
	color:#999999;
	width:780px;
	height:47px;
	padding:5px 5px 5px 5px;
	margin-left:5px;
	font-size:20pt;
	text-align:center;
	vertical-align:middle;
	line-height:48px;
}

#header a{   /* Navigation inside of Header */
	padding:0 20px 0 20px;
	font-size:18pt;
	line-height:40px;
}	

/* Content ;*/

#content {
	background-color:#c3d6ae;
	text-align:left;
	color:#000000;
	padding-bottom:5px;
	}

/* Sidebar */
#side {
	clear:left;
	float:left;
}

#sidebar {
	width:200px;
	border:1px #000000 solid;
	padding:0 5px 0 10px;
	background-color:#EEEEEE;
	margin: 5px 0 10px 15px;
}

#sTitle {
	background:#CCCCCC;
	width:178px;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 15px;
	text-align:center;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}


/* Main Content */


#mContent {
	float:right;
	clear:right;
	width:520px;
	border:1px #000000 solid;
	padding:0 10px 0 5px;
	background-color:#EEEEEE;
	margin: 5px 15px 10px 15px;
}

#pHeader {
	background:#CCCCCC;
	width:100%;
	font-size:10px;
	text-align:center;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

#pTitle {

	background-image:url(../assets/passport.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:30px;
	font-size:20px;
	padding:10px 0 0 35px;
	text-align:left;
	border-bottom:2px solid #000000;
}

#pEntry {
	text-align:left;
}

#pSign {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}

#pFooter {
	background:#CCCCCC;
	width:100%;
	font-size:10px;
	text-align:center;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}



#cContent {
	float:right;
	clear:right;
	width:450px;
	border:1px #000000 solid;
	padding-left:15px;
	padding-right:15px;
	background-color:#EEEEEE;
	margin: 5px 25px 10px 0;
	text-align:left;
}

#cTitle {

	background-image:url(../assets/comment.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:10px;
	font-size:12px;
	padding:5px 0 5px 15px;
	text-align:left;
	border-bottom:1px solid #000000;
}

/* Close ID */

#closeID {
	clear:both;
	width:780px;
	margin-left: 10px;
	text-align:center;
	border-top:#000000 3px solid;
	border-bottom:#000000 3px solid;
}

#footer {
	
	color:#000000;
	font-size:8pt;
	padding:2;
	margin-left:15px;
	margin-right:15px;
	}
	
#footer a{
	color:#000000;
	}	
	
#footerAddress {
background-image:url(../assets/logo_95x60_yellow.gif);
background-repeat:no-repeat;
background-position:right;
	float:right;
	text-align:right;
	padding-right:80px;
	}
	
#footerCopyright {
background-image:url(../assets/Globe.gif);
background-repeat:no-repeat;
	text-align:left;
	padding-left:65px;
	}
	