/* CSS Document */

body
{
	margin: 0px;
	background-color: #d0c4b8;
	background-image: url(images/layoutbg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center top;
	display: table;
	width: 100%;
}

#masterlayout
{
	margin-top: 260px;
	display: block;
	position: relative;
	padding-bottom: 50px;
}

p, td, .txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.columnheader
{
}

a.columnheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: -2px;
}

a.columnheader:hover
{
	text-decoration: none;
}

/*
li
{
	list-style-image: url(images/icons01/checkbox.gif);
	padding: 2px;
}
*/

.alert
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.textwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.highlight
{
	font-size: 12px;
	font-weight: bold;
}

.fullborder
{
	border: 1px solid #CCCCCC;
}

.bottomborder
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.colheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
}

.colstyle
{
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pinkcolstyle
{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
}

.pinkcolfooter
{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}


a.navmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.navmenu:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.navsubmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.navsubmenu:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a
{
	color: #003399;
	text-decoration: underline;
}

a:hover
{
	color: #CA0D61;
	text-decoration: underline;
}

.feat_img
{
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
	margin: 2px;
}

.frame
{
	padding: 4px;
	background-color: #FFFFFF;
	display: table-column;
	margin: 2px;
	text-align: center;
	float: left;
}

.photoframe
{
	padding: 4px;
	background-color: #FFFFFF;
	display: table-column;
	margin: 2px;
	text-align: center;
	float: left;
	border: 1px solid #CCCCCC;
}

.photoframe2
{
	padding: 4px;
	background-color: #E8E8E8;
	display: table-column;
	margin: 2px;
	text-align: center;
	float: left;
}

.photoframe_select
{
	padding: 4px;
	background-color: #FFCCCC;
	display: table-column;
	margin: 2px;
	text-align: center;
	float: left;
	border: 1px solid #CCCCCC;
}

.myform
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.myform:hover
{
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.myform_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.myform_button:hover
{
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

/*menu style*/
#mainmenu_home{
	height: 21px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/mainmenu_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_home:hover{
	background-position: bottom left;
}

#mainmenu_currissue{
	height: 21px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/mainmenu_currissue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_currissue:hover{
	background-position: bottom left;
}

#mainmenu_bulletin{
	height: 21px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/mainmenu_bulletin.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_bulletin:hover{
	background-position: bottom left;
}

#mainmenu_aboutus{
	height: 21px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/mainmenu_aboutus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_aboutus:hover{
	background-position: bottom left;
}

#mainmenu_contactus{
	height: 21px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(images/mainmenu_contactus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_contactus:hover{
	background-position: bottom left;
}

.admin_submenu
{
	text-align: left;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#logoContainer
{
	position: relative;
	width: 100%;
}

#extLogoPlacerInt
{
	height: 284px;
	width: 314px;
	position: absolute;
	top: -103px;
	left: 40px;
}

#footerNote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 3px;
	text-align: right;
	display: block;
	padding: 3px;
	width: 900px;
}

/*main page style*/
.mp_container
{
	width: 568px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
	padding: 0px;
}

.mp_coldata
{
	float: left;
	height: auto;
	width: 154px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.mp_coldata3rd
{
	float: left;
	height: auto;
	width: 154px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.mp_col1
{
	float: left;
	height: 200px;
	width: 184px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.mp_col2
{
	width: 184px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 200px;
}

.mp_colheader
{
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	background-color: #993366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 140px;
	height: auto;
	font-size: 14px;
}

.mp_colsnapshot
{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	display: block;

}

.mp_colcontent
{
	width: 146px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

ul.mp_colcontent
{
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

li.mp_colcontent
{
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mp_maincontent
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
}

.mp_briefmaincontent
{
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.mp_briefmaincontent p
{
	font-size: 11px;
}

#advert_top
{
	height: 134px;
	width: 568px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
