@charset "utf-8";
/* CSS Document */
#main {	
	border						:	0px solid red; 			
	background					:	none;			
	}
	
div.n_PageWidth_large {	
	background					:	none; 
	font-family					:	Arial, Helvetica, sans-serif;
	}
	
/* BEGIN :: TYPOGRAPHY */
div.n_PageWidth_large h1	{
		background				:	url(img/h1-bg.png) no-repeat; 				
		color					:	#214CA2;
		display					:	block;
		width					:	325px;
		height					:	49px;
		margin-left				:	20px;
		float					:	left;
		margin-top				:	-22px;
		*margin-top				:	-10px;
		text-align				:	center;
		padding-top				:	8px;
		font-size				:	33px;
		font-weight				:	normal;
		}

h2	{	
		color					:	#0D70BF;
		text-align				:	left;
		font-size				:	28px;
		color					:	#214CA2;
		font-weight				:	normal;
		}

div#content-intro h2{
		font-size				:	28px;
		color					:	#0D70BF;
		font-weight				:	normal;
		float					:	left;
		margin-left				:	20px;
		}

h3	{	
		text-align				:	left;
		font-size				:	26px;!important
		color					:	#FFF;
		font-weight				:	normal;
		}

div#content-intro h3{
		font-size				:	26px;
		color					:	#fff;
		margin-left				:	20px;
		margin-right			:	15px;
		margin-top				:	10px;
		*margin-bottom			:	10px;
		float					:	left;
		}

h4 {
		font-size				:	26px; 
		color					:	#DF9F39;
		line-height				:	26px;
		font-weight				:	normal;
		}
		
div#content-info h4{
		font-size				:	26px;!important
		color					:	#DF9F39;
		margin-left				:	20px;
		margin-right			:	15px;
		margin-top				:	15px;
		margin-bottom			:	12px;
		}

p {
		font-size				:	20px;!important
		color					:	#214BA3;!important
		}
		
div#content-info p{
		font-size				:	20px;!important;
		color					:	#214BA3;
		margin-left				:	20px;
		margin-right			:	15px;
		margin-top				:	0px;
		margin-bottom			:	20px;
		}

/* ENDOF :: TYPOGRAPHY*/

div.top	{	
		display					:	block;
		width					:	940px;
		height					:	12px;
		background				:	url(img/top-bg.png) no-repeat; 				
		*margin-bottom			:	-5px;
		}
div.bot	{	
		display					:	block;
		width					:	940px;
		height					:	12px;
		background				:	url(img/bot-bg.png) no-repeat; 				
		}
div#content-intro,
div#content-info,
div#content-network,
div#content-register{
	background				:	url(img/mid-bg.png) repeat-y; 	
	display					:	block;
	height					:	100%;
	min-height				:	70%;
	padding					:	20px;
	}

div#content-info{
	height					:	1000px;
	}

div#content-register{
	height					:	1865px;
	}
div#content-intro{
	height					:	500px;
	}

div.white-container{
	background					:	white;
	border-radius				:	5px;
	-moz-border-radius			:	5px;
	-webkit-border-radius		:	5px;
	height						:	835px;
	margin-left					:	15px;
	width						:	850px;
	*width						:	850px;
	padding						:	10px;
	clear						:	both;
	}

#second-white-container {
	height						:	1700px;
	*height						:	1800px;
	margin-left					:	15px;				
	margin-top					:	110px;
	*margin-top					:	25px;
	width						:	870px;
	border-radius				:	5px; 
	-moz-border-radius			:	5px; 	
	-webkit-border-radius		:	5px;
	background					:	white;
	}
 
ul.menu-small{	
	display					:	block;
	float					:	right;
	height					:	115px;
	margin-right			:	30px;
	margin-top				:	10px;
	}
ul.menu-small li{	
	display					:	block;
	float					:	left;
	font-size				:	16px;
	color					:	#13409D;
	margin					:	2px;
	padding					:	20px 0px 0px 8px;
	text-align				:	center;
	}
ul.menu-small li.network{	
	background				:	url(img/li-network-bg-small.png) no-repeat; 	
	width					:	120px;
	height					:	83px;	
	}
ul.menu-small li.register{	
	background				:	url(img/li-register-bg-small.png) no-repeat; 	
	width					:	120px;
	height					:	83px;	
	}
ul.menu-small li.info{	
		background				:	url(img/li-info-bg-small.png) no-repeat; 	
		width					:	120px;
		height					:	83px;	
		}
ul.menu-small li.intro{	
		background				:	url(img/li-network-bg-small.png) no-repeat; 	
		width					:	120px;
		height					:	83px;	
		}


ul.menu-large{	
		display					:	block;
		text-align				:	center;
		margin-left				:	150px;
		margin-top				:	170px;
		}
ul.menu-large li{	
		display					:	block;
		float					:	left;
		font-size				:	24px;
		color					:	#13409D;
		padding					:	43px 0px 0px 18px;
		text-align				:	center;
		}
ul.menu-large li.network{	
		background				:	url(img/li-network-bg.png) no-repeat; 	
		width					:	236px;
		height					:	163px;	
		}
ul.menu-large li.register{	
		background				:	url(img/li-register-bg.png) no-repeat; 	
		width					:	236px;
		height					:	163px;	
		}
ul.menu-large li.info{	
		background				:	url(img/li-info-bg.png) no-repeat; 	
		width					:	236px;
		height					:	163px;	
		}
