﻿
/*Body Style*/
	body 
	{
		font-family:Arial;
		font-size:12px;
		direction:ltr;
		background-image:url('../Images/body_bg.jpg');
		background-color:White;
	}
	
/*Horizontal Line*/
	hr
	{
		height:1px;
		border:dotted 1px Silver;
	}

/*List Item Style*/
	li
	{
		margin-bottom:5px;
	}

/*Headers Style*/
	h4
	{
		margin:0px;
		font-size:12px;
	}

	h3
	{
		font-size:14px;
	}

	h2
	{
		font-size:18px;
	}

/*Hyperlinks Style*/

	a:link
	{
		color:Gray;
		text-decoration:none;
	}

	a:active
	{
		color:Gray;
		text-decoration:none;
	}

	a:visited
	{
		color:Gray;
		text-decoration:none;
	}

	a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}


/*Containers Style*/
	#page
	{
		text-align:left;
		margin:auto;
		width:800px;
		margin-top:-25px;
	}

	#header
	{
		clear:both;
	}

	#wrapper
	{
		clear:both;
		background-color:White;
	}

	#menu
	{
		width:150px;
		float:left;
		background-color:White;
		margin-left:13px;
	}

	#menu a:link
	{
		color:Gray;
		text-decoration:none;
	}

	#menu a:active
	{
		color:Gray;
		text-decoration:none;
	}

	#menu a:visited
	{
		color:Gray;
		text-decoration:none;
	}

	#menu a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}

	#content
	{
		width:570px;
		padding-right:20px;
		padding-left:10px;
		float:right;
		min-height:600px;
		border-left:dotted 1px Silver;
		color:#555555;
	}

	.splitter
	{
		clear:both;
		visibility:hidden;
	}

	#footer
	{
		height:70px;
		clear:both;
		background-image:url('Images/footer_bg.png'); 
		background-repeat:no-repeat;
		text-align:center;
		color:#006699;
		padding-top:10px;
	}
	
	.footer-link
	{
		margin-right:2px;
		margin-left:2px;
		font-weight:bold;
	}

/*Header Menu Style*/

	#header-menu
	{
		float:left;
		margin-top:0px;
		margin-left:3px;
		padding:10px;
		width:850px;
		height:20px;
		font-size:14px;
		font-weight:lighter;
	}

	#header-menu a:link
	{
		color:Gray;
		text-decoration:none;
	}

	#header-menu a:active
	{
		color:Gray;
		text-decoration:none;
	}

	#header-menu a:visited
	{
		color:Gray;
		text-decoration:none;
	}

	#header-menu a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}

/*Language Bar*/
	.language-bar
	{
		float:right;
		margin-right:30px;
		margin-top:20px;
		color:Silver;
	}

/*Right Menu List Style*/

	.right-menu-list
	{
		display:block;
		list-style-image:url('../Images/list.jpg');
	}
	
/*Site Headline*/
	#site-headline
	{
		float:left;
		margin-top:18px;
		margin-left:120px;
		height:52px;
	}
	
/*Top Banner*/
	#top-banner
	{
		float:left;
		margin-top:5px;
		margin-left:6px;
	}

/*Div Buttons Style*/

















	 .linkdiv
        {
               float:left;
               text-align:center;
               height:20px;
               padding-top:5px;
               padding-left:10px;
               padding-right:10px;
               margin-left:-1px;
               border:solid 1px #aeaeae;
               background-color:#f6f6f6;
               background-image:url('../Images/tabbg2.jpg');
               background-repeat:no-repeat;
               font-size:12px;
        }
 
        .linkdivselected
        {
               float:left;
               text-align:center;
               height:20px;
               padding-top:5px;
               padding-left:10px;
               padding-right:10px;
               margin-left:-1px;
               border:solid 1px #aeaeae;
               border-top:solid 2px #1da6ff;
               border-bottom:none;
               background-color:White;
               background-image:url('../Images/tabbg.jpg');
               background-repeat:no-repeat;
               font-size:12px;
        }



















	.submitdiv
	{
		text-align:center;
		width:100px;
		height:20px;
		padding-top:5px;
		border:solid 1px #aeaeae;
		background-color:#f6f6f6;
		font-size:14px;
		font-weight:bold;
	}

	.submitdivselected
	{
		text-align:center;
		width:100px;
		height:20px;
		padding-top:5px;
		border:solid 1px #aeaeae;
		border-top:solid 2px #1da6ff;
		font-size:14px;
		font-weight:bold;
	}

/*Form Style*/

	.form-table
	{
		width:100%;
	}
	
	.form-table td
	{
		padding:3px;
	}

	.form-table input
	{
		font-family:Arial;
		color:Gray;
		font-style:italic;
		width:200px;
	}

	.form-table a:link
	{
		color:Gray;
		text-decoration:none;
	}

	.form-table a:active
	{
		color:Gray;
		text-decoration:none;
	}

	.form-table a:visited
	{
		color:Gray;
		text-decoration:none;
	}

	.form-table a:hover
	{
		color:#1da6ff;
		text-decoration:underline;
	}


	.contact-text
	{
		font-family:Arial;
		color:Gray;
		font-size:12px;
		font-style:italic;
		width:200px;
	}


/*Text Containers Style*/

	/*Content Blocks Style*/
	
	.text-block
	{
		padding:10px;
		background-color:White;
		margin-bottom:10px;
	}
	
	.main-text-block-right
	{
		float:left;
		width:410px;
		clear:left;
		padding:10px;
		background-color:White;
		margin-bottom:10px;
	}
	
	.main-text-block-left
	{
		width:305px;
		float:left;
		clear:right;
		background-color:#f0f6ff;
		padding:10px;
		margin-bottom:10px;
	}

	/*Content Titles Style*/

	.main-text-header
	{
		background-image:url(../Images/maintextheader.jpg);
		height:20px;
		margin:-5px;
		margin-bottom:10px;
		padding-top:4px;
		padding-left:5px;
		color:White;
	}
	
	.main-text-header a:link
	{
		color:#fff600;
	}
	
		.main-text-header a:active
	{
		color:#fff600;
	}
	
		.main-text-header a:visited
	{
		color:#fff600;
	}
	
		.main-text-header a:hover
	{
		color:White;
	}

/*Registration*/

	.registration-icon
	{
		text-align:center;
		float:left;
		width:100px;
		margin-left:55px;
		cursor:pointer;
	}

	.thanks-block
	{
		margin:20px;
	}

	.thanks-image
	{
		margin:20px;
		float:left;
		margin-bottom:300px;
	}

/*Call For Paper*/
    .button
    {
        font-family:arial;
        padding:3px;
        border:solid 1px #a2c5ed;
        background-color:#e4f1ff;
        width:300px;
    }
    .button-pressed
    {
        font-family:arial;
        padding:3px;
        border:solid 1px #a2c5ed;
        background-color:#a2c5ed;
        width:300px;
    }