a
{
	color: blue;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: white;
}

i
{
	line-height: 20px;
}

img
{
	border: 5px Solid Grey;
}

.map
{
	border: none;
}

.thickbox img
{
	border: 1px Solid Grey;
}

.thickbox img:hover
{
	border: 1px Solid White;
}

p 
{
	line-height: 18px;
	text-align: justify;
}

td
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: 130px;
}

body
{
	background: #848484 url(../images/body.jpg) center bottom no-repeat;
	margin: 0px;
}

div#divEmpty
{
	clear: both;
}

div#header 
{
	width: 100%;
	height: 150px;
	background: url(../images/header_bg.png) repeat-x;
}

div#headerContainer
{
	width: 1000px;
	height: 150px;
	clear: both;
	margin: 0 auto;
}

div#headerLogo
{
	width: 470px;
	height: 150px;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

div#headerRight
{
	width: 200px;
	height: 150px;
	float: left;
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: Gold;
	line-height:70px;
	background: url(../images/violin.png) 0% 50% no-repeat;
}

div#menuContainer
{
	width: 100%;
	height: 34px;
	border-top: 1px solid black;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}

div#menu
{
	width: 1000px;
	margin: 0 auto;
}

div#ContentHolder
{
	width: 1000px;
	height: auto;
	margin: 0px auto 20px auto;
	font-family: arial;
	font-size: 12px;
	color: black;
}
/* For General Page */
/* -------------------- */
div#columnLeft
{
	float: left;
	width: 480px;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}

div#columnRight
{
	float: left;
	width: 510px;
	height: 100%;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 30px;
}
/* -------------------- */

/* For Recognition Page */
/* -------------------- */
div#columnLeft-2
{
	float: left;
	width: 300px;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}

div#columnRight-2
{
	float: left;
	width: 600px;
	height: 100%;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* -------------------- */

/* For Examination Page */
/* -------------------- */
div#columnLeft-3
{
	float: left;
	width: 250px;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}

div#columnRight-3
{
	float: left;
	width: 730px;
	height: 100%;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* -------------------- */

/* For Contact Page */
/* -------------------- */
div#columnWide
{
	width: 430px;
	height: 425px;
	margin: 5px auto;
	padding: 10px;
	font-weight: normal;
}
/* -------------------- */

/* For Join Page */
/* -------------------- */
div#columnWide1
{
	width: 470px;
	height: 700px;
	margin: 15px auto;
	font-weight: normal;
}
/* -------------------- */

.testimonialOpen
{
	background: url(../images/invert1.png) left top no-repeat;
	margin-top: 10px;
	padding: 5px 15px 15px 25px;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
}

.testimonialClose
{
	background: url(../images/invert2.png) right bottom no-repeat;
	padding: 8px 22px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.row
{
	width: 400px; 
	line-height: 25px;
	clear: both;
}

.columnName, .lastCol, .joinLabel
{
	float: left; 
	width:80px; 
	height:30px;
	line-height: 30px;
	font-weight: bold;
}

.columnName1, .lastCol1
{
	float: left; 
	width:10px; 
	height:30px;
	line-height: 30px;
	font-weight: bold;
}

.columnName2, .lastCol2, .joinCol2
{
	float: left; 
	width: 230px; 
	height: 25px;
	padding-top: 5px;
}

.joinRow
{
	width: 450px; 
	line-height: 25px;
	clear: both;
}

.joinLabel
{
	width: 120px;
	font-weight: bold;
}

.joinCol2
{
	width: 280px;
}

.hint
{
	float: left; 
	width:120px; 
	height:15px;
	line-height: 15px;
}

.hint1
{
	float: left; 
	width:10px; 
	height:15px;
	line-height: 15px;
}

.hint2
{
	float: left; 
	width: 300px; 
	height: 15px;
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
	padding-left: 5px;
}

.location
{
	float: left; 
	width:210px; 
	height:25px;
	line-height: 30px;
}

.lastCol, .lastCol1, .lastCol2
{
	margin-bottom: 85px;
}

.EventList li
{
	list-style-type: none;
	background: url(../images/bullet.gif) 0 center no-repeat;
	line-height: 23px;
	padding-left: 20px;
}

.EventList li a
{
	color: navy;
	text-decoration: none;
	outline: none;
}

.EventList li a:hover
{
	color: white;
}

div#footer
{	
	position: relative;
	width: 100%;
	height: 60px;
	background: black url(../images/footer_bg.png) repeat-x;
	border-top: 2px Solid Black;
	font-family: arial;
	font-size: 11px;
	color: white;
	clear:both;
}

div#footer a
{
	color: orange;
	text-decoration: none;
	outline: none;
}

div#footerContainer
{
	width: 1000px;
	margin: 5px auto;
}

div#footerLeft
{
	float: left;
	width: 450px;
	height: 55px;
}

div#footerRight
{
	float: right;
	width: 350px;
	height: 55px;
	font-size: 11px;
	color: white;
	text-align:right;
}
