/************************************************/
/* Standard Tag                       			*/
/************************************************/

html {
    overflow-y			: scroll;
}

body
{
	background			: #00336D;
	font-family			: verdana;
	margin				: 0px;
	padding				: 0px;
}

h1
{
	color				: #3366B0;
	font-size			: 24px;
	font-weight			: normal;
	padding				: 0px 0px 0px 15px;
}

a
{
	text-decoration		: none;
}

a:hover
{
	text-decoration		: underline;
}

h2
{
	clear				: both;
	color				: #00576D;
	font-size			: 16px;
	font-weight			: normal;
}

h2 a
{
	color				: #00576D;
	font-weight			: normal;
	padding				: 0px;
	text-decoration		: none;
}

h3
{
	color				: #00336D;
	font-size			: 13px;
	font-weight			: normal;
	margin-left			: 10px;
}

.contentSideTable h2
{
	font-size			: 12px;
	margin				: 4px 0px 6px 0px;
}

object
{
	margin				: 0px 0px 0px 10px;
}

p
{
	clear				: both;
	margin-left			: 10px;
}

/************************************************/
/* Other Tag	                       			*/
/************************************************/

.noInfluence
{
	margin				: 0px;
	padding				: 0px;
}

/************************************************/
/* Source Style                					*/
/************************************************/

td ul
{
	margin				: 0px;
}

/************************************************/
/* Main Style                       			*/
/************************************************/

#mainFrame
{
	background			: none;
	margin				: 0 auto 0 auto;
	min-height			: 500px;
	padding				: 0px;
	position			: relative;
	width				: 1024px;
}


/************************************************/
/* Menu Style                       			*/
/************************************************/

#menuFrame
{
	background			: white;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-style		: solid;
	border-width		: 0px 1px 1px 1px;
	margin				: 0px;
	height				: 135px;
	padding				: 15px 0px 0px 16px;
	width				: 1006px;
}

#menuLogoFrame
{
	float				: left;
	height				: 100px;
	margin				: 0px;
	padding				: 0px 0px 0px 20px;
	width				: 730px;
}

/************************************************/
/* Content Style                				*/
/************************************************/

#contentFrame
{
	background			: white;
	border-style		: solid;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-width		: 1px 1px 0px 1px;
	float				: left;
	margin				: 25px 0px 0px 0px;
	min-height			: 300px;
	padding				: 0px;
	width				: 1022px;
}

/************************************************/
/* Content Main Style                			*/
/************************************************/

#contentMainFrame
{
	float				: left;
	font-size			: 12px;
	margin				: 20px 25px 0px 25px;
	min-height			: 330px;
	padding				: 0px;
	width				: 800px;
}

#contentMainTable
{
	margin				: 0px 0px 20px 0px;
}

.contentMainImg
{
	border				: 1px gray solid;
	height				: 95px;
	margin				: 10px;
	padding				: 0px;
	width				: 175px;
}

.contentMainTitle
{
	margin 				: 10px 0px 4px 0px;
	padding				: 0px;
}

.contentImgL
{
	float				: left;
	margin				: 10px;
	margin-top			: 0px;
}

.contentImgR
{
	float				: right;
	margin				: 10px;
	margin-top			: 0px;
}

/************************************************/
/* Menu Navigation Style                       	*/
/************************************************/

#menuNavigationFrame
{
	float				: left;
	height				: 21px;
	margin				: 0px;
	padding				: 0px;
	width				: 800px;
}

#menuNavigationFrame div
{
	background			: #DCDBDB;
	border				: 1px solid black;
	color				: black;
	float				: left;
	font-size			: 12px;
	margin				: 0px;
	height				: 16px;
	padding				: 3px 0px 0px 0px;
	text-align			: center;
	width				: 100px;
}

#menuNavigationFrame div:hover
{
	color				: #00336D;
}

#menuButtonStart
{
	border-top-left-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

#menuButtonEnd
{
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
}

a#menuButtonSelected > div
{
	background			: #3366B0 !important;
	color				: white !important;
	font-weight			: bold;
}

.adsenseFooter
{
	background			: white;
	border				: 1px solid gray;
	clear 				: both;
	height				: 90px;
	margin				: 10px 10px 10px 150px;
	padding				: 0px;
	width				: 728px;
}




/************************************************/
/* Footer Style                					*/
/************************************************/

#footerFrame
{
	background			: #DCDBDB;
	border-style		: solid;
	border-width		: 0px 1px 0px 1px;
	float				: left;
	margin				: 0px;
	height				: 30px;
	padding				: 0px;
	width				: 1022px;
}

#footerSupportFrame
{
	background			: #DCDBDB;
	border				: 0px none black;
	float				: left;
	font-size			: 12px;
	margin				: 0px;
	height				: 22px;
	padding				: 8px 0px 0px 8px;
	width				: 500px;
}

#footerSupportFrame a
{
	color				: black;
	text-decoration		: none;
}

#footerSupportFrame a:hover
{
	color				: #3366B0;
}

#footerCopyrightFrame
{
	background			: #DCDBDB;
	float				: left;
	font-size			: 12px;
	margin				: 0px;
	height				: 22px;
	padding				: 8px 8px 0px 0px;
	text-align			: right;
	width				: 500px;
}