/* Global Elements */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}

html 
	{
	
	}

body 
	{
	background-image 	: url(../imgs/bg-hdr.png);
	background-position	: center top;
	background-repeat 	: no-repeat;
	background-color 	: #17448C;
	
	color 				: #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	line-height			: 140%;
	}
body  a
	{
	color 				: #000000;
	text-decoration 	: underline;
	}
body  a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}


.wrapperA
	{
	padding 			: 0px 0px 400px 0px;
	background-image 	: url(../imgs/bg-ftr.png);
	background-position	: center bottom;
	background-repeat 	: no-repeat;
	}
.wrapperB
	{
	width 				: 940px;
	margin 				: 0px auto 0px auto;
	}

.hdr
	{
	height 				: 230px;
	}
.cnt 
	{
	}

.ftr
	{
	padding 			: 30px 0px 20px 0px;
	background-color	: #01081B;
	text-align 			: center;
	color 				: #FFFFFF;
	}
	
.stamp
	{
	margin 				: 175px 0px 30px 0px;
	padding 			: 10px 10px 10px 10px;
	border				: solid 1px #343948;
	border-width 		: 1px 0px 1px 0px;
	}
.stamp .xhtml
	{
	float 				: left;
	margin 				: 0px 10px 0px 0px;
	}
.stamp .css
	{
	float 				: left;
	margin 				: 0px 10px 0px 0px;
	}
.stamp .jr
	{
	float 				: right;
	margin 				: 0px 10px 0px 0px;
	}
.stamp .clear
	{
	clear 				: both;
	}

.lft 
	{
	float 				: left;
	width 				: 725px;
	}
.rgt 
	{
	float 				: right;
	width 				: 204px;
	}
	
.cntAreaA
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 20px 20px 20px 20px;
	background-color 	: #FFFFFF;
	background-image 	: url(../imgs/bg-grad.png);
	background-position	: left bottom;
	background-repeat 	: repeat-x;
	}
.cntAreaB
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 20px 20px 20px 20px;
	background-color 	: #FFFFFF;
	}
	
/* Text formatting */
.formatTxt
	{
	padding				: 0px 0px 0px 0px;
	}
.formatTxt h1, 
.formatTxt h2, 
.formatTxt h3, 
.formatTxt h4, 
.formatTxt h5, 
.formatTxt h6
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt a,
.formatTxt pre a, 
.formatTxt tbody a
	{
	color				: #000000;
	text-decoration		: underline;
	}
.formatTxt a:hover,
.formatTxt pre a:hover,  
.formatTxt tbody a:hover
	{
	color				: #000000;
	text-decoration		: none;
	}
.formatTxt p
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt ul
	{
	list-style-type		: disc;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt ol
	{
	list-style-type		: armenian;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt li
	{
	padding				: 0px 0px 10px 20px;
	}


/* Navigation */
.primaryNav
	{
	padding				: 150px 0px 0px 0px;
	}
		
.primaryNav ul
	{
	clear 				: right;
	list-style			: none;
	}
.primaryNav li
	{
	float 				: right;
	margin 				: 0px 0px 7px 7px;
	}
.primaryNav li a
	{
	padding 			: 4px 10px 4px 10px;
	display 			: block;
	background-color 	: #FDBE02;
	color 				: #FFFFFF;
	font-size 			: 14px;
	font-weight 		: bold;
	text-decoration 	: none;
	}
.primaryNav li a:hover
	{
	background-color 	: #FFFFFF;
	color 				: #FDBE02;
	text-decoration 	: none;
	}

.pageSelect 
	{
	}
.pageSelect ul 
	{
	list-style			: none;
	}
.pageSelect li 
	{
	float				: left;
	margin 				: 0px 5px 0px 0px;
	}
.pageSelect li .prevReg 
	{
	cursor				: pointer;
	display 			: block;
	width 				: 70px;
	height 				: 30px;
	padding 			: 0px 0px 0px 8px;
	border 				: solid 1px #FDBE02;
	color 				: #FFFFFF;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-002.png);
	background-position	: 10px center;
	background-repeat 	: no-repeat;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}
.pageSelect li .nextReg 
	{
	cursor				: pointer;
	display 			: block;
	width 				: 70px;
	height 				: 30px;
	padding 			: 0px 8px 0px 0px;
	border 				: solid 1px #FDBE02;
	color 				: #FFFFFF;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 64px center;
	background-repeat 	: no-repeat;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}
.pageSelect li .prevCur,
.pageSelect li .nextCur 
	{
	display 			: none;
	}		
.pageSelect li .arrCur 
	{
	display 			: none;
	}
.pageSelect li .numReg
	{
	cursor				: pointer;
	display 			: block;
	width 				: 30px;
	height 				: 30px;
	border 				: solid 1px #0391D1;
	color 				: #FFFFFF;
	background-color 	: #0391D1;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}

.pageSelect li .numCur
	{
	cursor				: pointer;
	display 			: block;
	width 				: 30px;
	height 				: 30px;
	border 				: solid 1px #17448C;
	color 				: #FFFFFF;
	background-color 	: #17448C;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}

.pageSelect li p
	{
	margin 				: 5px 0px 0px 0px;
	} 

/* Headers */
h1
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 0px 15px 0px 15px;
	background-color 	: #17448C;
	color 				: #FFFFFF;
	font-size 			: 40px;
	line-height			: 55px;
	font-weight 		: bold;
	}
h1 i
	{
	font-family			: Times New Roman, Times, serif;
	color 				: #FDBE02;
	font-weight 		: normal;
	font-style			: normal;
	}

h2
	{
	margin 				: 0px 0px 6px 0px;
	padding 			: 0px 10px 0px 10px;
	background-color 	: #17448C;
	color 				: #FFFFFF;
	font-size 			: 26px;
	line-height			: 35px;
	font-weight 		: bold;
	}
h2 i
	{
	font-family			: Times New Roman, Times, serif;
	color 				: #FDBE02;
	font-weight 		: normal;
	font-style			: normal;
	}
	
.intro span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	color 				: #FFFFFF;
	line-height 		: 30px;
	}
		
/* Issues */
#issues .lnk
	{
	display 			: block;
	text-decoration 	: none;
	cursor 				: pointer;
	color 				: #000000;
	}
#issues .img
	{
	width				: 155px;
	height				: 195px;
	border 				: solid 1px #FFFFFF;
	background-color	: #17448C;
	background-position	: center center;
	background-repeat	: no-repeat;
	}	
#issues .info
	{
	padding 			: 15px 20px 0px 20px;
	vertical-align		: top;
	}
#issues .info .date
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #17448C;
	line-height 		: 35px;
	}
#issues .info .num
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#issues .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#issues .info .desc
	{
	margin				: 8px 0px 0px 0px;
	font-size 			: 11px;
	}
#issues .info .more
	{
	padding 			: 3px 16px 3px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 55px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
	
	
/* Articles */
#articles .issueInfo .date
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 30px;
	}
#articles .issueInfo .num
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 30px;
	}
#articles .lnk
	{
	display 			: block;
	text-decoration 	: none;
	cursor 				: pointer;
	color 				: #000000;
	}
#articles .img
	{
	width				: 155px;
	height				: 155px;
	border 				: solid 1px #FFFFFF;
	background-color	: #17448C;
	background-position	: center center;
	background-repeat	: no-repeat;
	}	
#articles .info
	{
	padding 			: 15px 20px 20px 20px;
	vertical-align		: top;
	}
#articles .info .date
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #17448C;
	line-height 		: 35px;
	}
#articles .info .num
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#articles .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#articles .info .pub
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 11px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#articles .info .desc
	{
	margin				: 6px 0px 0px 0px;
	}
#articles .info .more
	{
	padding 			: 3px 16px 3px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 55px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}


/* Articles Detail */
#articlesDetail .imgs
	{
	width				: 220px;
	}
#articlesDetail .img
	{
	margin 				: 0px 0px 20px 0px;
	}
#articlesDetail .img img
	{
	margin 				: 0px 0px 5px 0px;
	display 			: block;
	}
#articlesDetail .caption
	{
	margin	 			: 0px 0px 20px 0px;
	}
	
#articlesDetail .caption span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 13px;
	line-height 		: 30px;
	color 				: #FFFFFF;
	}
#articlesDetail .caption .quote66
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/66-001.png);
	background-position	: left 0px;
	background-repeat 	: no-repeat;
	}
#articlesDetail .caption .quote99
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/99-001.png);
	background-position	: right 4px;
	background-repeat 	: no-repeat;
	}	
#articlesDetail .info
	{
	margin 				: 0px 20px 0px 220px;
	}
#articlesDetail .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 17px;
	line-height 		: 33px;
	color 				: #FFFFFF;
	}
#articlesDetail .info .pub
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 11px;
	color 				: #FFFFFF;
	line-height 		: 27px;
	}
#articlesDetail .info .desc
	{
	font-size 			: 13px;
	margin	 			: 20px 0px 0px 0px;
	}
#articlesDetail .back a
	{
	cursor				: pointer;
	display 			: block;
	width 				: 260px;
	padding 			: 6px 0px 6px 8px;
	border 				: solid 1px #FDBE02;
	color 				: #FFFFFF;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-002.png);
	background-position	: 10px center;
	background-repeat 	: no-repeat;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}
	
	
		
/* News */
#news .lnk
	{
	display 			: block;
	text-decoration 	: none;
	cursor 				: pointer;
	color 				: #000000;
	}
#news .img
	{
	width				: 155px;
	height				: 155px;
	border 				: solid 1px #FFFFFF;
	background-color	: #17448C;
	background-position	: center center;
	background-repeat	: no-repeat;
	}
#news .info
	{
	padding 			: 15px 20px 20px 20px;
	vertical-align		: top;
	}
#news .info .date
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#news .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#news .info .desc
	{
	margin	 			: 6px 0px 0px 0px;
	}
	
#news .info .more
	{
	padding 			: 3px 16px 3px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 55px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
	
	
/* News Detail */
#newsDetail .imgs
	{
	width				: 220px;
	}
#newsDetail .img
	{
	margin 				: 0px 0px 20px 0px;
	}
#newsDetail .img img
	{
	margin 				: 0px 0px 5px 0px;
	display 			: block;
	}
#newsDetail .caption
	{
	margin	 			: 0px 0px 20px 0px;
	}
	
#newsDetail .caption span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 13px;
	line-height 		: 30px;
	color 				: #FFFFFF;
	}
#newsDetail .caption .quote66
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/66-001.png);
	background-position	: left 0px;
	background-repeat 	: no-repeat;
	}
#newsDetail .caption .quote99
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/99-001.png);
	background-position	: right 4px;
	background-repeat 	: no-repeat;
	}	
#newsDetail .info
	{
	margin 				: 0px 20px 0px 220px;
	}
#newsDetail .info .date
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#newsDetail .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 17px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#newsDetail .info .desc
	{
	font-size 			: 13px;
	margin	 			: 20px 0px 0px 0px;
	}
#newsDetail .back a
	{
	cursor				: pointer;
	display 			: block;
	width 				: 220px;
	padding 			: 6px 0px 6px 8px;
	border 				: solid 1px #FDBE02;
	color 				: #FFFFFF;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-002.png);
	background-position	: 10px center;
	background-repeat 	: no-repeat;
	font-weight 		: bold;
	text-align 			: center;
	text-decoration 	: none;
	}
	
	

/* Events */
#events .lnk
	{
	display 			: block;
	text-decoration 	: none;
	cursor 				: pointer;
	color 				: #000000;
	}
#events .info
	{
	vertical-align		: top;
	}
#events .info .date
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#events .info .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 35px;
	}
#events .info .desc
	{
	margin	 			: 6px 0px 0px 0px;
	}
	
#events .info .more
	{
	padding 			: 3px 16px 3px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 55px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
	
	
/* Editorial */
#editorial .date
	{
	margin	 			: 0px 0px 6px 0px;
	}
#editorial .date span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}	
#editorial .name
	{
	margin	 			: 0px 0px 6px 0px;
	}
#editorial .name span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}
#editorial .feature
	{
	margin	 			: 0px 0px 3px 0px;
	padding 			: 0px 0px 0px 15px;
	background-image 	: url(../imgs/asterix-001.png);
	background-position	: 0px 5px;
	background-repeat 	: no-repeat;
	}
#editorial .closing
	{
	margin	 			: 6px 0px 3px 0px;
	}
	

/* Circulation */
#circulation .breakdown .name
	{
	padding 			: 6px 6px 6px 10px;
	background-color 	: #0391D1;
	color 				: #FFFFFF;
	border 				: solid 3px #FFFFFF;
	border-width 		: 0px 5px 2px 0px;
	}
#circulation .breakdown .num
	{
	padding 			: 6px 6px 6px 10px;
	background-color 	: #17448C;
	color 				: #FFFFFF;
	border 				: solid 3px #FFFFFF;
	border-width 		: 0px 0px 2px 0px;
	}


/* Search */
.search
	{
	padding 			: 10px 10px 10px 10px;
	background-color 	: #17448C;
	}
.search .label span
	{
	padding 			: 3px 6px 3px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #17448C;
	line-height 		: 30px;
	}
.search .go
	{
	margin 				: 0px 0px 0px 5px;
	padding 			: 2px 6px 0px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #FFFFFF;
	border 				: none;
	font-weight 		: bold;
	text-decoration 	: none;
	}	
	
	
/* Forms */
#form .label
	{
	width 				: 150px;
	padding 			: 10px 10px 10px 10px;
	background-color 	: #17448C;
	color 				: #FFFFFF;
	border 				: solid 0px #FFFFFF;
	border-width 		: 0px 2px 3px 0px;
	vertical-align		: top;
	}
#form .field
	{
	padding 			: 10px 10px 10px 10px;
	background-color 	: #D1EBF7;
	border 				: solid 0px #FFFFFF;
	border-width 		: 0px 2px 3px 0px;
	vertical-align		: top;
	}
#form input,
#form textarea
	{
	color 				: #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 14px;
	}
#form .more
	{
	display 			: block;
	width 				: 60px;
	padding 			: 6px 20px 6px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 70px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
	
	
/* Current Issue */
.currentIssue
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 6px 6px 6px 6px;
	background-color	: #FFFFFF;
	}
.currentIssue .img
	{
	margin 				: 0px 0px 6px 0px;
	border 				: solid 1px #17448C;
	}
.currentIssue .img img
	{
	display 			: block;
	border 				: none;
	}
.currentIssue .more
	{
	display 			: block;
	width 				: 135px;
	padding 			: 6px 20px 6px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 146px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	text-decoration 	: none;
	}

/* Directory */	
#directory .logo
	{
	float	 			: right;
	border 				: solid 1px #000000;
	}
#directory .logo .img
	{
	width 				: 200px;
	height 				: 200px;
	background-position : center center;
	background-repeat   : no-repeat;
	}
#directory .name
	{
	margin	 			: 0px 0px 6px 0px;
	}
#directory .name span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 16px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}
#directory .web
	{
	margin	 			: 0px 0px 6px 0px;
	}
#directory .web span
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 14px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}
#directory .web a
	{
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
#directory .web a:hover
	{
	color 				: #17448C;
	text-decoration 	: none;
	}
#directory .desc
	{
	margin	 			: 10px 0px 10px 0px;
	}
#directory .email,
#directory .tel,
#directory .fax
	{
	margin	 			: 0px 0px 6px 0px;
	}

/* Directory Categoties */
.directoryCategories
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 6px 6px 6px 6px;
	background-color	: #FFFFFF;
	}
.directoryCategories li
	{
	list-style 			: none;
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 4px 6px;
	font-size			: 11px;
	}
	
	
/* News Scroller */
.latestNews
	{
	margin 				: 0px 0px 10px 0px;
	padding 			: 6px 6px 6px 6px;
	background-color	: #FFFFFF;
	}
.latestNews .scroller
	{
	height				: 165px;
	}
.latestNews .scroller a
	{
	display 			: block;
	text-decoration 	: none;
	cursor				: pointer;
	background-color 	: #FFFFFF;
	}
.latestNews .date
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 14px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}
.latestNews .name
	{
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 14px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	}
.latestNews .name .quote66
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/66-002.png);
	background-position	: left 0px;
	background-repeat 	: no-repeat;
	}
.latestNews .name .quote99
	{
	padding 			: 0px 16px 0px 0px;
	background-image 	: url(../imgs/99-002.png);
	background-position	: right 4px;
	background-repeat 	: no-repeat;
	}
.latestNews .more
	{
	padding 			: 6px 20px 6px 6px;
	background-color 	: #FDBE02;
	background-image 	: url(../imgs/arrow-001.png);
	background-position	: 126px center;
	background-repeat 	: no-repeat;
	font-size 			: 14px;
	color 				: #FFFFFF;
	line-height 		: 33px;
	text-decoration 	: none;
	}
	

/* Marine Measurment Forum */
.marineForum
	{
	margin 				: 0px 0px 10px 0px;
	background-color	: #FFFFFF;
	}
.marineForum img
	{
	display 			: block;
	border 				: none;
	}
	
/* Advert Panel */
.advertPanel
	{
	height 				: 102px;
	margin 				: 0px 0px 10px 0px;
	}
	
/* Subscribe */
.subscribe
	{
	float 				: left;
	background-color	: #FFFFFF;
	border 				: solid 2px #FFFFFF;
	}
.subscribe img
	{
	display 			: block;
	border 				: none;
	}

/* Ad */
.ad
	{
	float 				: right;
	background-color	: #FFFFFF;
	border 				: solid 2px #FFFFFF;
	}
.ad .scroller
	{
	width 				: 500px;
	height				: 100px;
	}
.ad img
	{
	display 			: block;
	border 				: none;
	}
	
	
/* See Us At */
.seeUsAt
	{
	margin				: 0px 0px 10px 0px;
	padding 			: 6px 6px 6px 6px;
	background-color	: #FFFFFF;
	}
.seeUsAt .scroller
	{
	height				: 32px;
	}
	
.seeUsAt .head
	{
	float 				: left;
	margin 				: 0px 3px 0px 0px;
	padding 			: 6px 6px 6px 6px;
	background-color 	: #17448C;
	font-size 			: 15px;
	color 				: #FFFFFF;
	}
.seeUsAt .scroller a
	{
	display 			: block;
	text-decoration 	: none;
	cursor				: pointer;
	background-color 	: #FFFFFF;
	}
.seeUsAt .date
	{
	float 				: left;
	margin 				: 0px 0px 0px 3px;
	width 				: 130px;
	padding 			: 6px 6px 6px 6px;
	background-color 	: #FDBE02;
	font-size 			: 16px;
	color 				: #FFFFFF;
	}
.seeUsAt .name
	{
	margin 				: 0px 3px 0px 152px;
	padding 			: 6px 6px 6px 6px;
	background-color 	: #0391D1;
	font-size 			: 16px;
	color 				: #17448C;
	}
	
/* Text Editor Styles */

/* Light Blue */
.lightBlueSmall 
	{
	font-size			: 12px;
	color 				: #0391D1;
	}
.lightBlueMedium
	{
	font-size			: 14px;
	color 				: #0391D1;
	}
.lightBlueLarge
	{
	font-size			: 16px;
	color 				: #0391D1;
	}

/* Dark Blue */
.darkBlueSmall 
	{
	font-size			: 12px;
	color 				: #17448C;
	}
.darkBlueMedium
	{
	font-size			: 14px;
	color 				: #17448C;
	}
.darkBlueLarge
	{
	font-size			: 16px;
	color 				: #17448C;
	}

/* Yellow */	
.yellowSmall 
	{
	font-size			: 12px;
	color 				: #FDBE02;
	}
.yellowMedium
	{
	font-size			: 14px;
	color 				: #FDBE02;
	}
.yellowLarge
	{
	font-size			: 16px;
	color 				: #FDBE02;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
		
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	