/* CSS Document */

body	{
			font-family: Verdana, arial, Geneva, Helvetica, sans-serif;
			text-align: center;
			margin: 0px;
			font-size: 0.8em;
		}
		
h2	{
		font-size:1.4em;
		color:#000066;
		background-color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h3	{
		font-size:1.2em;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

a:link	{
			color: #003366;
			background-color:#FFFFFF;
		}
		
a:visited	{
				color: #0A0AFF;
				background-color:#FFFFFF;
			}
		
a:hover	{
			color:#0066CC;
			background-color:#FFFFFF;
		}

.topmarginslim	{
					margin-top: 3px;
					padding-top: 0px;
				}

#container	{
				width: 773px;
				height: auto;
				margin: 0px auto 0px auto;
				text-align: left;
			}
			
#top_middle {
				background-color: #eeeeee;
				height:11px;
				font-size: 0px;
			}
			
#top_left	{
				float:left;
				background:url(../media/left_top_corner.gif) no-repeat #FFFFFF;
				height:11px;
				width:13px;
				margin-right: -3px;
				padding: 0px;
				font-size: 0px;
			}

#top_right	{
				float:right;
				background: url(../media/right_top_corner.gif) no-repeat #FFFFFF;
				height:11px;
				width:13px;
				margin-left: -3px;
				padding: 0px;
				font-size: 0px;
			}			

#banner	{
			background: #eeeeee;
			height: 80px;
			font-size: 0px;
		}
		

#main	{
			background-color:#FFFFFF;
			height:auto;
			border-left: #000066 2px solid;
			border-right: #000066 2px solid;
			width: auto;
			padding-top: 35px;
			padding-left: 24px;
			padding-right: 24px;
			padding-bottom:8px;
			text-align:left;
		}
		
#right_column	{
					float: right;
					width: 30%;
					height: auto;
					border-right: #000066 2px solid;
					padding-top: 35px;
					padding-left: 10px;
					padding-right: 10px;
					height: auto;
				}
				
.content_box	{
					padding: 10px;
					border: #c4c4c4 dashed 2px;
					font-size:0.8em;
					text-align:justify;
				}
				
.box_head	{
					font-weight:bold;
					margin-bottom:0px;
				}
				
.content_box_img	{	
						padding-bottom: 8px;
					}

#bottom_middle {
				background-color: #FFFFFF;
				border-bottom: #000066 2px solid;
				border-top: #999999 1px solid;
				height:14px;
				padding: 0px;
				margin:0px;				
			}
			
#bottom_left	{
				float:left;
				background:url(../media/bottom_left_corner.gif) no-repeat #FFFFFF;
				height:17px;
				width: 24px;
				margin-right: -3px;
				padding: 0px;
			}

#bottom_right	{
				float:right;
				background: url(../media/bottom_right_corner.gif) no-repeat #FFFFFF;
				height:auto;
				height:17px;
				width:24px;
				margin-left: -3px;
				padding: 0px;
			}
