body{
	background-color:#CCCCCC;
	font-family:arial,sans-serif;
	margin:0px;
	padding:0px;
}

a{
	color:#008000;
	display:inline;
}

.blue{
	color:#000080;
	display:inline;
}

.all{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.logo{
	top:15px;
	left:5px;
	height:38px;
	width:400px;
	position:absolute;
	background-image:url(images/logobluecom.jpg);
	background-repeat:no-repeat;
	paddng:0px;
	color:#80B0FF;
	padding-left:550px;
	padding-top:17px;
	font-size:large;
	font-family:sans-serif;
	font-style:italic;
}

.navbar{
	top:70px;
	left:5px;
	width:160px;
	position:absolute;
/*	background-color:#a9acc9;*/
}

.nav{
	width:150px;
	height:22px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	line-height:22px;
}

.nav a{
        height:100%;
        text-align:left;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#0000A0;
	background-image:url(images/buttonblue.gif);
background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	padding-left:5px;
}

.nav a:hover{
        background-color:#00A000;
	background-image:url(images/buttongreen.gif);
background-repeat:no-repeat;
}

.symphony{
	background-image:url(symphony/symphony1.gif);
background-repeat:no-repeat;
}

.symphony:hover{
	background-image:url(symphony/symphony2.gif);
background-repeat:no-repeat;
}

.mask{
position:absolute;
width:155px;
height:26px;
left:802px;
top:50px;
background-color:#CCCCCC;
z-index: 50;
}

th a{
        height:100%;
        text-align:left;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#000080;
        text-decoration:none;
        width:100%;
        display:block;
        padding-left:5px;
}

th a:hover{
	background-color:#008000;
}

.main{
	top:75px;
	left:154px;
	width:761px;
	position:absolute;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	display:table;
	padding:10px;
	padding-left:30px;
	min-height:400px;
	height:auto !important;
	height:400px;
	border-right-style:solid;
	border-right-width:1px;
z-index: 50;
}

.curve{
	background-image:url(images/curve.gif);
	background-repeat:no-repeat;
	top:75px;
	left:154px;
	width:5px;
	heigth:5px;
	position:absolute;
z-index: 100;
}

.submitLink {
	border: none;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#000080;
        text-decoration:none;
        width:100%;
        display:block;
        padding-left:5px;
	width:200px;
	margin:0px;
	height:18px;
	padding-top:0px;
	padding-bottom:2px;
	text-align:left;
}

.submitLink:hover{
	background-color:#008000;
}

.submitText {
	border-width: 2px;
	border-color:#008000;
	border-style:solid;
	cursor: pointer;
	cursor: hand;
        font-weight:bold;
        color:#008000;
        background-color:transparent;
        text-decoration:none;
        text-align:center;
        width:100%;
        display:block;
	width:250px;
	margin:0px;
	height:22px;
	padding-top:0px;
	padding-bottom:2px;
	font-size:medium;
}

.submitTextSmall {
	border-width: 2px;
	border-color:#008000;
	border-style:solid;
        font-weight:bold;
        color:#008000;
        text-decoration:none;
        text-align:center;
        width:100%;
        display:block;
	width:175px;
	margin:0px;
	height:18px;
	padding-top:1px;
	margin-left:auto;
	margin-right:auto;
}